HomeSort by relevance Sort by last modified time
    Searched refs:size_lg2 (Results 1 - 4 of 4) sorted by null

  /external/protobuf/ruby/ext/google/protobuf_c/
upb.h 992 uint8_t size_lg2; \/* Size of the hashtable part is 2^size_lg2 entries. *\/ member in struct:__anon32210
    [all...]
upb.c 4854 int size_lg2; local
    [all...]
  /external/protobuf/php/ext/google/protobuf/
upb.h 781 uint8_t size_lg2; /* Size of the hashtable part is 2^size_lg2 entries. */ member in struct:__anon32153
796 #define UPB_STRTABLE_INIT(count, mask, ctype, size_lg2, entries) \
797 {{count, mask, ctype, size_lg2, entries}}
809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \
810 {{count, mask, ctype, size_lg2, ent}, a, asize, acount}
818 if (t->size_lg2 == 0)
821 return 1 << t->size_lg2;
950 bool upb_strtable_resize(upb_strtable *t, size_t size_lg2);
    [all...]
upb.c 4618 int size_lg2; local
    [all...]

Completed in 642 milliseconds