Home
last modified time | relevance | path

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

/external/syslinux/gpxe/src/core/
Di82365.c108 void phex ( unsigned char c );
321 void phex ( unsigned char c ) { in phex() function
/external/fmtlib/test/
Dformat-test.cc378 fmt::IntFormatSpec<int, fmt::TypeSpec<'x'> > (*phex)(int value) = hex; in TEST() local
379 phex(42); in TEST()