HomeSort by relevance Sort by last modified time
    Searched refs:akey (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 109 unsigned akey, void *avalue,
117 node->key = akey;
203 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey)
208 node = (struct cso_node **)(&hash->data.d->buckets[akey % hash->data.d->numBuckets]);
210 while (*node != hash->data.e && (*node)->key != akey)
383 unsigned akey)
385 struct cso_node **node = cso_hash_find_node(hash, akey);
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 92 const char *akey = ures_getKey(aiter->entries[i].item); local
93 int32_t len = uprv_strlen(akey)+1;
95 u_charsToUChars(akey, aiter->entries[i].key, len);
    [all...]

Completed in 5668 milliseconds