Home
last modified time | relevance | path

Searched refs:HASH_FIND (Results 1 – 5 of 5) sorted by relevance

/external/fastrpc/inc/
Duthash.h92 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro
248 HASH_FIND(hh,head,findstr,strlen(findstr),out)
252 HASH_FIND(hh,head,findint,sizeof(int),out)
256 HASH_FIND(hh,head,findptr,sizeof(void *),out)
/external/libdrm/intel/
Duthash.h131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ macro
375 HASH_FIND(hh,head,findstr,(unsigned)uthash_strlen(findstr),out)
381 HASH_FIND(hh,head,findint,sizeof(int),out)
387 HASH_FIND(hh,head,findptr,sizeof(void *),out)
Dintel_bufmgr_gem.c1117 HASH_FIND(name_hh, bufmgr_gem->name_table, in drm_intel_bo_gem_create_from_name()
1139 HASH_FIND(handle_hh, bufmgr_gem->handle_table, in drm_intel_bo_gem_create_from_name()
2667 HASH_FIND(handle_hh, bufmgr_gem->handle_table, in drm_intel_bo_gem_create_from_prime()
/external/rust/crates/quiche/examples/
Dserver.c250 HASH_FIND(hh, conns->h, dcid, dcid_len, conn_io); in recv_cb()
Dhttp3-server.c266 HASH_FIND(hh, conns->h, dcid, dcid_len, conn_io); in recv_cb()