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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOStreamMacros.h26 #define HEX(x) HEXBASE << std::setw(sizeof(x) * 2) << (x) macro
/freebsd-13-stable/tools/tools/ipw/
H A Dipwstats.c53 #define HEX 2 macro
/freebsd-13-stable/contrib/bsnmp/tests/
H A Dconstbuf.h49 HEX, member in class:test::detail::Constbuf_mode
/freebsd-13-stable/bin/pax/
H A Dpax.h244 #define HEX 16 macro
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon5940
/freebsd-13-stable/contrib/ofed/libibmad/
H A Ddump.c1199 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) macro
/freebsd-13-stable/contrib/ofed/libibumad/
H A Dumad.c1092 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) macro

Completed in 103 milliseconds