| /third_party/icu/icu4c/source/test/perf/unisetperf/draft/ |
| H A D | bitset.cpp | 52 int32_t hash=(int32_t)(key>>55)&0x1ff; in map() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | CalendarCache.java | 100 private final int hash(long key) in hash() method in CalendarCache
|
| /third_party/libsnd/src/ |
| H A D | chunk.c | 62 { int64_t hash ; in psf_get_chunk_iterator() local 89 { uint64_t hash = iterator->hash ; in psf_next_chunk_iterator() local 159 { uint64_t hash ; psf_find_read_chunk_str() local [all...] |
| /third_party/libwebsockets/lib/misc/ |
| H A D | peer-limits.c | 85 uint32_t hash = 0; in lws_get_or_create_peer() local [all...] |
| /third_party/mbedtls/programs/pkey/ |
| H A D | dh_server.c | 59 unsigned char hash[MBEDTLS_MD_MAX_SIZE]; in main() local
|
| H A D | ecdsa.c | 87 unsigned char hash[32]; in main() local [all...] |
| /third_party/mbedtls/tests/src/drivers/ |
| H A D | test_driver_signature.c | 41 sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) sign_hash() argument 109 verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) verify_hash() argument 188 uint8_t hash[PSA_HASH_MAX_SIZE]; mbedtls_test_transparent_signature_sign_message() local 267 uint8_t hash[PSA_HASH_MAX_SIZE]; mbedtls_test_transparent_signature_verify_message() local 320 mbedtls_test_transparent_signature_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_test_transparent_signature_sign_hash() argument 348 mbedtls_test_opaque_signature_sign_hash( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, uint8_t *signature, size_t signature_size, size_t *signature_length) mbedtls_test_opaque_signature_sign_hash() argument 368 mbedtls_test_transparent_signature_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_test_transparent_signature_verify_hash() argument 386 mbedtls_test_opaque_signature_verify_hash( const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length) mbedtls_test_opaque_signature_verify_hash() argument [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_cse.c | 41 uint32_t hash = 0; in hash_instr() local [all...] |
| /third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
| H A D | cso_hash.h | 61 struct cso_hash *hash; member 141 cso_hash_find_node(struct cso_hash *hash, unsigned akey) cso_hash_find_node() argument 160 cso_hash_find(struct cso_hash *hash, unsigned key) cso_hash_find() argument [all...] |
| /third_party/node/test/pummel/ |
| H A D | test-policy-integrity-worker-commonjs.js | 27 function hash(algo, body) { function
|
| H A D | test-policy-integrity-worker-module.js | 27 function hash(algo, body) { function
|
| H A D | test-policy-integrity-dep.js | 27 function hash(algo, body) { function
|
| H A D | test-policy-integrity-parent-commonjs.js | 27 function hash(algo, body) { function
|
| H A D | test-policy-integrity-parent-module.js | 27 function hash(algo, body) { function
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | canonical-types.h | 76 struct hash { struct
|
| /third_party/musl/porting/liteos_a/user/src/network/ |
| H A D | if_nameindex.c | 23 unsigned int hash[IFADDRS_HASH_SIZE]; member
|
| /third_party/musl/src/network/ |
| H A D | if_nameindex.c | 22 unsigned int hash[IFADDRS_HASH_SIZE]; member
|
| /third_party/musl/src/search/ |
| H A D | hsearch.c | 82 static ENTRY *lookup(char *key, size_t hash, struct hsearch_data *htab) in lookup() argument 129 size_t hash = keyhash(item.key); in __hsearch_r() local
|
| /third_party/node/deps/cares/src/lib/ |
| H A D | ares__htable_strvp.c | 34 ares__htable_t *hash; member
|
| H A D | ares__htable_szvp.c | 34 ares__htable_t *hash; member
|
| /third_party/mesa3d/src/mesa/program/ |
| H A D | prog_cache.c | 40 GLuint hash; member 63 GLuint hash = 0, i; in hash_key() local 185 const GLuint hash = hash_key(key, keysize); _mesa_search_program_cache() local 209 const GLuint hash = hash_key(key, keysize); _mesa_program_cache_insert() local 238 const GLuint hash = hash_key(key, keysize); _mesa_shader_cache_insert() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | smpdtfmt.h | 1631 int32_t hash; member
|
| /third_party/mesa3d/src/panfrost/bifrost/ |
| H A D | bi_opt_cse.c | 37 HASH(uint32_t hash, unsigned data) in HASH() argument 43 hash_index(uint32_t hash, bi_index index) in hash_index() argument 60 uint32_t hash = 0; hash_instr() local [all...] |
| /third_party/libdrm/ |
| H A D | xf86drmHash.c | 82 unsigned long hash = 0; in HashHash() local 142 unsigned long hash = HashHash(key); HashFind() local 184 unsigned long hash; drmHashInsert() local 202 unsigned long hash; drmHashDelete() local [all...] |
| /third_party/libwebsockets/lib/roles/ws/ |
| H A D | client-ws.c | 148 char buf[128], hash[20], key_b64[40]; in lws_generate_client_ws_handshake() local
|