Home
last modified time | relevance | path

Searched refs:akey (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
H A Dcso_hash.h141 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 Dcso_hash.c78 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 Decx_meth.c77 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 Decx_meth.c77 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 Ddtptngen.cpp98 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 Ddtptngen.cpp101 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 Ddtptngen.cpp98 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 Dagx_state.c1008 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