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

/freebsd-11-stable/contrib/gdb/include/
H A Dlibiberty.h262 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/freebsd-11-stable/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-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h347 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h354 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DArgs.cpp526 unsigned long hex_value = strtoul(hex_str, nullptr, 16); local
/freebsd-11-stable/contrib/elftoolchain/elfcopy/
H A Dascii.c1052 hex_value(int x) function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFormatEntity.cpp2136 unsigned long hex_value = strtoul(hex_str, nullptr, 16); local

Completed in 89 milliseconds