Home
last modified time | relevance | path

Searched refs:is_hex (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_print_constant.c37 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/spirv-tools/source/util/
Dparse_number.cpp88 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()
Dparse_number.h105 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/skia/third_party/externals/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
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()
Dparse_number.h105 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/
Dparse_number.cpp88 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()
Dparse_number.h105 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/skia/src/utils/
DSkParse.cpp45 static inline bool is_hex(int c) in is_hex() function
113 if (!is_hex(*str)) in FindHex()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dlexer.h83 bool is_hex(char ch) const;
Dlexer.cc131 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/
Dsamiparse.c403 gboolean is_hex = FALSE; in unescape_string() local
409 is_hex = TRUE; in unescape_string()
413 if (is_hex) { in unescape_string()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dcommon.h521 int is_hex(const u8 *data, size_t len);
Dcommon.c740 int is_hex(const u8 *data, size_t len) in is_hex() function
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dcommon.h511 int is_hex(const u8 *data, size_t len);
Dcommon.c698 int is_hex(const u8 *data, size_t len) in is_hex() function
/third_party/node/deps/ada/
Dada.cpp11177 bool is_hex = checkers::has_hex_prefix(input); in parse_ipv4() local
11178 if (is_hex && ((input.length() == 2) || in parse_ipv4()
11185 if (is_hex) { in parse_ipv4()
13959 bool is_hex = checkers::has_hex_prefix(input); in parse_ipv4() local
13960 if (is_hex && ((input.length() == 2) || in parse_ipv4()
13967 if (is_hex) { in parse_ipv4()
/third_party/rust/crates/regex/regex-syntax/src/ast/
Dparse.rs94 fn is_hex(c: char) -> bool { in is_hex() function
1615 if !is_hex(self.char()) { in parse_hex_digits()
1658 if !is_hex(self.char()) { in parse_hex_brace()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Dwps_hostapd.c512 if (is_hex(cred->ssid, cred->ssid_len)) { in hapd_wps_cred_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dwps_hostapd.c560 if (is_hex(cred->ssid, cred->ssid_len)) { in hapd_wps_cred_cb()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.c172 if (is_hex(value, len)) in wpa_config_write_string()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.c173 if (is_hex(value, len)) in wpa_config_write_string()