Home
last modified time | relevance | path

Searched defs:size_lg2 (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c95 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
Dtable.int.h183 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/
Dtest_table.cc146 void Resize(size_t size_lg2) { in Resize()
220 void Resize(size_t size_lg2) { in Resize()
/external/protobuf/php/ext/google/protobuf/
Dupb.h2797 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
Dupb.c4736 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/
Dupb.c6529 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