Searched refs:curr (Results 1 – 4 of 4) sorted by relevance
160 const long curr = base + long(assembly->size()); in cache() local161 err = cacheflush(base, curr, 0); in cache()
468 const void* const curr = reinterpret_cast<const char *>(a) + (mid*s); in _indexOrderOf() local469 const int c = do_compare(curr, item); in _indexOrderOf()
211 char* curr = (char*)src; in memcpy_test() local214 *curr++ = c != 0x55 ? c : 0xAA; in memcpy_test()
2055 const long curr = long(getPC()); in finishCompile() local2056 int err = cacheflush(base, curr, 0); in finishCompile()