Searched refs:akey (Results 1 – 11 of 11) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/cso_cache/ |
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()
|
D | cso_hash.c | 78 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/ |
D | basic.js | 38 var akey = {} 40 m.set(akey, { some: 'data' }) 42 t.same(m.get(akey), { some: 'data' })
|
/third_party/node/deps/npm/node_modules/pseudomap/ |
D | README.md | 56 var akey = {} 58 myMap.set(akey, { some: 'data' })
|
/third_party/node/deps/npm/node_modules/fast-json-stable-stringify/ |
D | README.md | 45 opts.cmp({ key: akey, value: avalue }, { key: bkey, value: bvalue })
|
/third_party/openssl/crypto/ec/ |
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/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen.cpp | 97 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/ |
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/skia/third_party/externals/icu/source/i18n/ |
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/icu/icu4c/source/i18n/ |
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/ |
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()
|