Searched defs:size_lg2 (Results 1 – 11 of 11) 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/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2431 static bool init(upb_table* t, uint8_t size_lg2, upb_Arena* a) { in init() 2768 int size_lg2 = _upb_Log2Ceiling(need_entries); in upb_strtable_init() local 2778 bool upb_strtable_resize(upb_strtable* t, size_t size_lg2, upb_Arena* a) { in upb_strtable_resize() 3026 int size_lg2; in upb_inttable_compact() local
|
D | ruby-upb.h | 940 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
|
/external/cronet/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | ruby-upb.c | 2431 static bool init(upb_table* t, uint8_t size_lg2, upb_Arena* a) { in init() 2768 int size_lg2 = _upb_Log2Ceiling(need_entries); in upb_strtable_init() local 2778 bool upb_strtable_resize(upb_strtable* t, size_t size_lg2, upb_Arena* a) { in upb_strtable_resize() 3026 int size_lg2; in upb_inttable_compact() local
|
D | ruby-upb.h | 940 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
|
/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2401 static bool init(upb_table* t, uint8_t size_lg2, upb_Arena* a) { in init() 2734 int size_lg2 = _upb_Log2Ceiling(need_entries); in upb_strtable_init() local 2744 bool upb_strtable_resize(upb_strtable* t, size_t size_lg2, upb_Arena* a) { in upb_strtable_resize() 2992 int size_lg2; in upb_inttable_compact() local
|
D | php-upb.h | 906 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
|
/external/protobuf/php/ext/google/protobuf/ |
D | php-upb.c | 2401 static bool init(upb_table* t, uint8_t size_lg2, upb_Arena* a) { in init() 2734 int size_lg2 = _upb_Log2Ceiling(need_entries); in upb_strtable_init() local 2744 bool upb_strtable_resize(upb_strtable* t, size_t size_lg2, upb_Arena* a) { in upb_strtable_resize() 2992 int size_lg2; in upb_inttable_compact() local
|
D | php-upb.h | 906 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
|