Searched defs:r_hash (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dhash.h28 size_t r_hash[2]);
321 hash(const void *key, size_t len, const uint32_t seed, size_t r_hash[2]) argument
324 hash_x64_128(key, len, seed, (uint64_t *)r_hash);
328 r_hash[0] = (size_t)hashes[0];
329 r_hash[1] = (size_t)hashes[1];
/external/ipsec-tools/src/racoon/
H A Disakmp_quick.c494 char *r_hash;
498 r_hash = (char *)hash + sizeof(*hash);
501 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
507 result = memcmp(my_hash->v, r_hash, my_hash->l);
767 char *r_hash;
772 r_hash = (char *)hash + sizeof(*hash);
775 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
782 result = memcmp(my_hash->v, r_hash, my_hash->l);
1042 char *r_hash;
1046 r_hash
493 char *r_hash; local
766 char *r_hash; local
1041 char *r_hash; local
1446 char *r_hash; local
[all...]
H A Doakley.c1263 char *r_hash; local
1281 r_hash = (caddr_t)(iph1->pl_hash + 1);
1284 plogdump(LLV_DEBUG, r_hash,
1306 result = memcmp(my_hash->v, r_hash, my_hash->l);
/external/jemalloc/src/
H A Dckh.c529 ckh_string_hash(const void *key, size_t r_hash[2]) argument
532 hash(key, strlen((const char *)key), 0x94122f33U, r_hash);
546 ckh_pointer_hash(const void *key, size_t r_hash[2]) argument
555 hash(&u.i, sizeof(u.i), 0xd983396eU, r_hash);
H A Dprof.c1211 prof_bt_hash(const void *key, size_t r_hash[2]) argument
1217 hash(bt->vec, bt->len * sizeof(void *), 0x94122f33U, r_hash);

Completed in 113 milliseconds