Home
last modified time | relevance | path

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

/external/protobuf/php/ext/google/protobuf/
Dupb.h781 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member
796 #define UPB_STRTABLE_INIT(count, mask, ctype, size_lg2, entries) \ argument
809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ argument
Dupb.c4101 static bool init(upb_table *t, upb_ctype_t ctype, uint8_t size_lg2) { in init()
4303 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2) { in upb_strtable_resize()
4618 int size_lg2; in upb_inttable_compact() local
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c4336 static bool init(upb_table *t, upb_ctype_t ctype, uint8_t size_lg2, in init()
4545 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2, upb_alloc *a) { in upb_strtable_resize()
4854 int size_lg2; in upb_inttable_compact2() local