Searched defs:size_lg2 (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/third_party/upb/upb/ |
D | table.c | 95 static bool init(upb_table *t, uint8_t size_lg2, upb_alloc *a) { in init() 300 int size_lg2 = _upb_lg2ceil(need_entries); in upb_strtable_init2() local 317 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() 601 int size_lg2; in upb_inttable_compact2() local
|
D | table.int.h | 183 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
|
/third_party/grpc/third_party/upb/tests/ |
D | test_table.cc | 146 void Resize(size_t size_lg2) { in Resize() 220 void Resize(size_t size_lg2) { in Resize()
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 1477 static bool init(upb_table *t, uint8_t size_lg2, upb_alloc *a) { in init() 1681 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() 1965 int size_lg2; in upb_inttable_compact2() local
|
D | php-upb.h | 653 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 1452 static bool init(upb_table *t, uint8_t size_lg2, upb_alloc *a) { in init() 1655 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() 1949 int size_lg2; in upb_inttable_compact2() local
|
D | upb.h | 639 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
|