/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/parse-number-fxx-test-data/script/ |
H A D | test-go-strconv.go | 110 var hex = [256]uint8{ var
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_printers.h | 52 str << std::hex; in operator <<() member in std
|
/third_party/mesa3d/src/asahi/lib/ |
H A D | hexdump.h | 28 hexdump(FILE *fp, const uint8_t *hex, size_t cnt, bool with_strings) in hexdump() argument
|
/third_party/node/src/ |
H A D | node_report.h | 26 std::stringstream hex; in ValueToHexString() local
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
H A D | TestUtility.java | 19 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 D | RegexUtilitiesTest.java | 61 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | TestUtility.java | 16 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 D | RegexUtilitiesTest.java | 58 Transliterator hex = Transliterator.getInstance("hex"); field in RegexUtilitiesTest
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x509_obj.c | 35 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
|
/third_party/openssl/crypto/x509/ |
H A D | x509_obj.c | 35 static const char hex[17] = "0123456789ABCDEF"; in X509_NAME_oneline() local
|
/third_party/skia/src/utils/ |
H A D | SkParseColor.cpp | 345 uint32_t hex; in FindColor() local
|
/vendor/hihope/neptune_iotlink_demo/hals/utils/sys_param/ |
H A D | hal_sys_param.c | 30 static char Hex2Char(u8 hex)
in Hex2Char() argument
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | udbg.c | 134 void __init udbg_progress(char *s, unsigned short hex) in udbg_progress() argument
|
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | udbg.c | 136 void __init udbg_progress(char *s, unsigned short hex) in udbg_progress() argument
|
/kernel/linux/linux-5.10/tools/lib/api/ |
H A D | io.h | 67 static inline int io__get_hex(struct io *io, __u64 *hex) in io__get_hex() argument
|
/third_party/curl/lib/vtls/ |
H A D | keylog.c | 127 const char *hex = "0123456789ABCDEF"; in Curl_tls_keylog_write() local
|
/third_party/mesa3d/src/util/ |
H A D | mesa-sha1.c | 58 _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 D | ec_print.c | 49 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 D | ts_lib.c | 23 char *hex; in TS_ASN1_INTEGER_print_bio() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | prime.c | 46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
|
/third_party/openssl/apps/ |
H A D | prime.c | 46 int hex = 0, generate = 0, bits = 0, safe = 0, ret = 1; in prime_main() local
|
/third_party/openssl/crypto/ec/ |
H A D | ec_print.c | 49 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 D | float16_helper.cc | 78 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 D | ts_lib.c | 23 char *hex; in TS_ASN1_INTEGER_print_bio() local
|
/third_party/skia/third_party/externals/libjpeg-turbo/md5/ |
H A D | md5hl.c | 63 static const char hex[] = "0123456789abcdef"; in MD5End() local
|