Home
last modified time | relevance | path

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

/system/core/libpixelflinger/codeflinger/
DCodeCache.cpp138 const long curr = base + long(assembly->size()); in cache() local
139 err = cacheflush(base, curr, 0); in cache()
/system/core/libpixelflinger/tinyutils/
DVectorImpl.cpp468 const void* const curr = reinterpret_cast<const char *>(a) + (mid*s); in _indexOrderOf() local
469 const int c = do_compare(curr, item); in _indexOrderOf()
/system/extras/tests/memtest/
Dmemtest.cpp208 char* curr = (char*)src; in memcpy_test() local
211 *curr++ = c != 0x55 ? c : 0xAA; in memcpy_test()