Searched defs:hex_value (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/gdb/include/
H A Dlibiberty.h262 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/freebsd-10.0-release/contrib/binutils/opcodes/
H A Dspu-dis.c96 int hex_value; local
257 (*info->fprintf_func) (info->stream, "\\t# %x", hex_value); local
[all...]
/freebsd-10.0-release/contrib/binutils/include/
H A Dlibiberty.h354 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/freebsd-10.0-release/contrib/gcclibs/include/
H A Dlibiberty.h343 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/freebsd-10.0-release/contrib/wpa/src/wps/
H A Dhttpread.c135 static int hex_value(int c) function
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp2574 unsigned long hex_value = strtoul (hex_str, NULL, 16); local

Completed in 81 milliseconds