Home
last modified time | relevance | path

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

/third_party/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
/third_party/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()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c1477 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
Dphp-upb.h653 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c1452 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
Dupb.h639 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member