Home
last modified time | relevance | path

Searched refs:akey (Results 1 – 11 of 11) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/cso_cache/
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()
Dcso_hash.c78 unsigned akey, void *avalue, in cso_hash_create_node() argument
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()
/third_party/node/deps/npm/node_modules/pseudomap/test/
Dbasic.js38 var akey = {}
40 m.set(akey, { some: 'data' })
42 t.same(m.get(akey), { some: 'data' })
/third_party/node/deps/npm/node_modules/pseudomap/
DREADME.md56 var akey = {}
58 myMap.set(akey, { some: 'data' })
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/
DREADME.md45 opts.cmp({ key: akey, value: avalue }, { key: bkey, value: bvalue })
/third_party/openssl/crypto/ec/
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/flutter/skia/third_party/externals/icu/source/i18n/
Ddtptngen.cpp97 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local
98 int32_t len = uprv_strlen(akey)+1; in ures_a_open()
100 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()
/third_party/node/deps/icu-small/source/i18n/
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/skia/third_party/externals/icu/source/i18n/
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/icu/icu4c/source/i18n/
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/
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()