Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/542-inline-trycatch/src/
H A DMain.java31 private static int $inline$MultipleBlocks(String str, boolean is_hex) in $inline$MultipleBlocks()
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/
H A Dmidgard_print_constant.c37 bool is_sint = false, is_uint = false, is_hex = false; in mir_print_constant_component() local
/aosp_15_r20/external/libxkbcommon/src/xkbcomp/
H A Dscanner.c33 bool is_float = false, is_hex = false; in number() local
/aosp_15_r20/external/perfetto/src/kallsyms/
H A Dlazy_kernel_symbolizer.cc204 const bool is_hex = (c >= '0' && c <= '9') || (c >= 'a' && c <= 'f'); in CanReadKernelSymbolAddresses() local
/aosp_15_r20/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
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dparse_number.cpp88 const bool is_hex = text[0] == '0' && (text[1] == 'x' || text[1] == 'X'); in ParseAndEncodeIntegerNumber() local
H A Dparse_number.h105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend()
/aosp_15_r20/external/angle/third_party/spirv-tools/src/source/util/
H A Dparse_number.h105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend()
H A Dparse_number.cpp88 const bool is_hex = text[0] == '0' && (text[1] == 'x' || text[1] == 'X'); in ParseAndEncodeIntegerNumber() local
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/protocol/common/
Dhex.rs73 pub fn is_hex(c: u8) -> bool { in is_hex() function
/aosp_15_r20/external/skia/src/utils/
H A DSkParse.cpp51 static inline bool is_hex(int c) in is_hex() function
/aosp_15_r20/external/sg3_utils/lib/
H A Dsg_lib.c3233 bool is_hex = false; in sg_get_num() local
3395 bool is_hex = false; in sg_get_llnum() local
/aosp_15_r20/external/libxml2/
H A Duri.c1595 static int is_hex(char c) { in is_hex() function
/aosp_15_r20/external/wpa_supplicant_8/src/utils/
H A Dcommon.c699 int is_hex(const u8 *data, size_t len) in is_hex() function
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Duri.c1593 static int is_hex(char c) { in is_hex() function
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGAttributeParser.cpp43 inline bool is_hex(char c) { in is_hex() function
/aosp_15_r20/external/dnsmasq/src/
H A Doption.c657 int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots; in parse_dhcp_opt() local
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-fuzz-redqueen.c637 static int is_hex(const char *str) { in is_hex() function
/aosp_15_r20/external/rust/android-crates-io/crates/yaml-rust/src/
Dscanner.rs208 fn is_hex(c: char) -> bool { in is_hex() function
/aosp_15_r20/external/sg3_utils/src/
H A Dsginfo.c347 static char is_hex[MAXPARM]; variable
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dparse.rs94 fn is_hex(c: char) -> bool { in is_hex() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dparse.rs103 fn is_hex(c: char) -> bool { in is_hex() function