Searched refs:buf1 (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/
H A Drecord_test.cpp70 std::vector<char> buf1 = r1.BinaryFormat(); local
75 cache.Push(buf1.data(), buf1.size());
/system/extras/micro_bench/
H A Dmicro_bench.cpp282 // alignments. The variables "buf1" and "buf2" will be pointers to the
289 uint8_t *buf1 = allocateAlignedMemory(size, cmd_data.src_align, cmd_data.src_or_mask); \
290 if (!buf1) \
337 // larger than the largest cache in the system. Two variables "buf1" and
339 // to avoid any algorithms that prefetch past the end of either "buf1"
341 // both buffers. Specifically, as "buf1" and "buf2" values are iterated in
342 // BENCH code, the end of "buf1" and "buf2" is guaranteed to be at least
343 // "stride_size" away from the next "buf1" and "buf2".
369 uint8_t *buf1; \
373 buf1
[all...]
/system/core/libion/tests/
H A Ddevice_test.cpp117 void *buf1 = malloc(bigger_than_cache); local
119 memset(buf1, 0xaa, bigger_than_cache);
120 memcpy(buf2, buf1, bigger_than_cache);
121 free(buf1);

Completed in 339 milliseconds