Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_hash.c109 unsigned akey, void *avalue, in cso_hash_create_node() argument
117 node->key = akey; in cso_hash_create_node()
203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey) in cso_hash_find_node() argument
208 node = (struct cso_node **)(&hash->data.d->buckets[akey % hash->data.d->numBuckets]); in cso_hash_find_node()
210 while (*node != hash->data.e && (*node)->key != akey) in cso_hash_find_node()
383 unsigned akey) in cso_hash_take() argument
385 struct cso_node **node = cso_hash_find_node(hash, akey); in cso_hash_take()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DAMutableDictionary.m103 //ACBKey *akey = [ACBKey newKey:aKey];
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp92 const char *akey = ures_getKey(aiter->entries[i].item); in ures_a_open() local
93 int32_t len = uprv_strlen(akey)+1; in ures_a_open()
95 u_charsToUChars(akey, aiter->entries[i].key, len); in ures_a_open()