Home
last modified time | relevance | path

Searched defs:hex_value (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/
H A Dlibiberty.h265 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DBreakpointBase.cpp143 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in FormatLogText() local
/openbsd-src/gnu/gcc/include/
H A Dlibiberty.h343 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/
H A Dlibiberty.h343 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/openbsd-src/gnu/lib/libiberty/include/
H A Dlibiberty.h343 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArgs.cpp532 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in EncodeEscapeSequences() local
/openbsd-src/gnu/llvm/lldb/source/Core/
H A DFormatEntity.cpp2114 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in ParseInternal() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp2689 integerPart hex_value; in convertFromHexadecimalString() local