Home
last modified time | relevance | path

Searched defs:size_lg2 (Results 1 – 11 of 11) 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/ruby/ext/google/protobuf_c/
Druby-upb.c2431 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
Druby-upb.h940 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/
Druby-upb.c2431 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
Druby-upb.h940 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
/external/cronet/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c2401 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
Dphp-upb.h906 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
/external/protobuf/php/ext/google/protobuf/
Dphp-upb.c2401 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
Dphp-upb.h906 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member