Searched defs:size_lg2 (Results 1 – 6 of 6) sorted by relevance
/external/rust/crates/grpcio-sys/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
|
/external/rust/crates/grpcio-sys/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()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 2797 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member 2830 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ argument
|
D | upb.c | 4736 static bool init(upb_table *t, upb_ctype_t ctype, uint8_t size_lg2, in init() 4939 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() 5247 int size_lg2; in upb_inttable_compact2() local
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6529 static bool init(upb_table *t, upb_ctype_t ctype, uint8_t size_lg2, in init() 6732 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize() 7038 int size_lg2; in upb_inttable_compact2() local
|