Home
last modified time | relevance | path

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

12

/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/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/flutter/skia/third_party/externals/spirv-tools/source/util/
Dparse_number.cpp86 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()
Dparse_number.h104 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/
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/flutter/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/src/utils/
DSkParse.cpp45 static inline bool is_hex(int c) in is_hex() function
113 if (!is_hex(*str)) in FindHex()
/third_party/boost/boost/hana/
Dbool.hpp160 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/
Dbool.hpp160 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/
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/libxml2/
Duri.c1597 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/
Duri.c1618 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/
Dcommon.h515 int is_hex(const u8 *data, size_t len);
Dcommon.c699 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/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()

12