Home
last modified time | relevance | path

Searched defs:is_hex (Results 1 – 10 of 10) sorted by relevance

/external/libxkbcommon/xkbcommon/src/xkbcomp/
Dscanner.c31 bool is_float = false, is_hex = false; in number() local
/external/deqp-deps/SPIRV-Tools/source/util/
Dparse_number.h105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend()
Dparse_number.cpp88 const bool is_hex = text[0] == '0' && (text[1] == 'x' || text[1] == 'X'); in ParseAndEncodeIntegerNumber() local
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dparse_number.cpp88 const bool is_hex = text[0] == '0' && (text[1] == 'x' || text[1] == 'X'); in ParseAndEncodeIntegerNumber() local
Dparse_number.h105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend()
/external/skia/src/utils/
DSkParse.cpp45 static inline bool is_hex(int c) in is_hex() function
/external/skqp/src/utils/
DSkParse.cpp45 static inline bool is_hex(int c) in is_hex() function
/external/libxml2/
Duri.c1589 static int is_hex(char c) { in is_hex() function
/external/wpa_supplicant_8/src/utils/
Dcommon.c688 int is_hex(const u8 *data, size_t len) in is_hex() function
/external/dnsmasq/src/
Doption.c657 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local