Home
last modified time | relevance | path

Searched refs:align_up (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.c5255 static size_t align_up(size_t size) { in align_up() function
5279 block->used = align_up(sizeof(mem_block)); in upb_arena_addblock()
5312 size = align_up(size); in upb_arena_doalloc()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.c1904 static size_t align_up(size_t size) { in align_up() function
1912 size = align_up(size); in seeded_alloc()