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

  /external/libdrm/amdgpu/
util_hash.c 112 unsigned akey, void *avalue,
120 node->key = akey;
206 static struct util_node **util_hash_find_node(struct util_hash *hash, unsigned akey)
211 node = (struct util_node **)(&hash->data.d->buckets[akey % hash->data.d->numBuckets]);
213 while (*node != hash->data.e && (*node)->key != akey)
348 drm_private void *util_hash_take(struct util_hash *hash, unsigned akey)
350 struct util_node **node = util_hash_find_node(hash, akey);
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 111 unsigned akey, void *avalue,
119 node->key = akey;
205 static struct cso_node **cso_hash_find_node(struct cso_hash *hash, unsigned akey)
210 node = (struct cso_node **)(&hash->data.d->buckets[akey % hash->data.d->numBuckets]);
212 while (*node != hash->data.e && (*node)->key != akey)
385 unsigned akey)
387 struct cso_node **node = cso_hash_find_node(hash, akey);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
dictobject.c 1721 PyObject *akey = NULL; \/* smallest key in a s.t. a[akey] != b[akey] *\/ local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
dictobject.c 1687 PyObject *akey = NULL; \/* smallest key in a s.t. a[akey] != b[akey] *\/ local
    [all...]
  /external/python/cpython2/Objects/
dictobject.c 1751 PyObject *akey = NULL; \/* smallest key in a s.t. a[akey] != b[akey] *\/ local
    [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 96 const char *akey = ures_getKey(aiter->entries[i].item); local
97 int32_t len = uprv_strlen(akey)+1;
99 u_charsToUChars(akey, aiter->entries[i].key, len);
    [all...]

Completed in 307 milliseconds