Searched refs:UPB_MAX (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 4468 t->array_size = UPB_MAX(1, asize); in upb_inttable_sizedinit() 4631 arr_size = UPB_MAX(arr_size, 1); in upb_inttable_compact() 5928 size_t new_size = UPB_MAX(l->size, 4); in upb_deflist_push() 6731 size_t newsize = UPB_MAX(oldsize * 2, 64); in put32() 9927 size_t new_size = UPB_MAX(old_size, 128); in accumulate_realloc()
|
D | upb.h | 242 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 4715 t->array_size = UPB_MAX(1, asize); in upb_inttable_sizedinit() 4863 max[bucket] = UPB_MAX(max[bucket], key); in upb_inttable_compact2() 5289 size_t block_size = UPB_MAX(size, a->next_block_size) + sizeof(mem_block); in upb_arena_allocblock() 7404 size_t newsize = UPB_MAX(oldsize * 2, 64); in put32() 10623 size_t new_size = UPB_MAX(old_size, 128); in accumulate_realloc()
|
D | upb.h | 261 #define UPB_MAX(x, y) ((x) > (y) ? (x) : (y)) macro
|