Home
last modified time | relevance | path

Searched defs:keyptr (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/src/core/lib/gpr/
Dmurmur_hash.cc41 const uint8_t* keyptr = static_cast<const uint8_t*>(key); in gpr_murmur_hash3() local
/external/libdrm/intel/
Duthash.h114 #define HASH_VALUE(keyptr,keylen,hashv) \ argument
119 #define HASH_FIND_BYHASHVALUE(hh,head,keyptr,keylen,hashval,out) \ argument
131 #define HASH_FIND(hh,head,keyptr,keylen,out) \ argument
233 #define HASH_ADD_KEYPTR_BYHASHVALUE_INORDER(hh,head,keyptr,keylen_in,hashval,add,cmpfcn) \ argument
271 #define HASH_ADD_KEYPTR_INORDER(hh,head,keyptr,keylen_in,add,cmpfcn) \ argument
284 #define HASH_ADD_KEYPTR_BYHASHVALUE(hh,head,keyptr,keylen_in,hashval,add) \ argument
307 #define HASH_ADD_KEYPTR(hh,head,keyptr,keylen_in,add) \ argument
459 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) \ argument
466 #define HASH_EMIT_KEY(hh,head,keyptr,fieldlen) argument
714 #define HASH_FIND_IN_BKT(tbl,hh,head,keyptr,keylen_in,hashval,out) \ argument
/external/libcups/cups/
Dppd.c2906 char *keyptr, /* Keyword pointer */ in ppd_read() local