Home
last modified time | relevance | path

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

/linux-6.3-rc2/lib/
A Dtest_printf.c211 #define PLAIN_BUF_SIZE 64 /* leave some space so we don't oops */ macro
225 char buf[PLAIN_BUF_SIZE]; in plain_format()
228 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format()
285 char buf[PLAIN_BUF_SIZE]; in plain_hash()
288 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash()
330 char buf[PLAIN_BUF_SIZE]; in test_hashed()
337 ret = plain_hash_to_buffer(p, buf, PLAIN_BUF_SIZE); in test_hashed()

Completed in 7 milliseconds