Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/midgard/
Dmidgard_print_constant.c37 bool is_sint = false, is_uint = false, is_hex = false; in mir_print_constant_component() local
/external/libxkbcommon/src/xkbcomp/
Dscanner.c33 bool is_float = false, is_hex = false; in number() local
/external/perfetto/src/kallsyms/
Dlazy_kernel_symbolizer.cc204 const bool is_hex = (c >= '0' && c <= '9') || (c >= 'a' && c <= 'f'); in CanReadKernelSymbolAddresses() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/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/swiftshader/third_party/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/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/rust/crates/gdbstub/src/protocol/common/
Dhex.rs70 pub fn is_hex(c: u8) -> bool { in is_hex() function
/external/skia/src/utils/
DSkParse.cpp51 static inline bool is_hex(int c) in is_hex() function
/external/cronet/third_party/libxml/src/
Duri.c1607 static int is_hex(char c) { in is_hex() function
/external/libxml2/
Duri.c1607 static int is_hex(char c) { in is_hex() function
/external/wpa_supplicant_8/src/utils/
Dcommon.c699 int is_hex(const u8 *data, size_t len) in is_hex() function
/external/skia/modules/svg/src/
DSkSVGAttributeParser.cpp35 inline bool is_hex(char c) { in is_hex() function
/external/sg3_utils/lib/
Dsg_lib.c3233 bool is_hex = false; in sg_get_num() local
3395 bool is_hex = false; in sg_get_llnum() local
/external/dnsmasq/src/
Doption.c657 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
/external/AFLplusplus/src/
Dafl-fuzz-redqueen.c609 static int is_hex(const char *str) { in is_hex() function
/external/rust/crates/regex-syntax/src/ast/
Dparse.rs94 fn is_hex(c: char) -> bool { in is_hex() function
/external/sg3_utils/src/
Dsginfo.c347 static char is_hex[MAXPARM]; variable