/third_party/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 57 is_hex = true; in mir_print_constant_component() 72 } else if (is_hex) { in mir_print_constant_component() 96 } else if (is_uint || is_hex) { in mir_print_constant_component() 127 } else if (is_uint || is_hex) { in mir_print_constant_component()
|
/third_party/skia/third_party/externals/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 99 if (!CheckRangeAndIfHexThenSignExtend(decoded_signed, type, is_hex, in ParseAndEncodeIntegerNumber() 102 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber() 114 if (!CheckRangeAndIfHexThenSignExtend(decoded_bits, type, is_hex, in ParseAndEncodeIntegerNumber() 117 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
|
D | parse_number.h | 105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend() argument 140 if (is_hex) { in CheckRangeAndIfHexThenSignExtend() 157 if (is_hex && (value & sign_mask)) in CheckRangeAndIfHexThenSignExtend()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
D | parse_number.cpp | 86 const bool is_hex = text[0] == '0' && (text[1] == 'x' || text[1] == 'X'); in ParseAndEncodeIntegerNumber() local 97 if (!CheckRangeAndIfHexThenSignExtend(decoded_signed, type, is_hex, in ParseAndEncodeIntegerNumber() 100 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber() 112 if (!CheckRangeAndIfHexThenSignExtend(decoded_bits, type, is_hex, in ParseAndEncodeIntegerNumber() 115 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
|
D | parse_number.h | 104 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend() argument 139 if (is_hex) { in CheckRangeAndIfHexThenSignExtend() 156 if (is_hex && (value & sign_mask)) in CheckRangeAndIfHexThenSignExtend()
|
/third_party/skia/third_party/externals/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 99 if (!CheckRangeAndIfHexThenSignExtend(decoded_signed, type, is_hex, in ParseAndEncodeIntegerNumber() 102 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber() 114 if (!CheckRangeAndIfHexThenSignExtend(decoded_bits, type, is_hex, in ParseAndEncodeIntegerNumber() 117 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
|
D | parse_number.h | 105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend() argument 140 if (is_hex) { in CheckRangeAndIfHexThenSignExtend() 157 if (is_hex && (value & sign_mask)) in CheckRangeAndIfHexThenSignExtend()
|
/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 99 if (!CheckRangeAndIfHexThenSignExtend(decoded_signed, type, is_hex, in ParseAndEncodeIntegerNumber() 102 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber() 114 if (!CheckRangeAndIfHexThenSignExtend(decoded_bits, type, is_hex, in ParseAndEncodeIntegerNumber() 117 << "Integer " << (is_hex ? std::hex : std::dec) << std::showbase in ParseAndEncodeIntegerNumber()
|
D | parse_number.h | 105 bool is_hex, T* updated_value_for_hex) { in CheckRangeAndIfHexThenSignExtend() argument 140 if (is_hex) { in CheckRangeAndIfHexThenSignExtend() 157 if (is_hex && (value & sign_mask)) in CheckRangeAndIfHexThenSignExtend()
|
/third_party/flutter/skia/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function 113 if (!is_hex(*str)) in FindHex()
|
/third_party/skia/src/utils/ |
D | SkParse.cpp | 45 static inline bool is_hex(int c) in is_hex() function 113 if (!is_hex(*str)) in FindHex()
|
/third_party/boost/boost/hana/ |
D | bool.hpp | 160 bool is_hex = starts_with_zero && arr[1] == 'x'; in parse() local 163 if (is_hex) { in parse()
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | bool.hpp | 160 bool is_hex = starts_with_zero && arr[1] == 'x'; in parse() local 163 if (is_hex) { in parse()
|
/third_party/skia/third_party/externals/tint/src/reader/wgsl/ |
D | lexer.h | 83 bool is_hex(char ch) const;
|
D | lexer.cc | 131 bool Lexer::is_hex(char ch) const { in is_hex() function in tint::reader::wgsl::Lexer 385 while (end < len_ && is_hex(content_->data[end])) { in try_hex_float() 398 while (end < len_ && is_hex(content_->data[end])) { in try_hex_float() 662 while (!is_eof() && is_hex(content_->data[end])) { in try_hex_integer()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | samiparse.c | 403 gboolean is_hex = FALSE; in unescape_string() local 409 is_hex = TRUE; in unescape_string() 413 if (is_hex) { in unescape_string()
|
/third_party/libxml2/ |
D | uri.c | 1597 static int is_hex(char c) { in is_hex() function 1640 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) { in xmlURIUnescapeString()
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | uri.c | 1618 static int is_hex(char c) { in is_hex() function 1661 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) { in xmlURIUnescapeString()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 515 int is_hex(const u8 *data, size_t len);
|
D | common.c | 699 int is_hex(const u8 *data, size_t len) in is_hex() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | common.h | 511 int is_hex(const u8 *data, size_t len);
|
D | common.c | 698 int is_hex(const u8 *data, size_t len) in is_hex() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wps_hostapd.c | 512 if (is_hex(cred->ssid, cred->ssid_len)) { in hapd_wps_cred_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | wps_hostapd.c | 560 if (is_hex(cred->ssid, cred->ssid_len)) { in hapd_wps_cred_cb()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | config.c | 172 if (is_hex(value, len)) in wpa_config_write_string()
|