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

/freebsd-10-stable/contrib/ofed/management/libibcommon/src/
H A Dutil.c109 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) macro
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOStreamMacros.h27 #define HEX(x) HEXBASE << std::setw(sizeof(x)*2) << (x) macro
/freebsd-10-stable/tools/tools/ipw/
H A Dipwstats.c53 #define HEX 2 macro
/freebsd-10-stable/bin/pax/
H A Dpax.h242 #define HEX 16 macro
/freebsd-10-stable/contrib/sendmail/libsm/
H A Dvfprintf.c191 enum { OCT, DEC, HEX } base;/* base for [diouxX] conversion */ enumerator in enum:__anon3
/freebsd-10-stable/contrib/binutils/bfd/
H A Dsrec.c116 #define HEX(buffer) ((NIBBLE ((buffer)[0])<<4) + NIBBLE ((buffer)[1])) macro
[all...]
H A Dtekhex.c91 #define HEX(buffer) ((NIBBLE ((buffer)[0]) << 4) + NIBBLE ((buffer)[1])) macro
/freebsd-10-stable/contrib/ofed/management/libibumad/src/
H A Dumad.c1010 #define HEX(x) ((x) < 10 ? '0' + (x) : 'a' + ((x) -10)) macro
/freebsd-10-stable/contrib/gdb/gdb/
H A Dm2-exp.c57 HEX = 259, enumerator in enum:yytokentype
105 #define HEX 259 macro
/freebsd-10-stable/contrib/binutils/binutils/
H A Dreadelf.c252 HEX, enumerator in enum:print_mode

Completed in 110 milliseconds