Home
last modified time | relevance | path

Searched defs:HEX (Results 1 – 7 of 7) sorted by relevance

/freebsd/tools/tools/ipw/
H A Dipwstats.c50 #define HEX 2 macro
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOStreamMacros.h
/freebsd/contrib/bsnmp/tests/
H A Dconstbuf.h49 HEX, enumerator
/freebsd/bin/pax/
H A Dpax.h241 #define HEX 16 macro
/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator
/freebsd/contrib/ofed/libibumad/
H A Dumad.c1092 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) in umad_addr_dump() macro
/freebsd/contrib/ofed/libibmad/
H A Ddump.c1199 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) in xdump() macro