Home
last modified time | relevance | path

Searched refs:PLAIN_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/lib/
Dtest_printf.c223 #define PLAIN_BUF_SIZE 64 /* leave some space so we don't oops */ macro
237 char buf[PLAIN_BUF_SIZE]; in plain_format()
240 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format()
297 char buf[PLAIN_BUF_SIZE]; in plain_hash()
300 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash()
342 char buf[PLAIN_BUF_SIZE]; in test_hashed()
349 ret = plain_hash_to_buffer(p, buf, PLAIN_BUF_SIZE); in test_hashed()