Searched defs:is_hex (Results 1 – 10 of 10) sorted by relevance
/external/libxkbcommon/xkbcommon/src/xkbcomp/ |
D | scanner.c | 31 bool is_float = false, is_hex = false; in number() local
|
/external/deqp-deps/SPIRV-Tools/source/util/ |
D | parse_number.h | 105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend()
|
D | parse_number.cpp | 88 const bool is_hex = text[0] == '0' && (text[1] == 'x' || text[1] == 'X'); in ParseAndEncodeIntegerNumber() local
|
/external/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | parse_number.cpp | 88 const bool is_hex = text[0] == '0' && (text[1] == 'x' || text[1] == 'X'); in ParseAndEncodeIntegerNumber() local
|
D | parse_number.h | 105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend()
|
/external/skia/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function
|
/external/skqp/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function
|
/external/libxml2/ |
D | uri.c | 1589 static int is_hex(char c) { in is_hex() function
|
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 688 int is_hex(const u8 *data, size_t len) in is_hex() function
|
/external/dnsmasq/src/ |
D | option.c | 657 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
|