Home
last modified time | relevance | path

Searched defs:to_alloc (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/vulkano/src/memory/pool/
Dnon_host_visible.rs115 let to_alloc = cmp::max(MIN_BLOCK_SIZE, size.next_power_of_two()); in alloc() localVariable
181 let to_alloc = cmp::max(MIN_BLOCK_SIZE, size.next_power_of_two()); in alloc_with_exportable_fd() localVariable
Dhost_visible.rs115 let to_alloc = cmp::max(MIN_BLOCK_SIZE, size.next_power_of_two()); in alloc() localVariable
182 let to_alloc = cmp::max(MIN_BLOCK_SIZE, size.next_power_of_two()); in alloc_with_exportable_fd() localVariable
/external/cronet/third_party/icu/source/test/perf/ustrperf/
Dstringperf.cpp45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main() local
Dstringperf.h78 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration() local
/external/icu/icu4c/source/test/perf/ustrperf/
Dstringperf.cpp45 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in main() local
Dstringperf.h78 int to_alloc = loops * MAXNUMLINES * (MAXSRCLEN + catenate_STRLEN); in getEventsPerIteration() local
/external/libevent/
Dbuffer.c160 size_t to_alloc; in evbuffer_chain_new() local
638 size_t to_alloc; in evbuffer_add_iovec() local
1734 size_t remain, to_alloc; in evbuffer_add() local