Home
last modified time | relevance | path

Searched defs:hex (Results 1 - 25 of 171) sorted by relevance

1234567

/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/
H A Dtest-go-strconv.go110 var hex = [256]uint8{ var
/third_party/backends/testsuite/backend/genesys/
H A Dtests_printers.h52 str << std::hex; in operator <<() member in std
/third_party/mesa3d/src/asahi/lib/
H A Dhexdump.h28 hexdump(FILE *fp, const uint8_t *hex, size_t cnt, bool with_strings) in hexdump() argument
/third_party/node/src/
H A Dnode_report.h26 std::stringstream hex; in ValueToHexString() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DTestUtility.java19 public static String hex(char ch) { in hex() method in TestUtility
24 public static String hex(int ch) { in hex() method in TestUtility
29 public static String hex(String s) { in hex() method in TestUtility
33 public static String hex(String s, String sep) { in hex() method in TestUtility
H A DRegexUtilitiesTest.java61 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DTestUtility.java16 public static String hex(char ch) { in hex() method in TestUtility
21 public static String hex(int ch) { in hex() method in TestUtility
26 public static String hex(String s) { in hex() method in TestUtility
30 public static String hex(String s, String sep) { in hex() method in TestUtility
H A DRegexUtilitiesTest.java58 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509_obj.c35 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
/third_party/openssl/crypto/x509/
H A Dx509_obj.c35 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
/third_party/skia/src/utils/
H A DSkParseColor.cpp345 uint32_t hex; in FindColor() local
/third_party/curl/lib/vtls/
H A Dkeylog.c127 const char *hex = "0123456789ABCDEF"; in Curl_tls_keylog_write() local
/third_party/mesa3d/src/util/
H A Dmesa-sha1.c58 _mesa_sha1_hex_to_sha1(unsigned char *buf, const char *hex) in _mesa_sha1_hex_to_sha1() argument
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_print.c49 EC_POINT_hex2point(const EC_GROUP *group, const char *hex, EC_POINT *point, BN_CTX *ctx) EC_POINT_hex2point() argument
/third_party/node/deps/openssl/openssl/crypto/ts/
H A Dts_lib.c23 char *hex; in TS_ASN1_INTEGER_print_bio() local
/third_party/node/deps/openssl/openssl/apps/
H A Dprime.c46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
/third_party/openssl/apps/
H A Dprime.c46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
/third_party/openssl/crypto/ec/
H A Dec_print.c49 EC_POINT_hex2point(const EC_GROUP *group, const char *hex, EC_POINT *point, BN_CTX *ctx) EC_POINT_hex2point() argument
/third_party/vk-gl-cts/external/amber/src/src/
H A Dfloat16_helper.cc78 uint32_t hex = sign | exponent | mantissa; in HexFloat16ToFloat() local
95 uint32_t hex = exponent | mantissa; in HexFloat11ToFloat() local
112 uint32_t hex = exponent | mantissa; in HexFloat10ToFloat() local
137 const uint32_t* hex = reinterpret_cast<const uint32_t*>(&value); in FloatToHexFloat16() local
[all...]
/third_party/openssl/crypto/ts/
H A Dts_lib.c23 char *hex; in TS_ASN1_INTEGER_print_bio() local
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5hl.c63 static const char hex[] = "0123456789abcdef"; in MD5End() local
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dmarshalling.cc71 const bool hex = (text.size() >= 2 && text[0] == '0' && in NumericBase() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcharconv.h32 hex = 4, member in absl::chars_format
/third_party/curl/lib/
H A Descape.c82 const char hex[] = "0123456789ABCDEF"; in curl_easy_escape() local
219 const char *hex = "0123456789abcdef"; in Curl_hexencode() local
/third_party/gptfdisk/
H A Dgptpart.h74 void SetType(uint16_t hex) {partitionType = hex;} in SetType() argument

Completed in 9 milliseconds

1234567