Home
last modified time | relevance | path

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

/third_party/grpc/third_party/upb/upb/
Dtable.c427 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash() function
529 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2()
537 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert2()
/third_party/boost/libs/container_hash/doc/
Drationale.qbk37 …h as [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm
/third_party/boost/libs/unordered/doc/
Drationale.qbk6 [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c1791 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash() function
1893 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2()
1901 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert2()
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1765 static uint32_t inthash(upb_tabkey key) { return upb_inthash(key); } in inthash() function
1866 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2()
1874 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert2()