Home
last modified time | relevance | path

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

/lib/
Dtest_printf.c211 #define PTR ((void *)0xffff0123456789abUL) macro
222 nchars = snprintf(buf, PLAIN_BUF_SIZE, "%p", PTR); in plain_format()
242 #define PTR ((void *)0x456789ab) macro
281 ret = plain_hash_to_buffer(PTR, buf, PLAIN_BUF_SIZE); in plain_hash()