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

  /external/libdrm/amdgpu/
util_hash.h 55 struct util_hash;
59 struct util_hash *hash;
64 drm_private struct util_hash *util_hash_create(void);
65 drm_private void util_hash_delete(struct util_hash *hash);
75 util_hash_insert(struct util_hash *hash, unsigned key, void *data);
85 util_hash_erase(struct util_hash *hash, struct util_hash_iter iter);
87 drm_private void *util_hash_take(struct util_hash *hash, unsigned key);
90 drm_private struct util_hash_iter util_hash_first_node(struct util_hash *hash);
96 util_hash_find(struct util_hash *hash, unsigned key);
util_hash.c 37 #include "util_hash.h"
93 struct util_hash { struct
111 util_hash_create_node(struct util_hash *hash,
206 static struct util_node **util_hash_find_node(struct util_hash *hash, unsigned akey)
222 util_hash_insert(struct util_hash *hash, unsigned key, void *data)
241 drm_private struct util_hash *util_hash_create(void)
243 struct util_hash *hash = malloc(sizeof(struct util_hash));
264 drm_private void util_hash_delete(struct util_hash *hash)
283 util_hash_find(struct util_hash *hash, unsigned key
    [all...]
util_hash_table.c 32 * Just uses the util_hash for now, but it might be better switch to a linear
46 #include "util_hash.h"
53 struct util_hash *head;
  /external/honggfuzz/libcommon/
util.h 102 extern uint64_t util_hash(const char* buf, size_t len);
util.c 221 uint64_t util_hash(const char* buf, size_t len) { function
  /external/honggfuzz/mac/
arch.c 642 hash ^= util_hash(pos, 3);
  /external/honggfuzz/linux/
trace.c 551 hash ^= util_hash(&pcStr[strlen(pcStr) - 3], 3);
    [all...]

Completed in 163 milliseconds