/external/mesa3d/src/panfrost/midgard/ |
D | midgard_print_constant.c | 37 bool is_sint = false, is_uint = false, is_hex = false; in mir_print_constant_component() local
|
/external/libxkbcommon/src/xkbcomp/ |
D | scanner.c | 33 bool is_float = false, is_hex = false; in number() local
|
/external/perfetto/src/kallsyms/ |
D | lazy_kernel_symbolizer.cc | 204 const bool is_hex = (c >= '0' && c <= '9') || (c >= 'a' && c <= 'f'); in CanReadKernelSymbolAddresses() 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/angle/third_party/vulkan-deps/spirv-tools/src/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/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/rust/crates/gdbstub/src/protocol/common/ |
D | hex.rs | 55 pub fn is_hex(c: u8) -> bool { in is_hex() function
|
/external/skqp/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function
|
/external/skia/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function
|
/external/libxml2/ |
D | uri.c | 1597 static int is_hex(char c) { in is_hex() function
|
/external/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/ |
D | DisassemblerLLVMC.cpp | 435 bool is_hex = false; in ParseImmediate() local
|
/external/wpa_supplicant_8/src/utils/ |
D | common.c | 699 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
|
/external/rust/crates/regex-syntax/src/ast/ |
D | parse.rs | 94 fn is_hex(c: char) -> bool { in is_hex() function
|