/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
|
/base/security/device_security_level/baselib/utils/src/ |
H A D | utils_hexstring.c | 32 static char HexToChar(uint8_t hex) in HexToChar() argument 37 void DslmByteToHexString(const uint8_t *hex, uint32_t hexLen, uint8_t *str, uint32_t strLen) in DslmByteToHexString() argument 49 int32_t DslmHexStringToByte(const char *str, uint32_t strLen, uint8_t *hex, uint32_t hexLen) in DslmHexStringToByte() argument [all...] |
/base/security/dlp_permission_service/frameworks/common/src/ |
H A D | hex_string.cpp | 26 static char HexToChar(uint8_t hex) in HexToChar() argument
|
/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
|
/base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
H A D | mms_quoted_printable.cpp | 34 const char hex[] = {'0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F'};
in Encode() local
|
/foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
H A D | ohos_bt_adapter_utils.cpp | 114 const std::string hex = "0123456789ABCDEF"; in ConvertDataToHex() local
|
/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
|