Home
last modified time | relevance | path

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

/hardware/google/graphics/common/libion/test/
Dion_test_fixture.cpp211 const size_t nelem = bigger_than_cache / sizeof(unsigned int); in blowCache() local
212 unsigned int *buf1 = new unsigned int[nelem]; in blowCache()
213 unsigned int *buf2 = new unsigned int[nelem]; in blowCache()
218 for (size_t i = 0; i < (nelem / 2); i++) { in blowCache()
220 buf1[nelem - i - 1] = i; in blowCache()
232 const size_t nelem = size / sizeof(unsigned int); in dirtyCache() local
234 for (size_t i = 0; i < (nelem / 2); i++) { in dirtyCache()
236 uip[nelem - i - 1] = 0x6b5a6b5a; in dirtyCache()