Home
last modified time | relevance | path

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

123456789

/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
/base/security/device_security_level/baselib/utils/src/
H A Dutils_hexstring.c32 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 Dhex_string.cpp26 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 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
/base/telephony/sms_mms/frameworks/native/mms/src/utils/
H A Dmms_quoted_printable.cpp34 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 Dohos_bt_adapter_utils.cpp114 const std::string hex = "0123456789ABCDEF"; in ConvertDataToHex() 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

Completed in 8 milliseconds

123456789