Searched refs:akey (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
H A D | cso_hash.h | 141 cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() argument 146 node = &hash->buckets[akey % hash->numBuckets]; in cso_hash_find_node() 148 while (*node != hash->end && (*node)->key != akey) in cso_hash_find_node()
|
H A D | cso_hash.c | 78 unsigned akey, void *avalue, in cso_hash_create_node() 86 node->key = akey; in cso_hash_create_node() 254 void *cso_hash_take(struct cso_hash *hash, unsigned akey) in cso_hash_take() argument 256 struct cso_node **node = cso_hash_find_node(hash, akey); in cso_hash_take() 77 cso_hash_create_node(struct cso_hash *hash, unsigned akey, void *avalue, struct cso_node **anextNode) cso_hash_create_node() argument
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 77 const ECX_KEY *akey = a->pkey.ecx; in ecx_pub_cmp() local 80 if (akey == NULL || bkey == NULL) in ecx_pub_cmp() 83 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0; in ecx_pub_cmp()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 77 const ECX_KEY *akey = a->pkey.ecx; in ecx_pub_cmp() local 80 if (akey == NULL || bkey == NULL) in ecx_pub_cmp() 83 return CRYPTO_memcmp(akey->pubkey, bkey->pubkey, KEYLEN(a)) == 0; in ecx_pub_cmp()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | dtptngen.cpp | 98 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local 99 int32_t len = uprv_strlen(akey)+1; in ures_a_open() 101 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | dtptngen.cpp | 101 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local 102 int32_t len = uprv_strlen(akey)+1; in ures_a_open() 104 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | dtptngen.cpp | 98 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local 99 int32_t len = uprv_strlen(akey)+1; in ures_a_open() 101 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_state.c | 1008 struct asahi_shader_key akey = { in agx_update_vs() local 1012 return agx_update_shader(ctx, &ctx->vs, PIPE_SHADER_VERTEX, &akey); in agx_update_vs()
|
Completed in 23 milliseconds