Home
last modified time | relevance | path

Searched refs:asize (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/
DrsElement.cpp287 uint32_t asize = 1; in createRef() local
294 asize = asin[i]; in createRef()
300 (ee->mFields[i].arraySize != asize)) { in createRef()
327 uint32_t asize = 1; in createRef() local
334 asize = asin[ct]; in createRef()
339 e->mFields[ct].arraySize = asize; in createRef()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/
Dupb.h809 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \ argument
810 {{count, mask, ctype, size_lg2, ent}, a, asize, acount}
Dupb.c4462 size_t asize, int hsize_lg2) { in upb_inttable_sizedinit() argument
4468 t->array_size = UPB_MAX(1, asize); in upb_inttable_sizedinit()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/
Dupb.h1046 #define UPB_INTTABLE_INIT(count, mask, ctype, size_lg2, ent, a, asize, acount) \
1047 {UPB_TABLE_INIT(count, mask, ctype, size_lg2, ent), a, asize, acount}
Dupb.c4709 size_t asize, int hsize_lg2, upb_alloc *a) { in upb_inttable_sizedinit() argument
4715 t->array_size = UPB_MAX(1, asize); in upb_inttable_sizedinit()