Home
last modified time | relevance | path

Searched refs:UPB_MAXARRSIZE (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/
Dtable.c15 #define UPB_MAXARRSIZE 16 /* 64k. */ macro
35 return UPB_MIN(UPB_MAXARRSIZE, ret); in log2ceil()
594 size_t counts[UPB_MAXARRSIZE + 1] = {0}; in upb_inttable_compact2()
597 uintptr_t max[UPB_MAXARRSIZE + 1] = {0}; in upb_inttable_compact2()
/external/protobuf/php/ext/google/protobuf/
Dupb.c4646 #define UPB_MAXARRSIZE 16 /* 64k. */ macro
4672 return UPB_MIN(UPB_MAXARRSIZE, ret); in log2ceil()
5240 size_t counts[UPB_MAXARRSIZE + 1] = {0}; in upb_inttable_compact2()
5243 uintptr_t max[UPB_MAXARRSIZE + 1] = {0}; in upb_inttable_compact2()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.c6439 #define UPB_MAXARRSIZE 16 /* 64k. */ macro
6465 return UPB_MIN(UPB_MAXARRSIZE, ret); in log2ceil()
7031 size_t counts[UPB_MAXARRSIZE + 1] = {0}; in upb_inttable_compact2()
7034 uintptr_t max[UPB_MAXARRSIZE + 1] = {0}; in upb_inttable_compact2()