Searched defs:hex_value (Results 1 – 8 of 8) sorted by relevance
265 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
143 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in FormatLogText() local
343 #define hex_value(c) ((unsigned int) _hex_value[(unsigned char) (c)]) macro
532 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in EncodeEscapeSequences() local
2114 unsigned long hex_value = strtoul(hex_str, nullptr, 16); in ParseInternal() local
2689 integerPart hex_value; in convertFromHexadecimalString() local