/third_party/icu/tools/unicode/c/genuca/ |
H A D | genuca.cpp | 98 static int32_t hex2num(char hex) { in hex2num() argument [all...] |
/third_party/libcoap/src/ |
H A D | coap_debug.c | 171 const uint8_t hex[] = "0123456789ABCDEF"; in print_readable() local [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | Demo.java | 1064 static Transliterator hex = Transliterator.getInstance("[^\\u0020-\\u007E] hex"); field in Demo [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tstnorm.cpp | 490 UnicodeString BasicNormalizerTest::hex(UChar ch) { hex() function in BasicNormalizerTest 495 UnicodeString BasicNormalizerTest::hex(const UnicodeString& s) { hex() function in BasicNormalizerTest [all...] |
/third_party/node/deps/v8/src/json/ |
H A D | json-stringifier.cc | 964 char* const hex = DoubleToRadixCString(c, 16); in SerializeStringUnchecked_() local 972 char* const hex = DoubleToRadixCString(c, 16); in SerializeStringUnchecked_() local 982 char* const hex = DoubleToRadixCString(c, 16); in SerializeStringUnchecked_() local 1030 char* const hex in SerializeString_() local 1038 char* const hex = DoubleToRadixCString(c, 16); SerializeString_() local 1048 char* const hex = DoubleToRadixCString(c, 16); SerializeString_() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-reporter-priv.cc | 1158 << std::showbase << std::hex; in maybe_report_diff_for_symbol() member in abigail::comparison::std
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cExplicitUniformLocationTest.cpp | 223 str << std::hex << "0x"; in streamDefinition() member in glcts::__anon27691::std 243 str << std::hex << "0x"; in streamDefinition() member in glcts::__anon27691::std
|
/third_party/skia/src/core/ |
H A D | SkStream.cpp | 88 bool SkWStream::writeHexAsText(uint32_t hex, int digits) in writeHexAsText() argument
|
/third_party/python/Parser/ |
H A D | tokenizer.c | 1356 char hex[9]; in verify_identifier() local 2121 char hex[9]; in tok_get() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.c | 27 int hex2byte(const char *hex) in hex2byte() argument 170 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | dpp_supplicant.c | 966 char *hex; in wpas_dpp_handle_config_obj() local 981 char *hex; in wpas_dpp_handle_config_obj() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | drv_callbacks.c | 1480 char *hex = os_malloc(hex_len); in hostapd_mgmt_rx() local
|
H A D | wpa_auth_glue.c | 536 char *hex = os_malloc(hex_len); in hostapd_wpa_auth_send_eapol() local 704 char *hex = os_malloc(hex_len); in hostapd_wpa_auth_send_ether() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.c | 30 int hex2byte(const char *hex) in hex2byte() argument 197 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | drv_callbacks.c | 1266 char *hex = os_malloc(hex_len); in hostapd_mgmt_rx() local
|
H A D | wpa_auth_glue.c | 426 char *hex = os_malloc(hex_len); in hostapd_wpa_auth_send_eapol() local 594 char *hex = os_malloc(hex_len); in hostapd_wpa_auth_send_ether() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | rtas.c | 777 void rtas_progress(char *s, unsigned short hex) in rtas_progress() argument
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | trace_events.h | 131 trace_print_func hex; member
|
/third_party/f2fs-tools/tools/ |
H A D | f2fscrypt.c | 210 static int hex2byte(const char *hex, size_t hex_size, unsigned char *bytes, in hex2byte() argument
|
/third_party/backends/backend/ |
H A D | fujitsu.c | 10093 char *hex = line+4; in hexdump() local
|
/third_party/libwebsockets/lib/core/ |
H A D | libwebsockets.c | 511 static const char *hex = "0123456789ABCDEF"; variable
|
/third_party/node/src/crypto/ |
H A D | crypto_common.cc | 406 const char hex[] = "0123456789ABCDEF"; in AddFingerprintDigest() local 661 const char hex[] = "0123456789abcdef"; in PrintAltName() local
|
/third_party/node/deps/openssl/openssl/crypto/evp/ |
H A D | pmeth_lib.c | 1603 int EVP_PKEY_CTX_hex2ctrl(EVP_PKEY_CTX *ctx, int cmd, const char *hex) in EVP_PKEY_CTX_hex2ctrl() argument
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 1144 static const char *hex = "0123456789abcdef"; in hexencode() local
|
/third_party/openssl/test/ |
H A D | ectest.c | 2304 char *hex = NULL; in ec_point_hex2point_test_helper() local
|