Home
last modified time | relevance | path

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

/external/libevent/test/
Dtinytest.h88 char *tinytest_format_hex_(const void *, unsigned long);
Dtinytest_macros.h193 { print_ = tinytest_format_hex_(value_, (len)); }, \
Dtinytest.c593 tinytest_format_hex_(const void *val_, unsigned long len) function