Searched refs:inthash (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | table.c | 427 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/ |
D | rationale.qbk | 37 …h as [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm
|
/third_party/boost/libs/unordered/doc/ |
D | rationale.qbk | 6 [@http://web.archive.org/web/20121102023700/http://www.concentric.net/~Ttwang/tech/inthash.htm
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 1791 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/ |
D | upb.c | 1765 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()
|