Searched refs:curr (Results 1 - 6 of 6) sorted by relevance

/system/core/toolbox/upstream-netbsd/bin/cp/
H A Dcp.c328 FTSENT *curr; local
339 for (any_failed = 0; (curr = fts_read(ftsp)) != NULL;) {
341 switch (curr->fts_info) {
345 warnx("%s: %s", curr->fts_path,
346 strerror(curr->fts_errno));
350 warnx("%s: directory causes a cycle", curr->fts_path);
360 if ((curr->fts_namelen +
363 to.p_path, curr->fts_name);
387 if (curr->fts_level == FTS_ROOTLEVEL) {
389 p = strrchr(curr
[all...]
/system/core/libutils/
H A DVectorImpl.cpp177 void* curr = reinterpret_cast<char*>(array) + mItemSize*(i-1); local
178 if (cmp(curr, item, state) > 0) {
187 curr = reinterpret_cast<char*>(array) + mItemSize*(i-1);
198 _do_copy(next, curr, 1);
199 next = curr;
201 curr = reinterpret_cast<char*>(array) + mItemSize*(j);
202 } while (j>=0 && (cmp(curr, temp, state) > 0));
563 const void* const curr = reinterpret_cast<const char *>(a) + (mid*s);
564 const int c = do_compare(curr, item);
/system/core/libpixelflinger/codeflinger/
H A DCodeCache.cpp205 void* curr = (uint8_t*)base + assembly->size(); local
206 __builtin___clear_cache(base, curr);
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp647 FTSENT *curr; local
648 while ((curr = fts_read(ftsp)) != NULL) {
649 switch (curr->fts_info) {
/system/core/libpixelflinger/codeflinger/tinyutils/
H A DVectorImpl.cpp470 const void* const curr = reinterpret_cast<const char *>(a) + (mid*s); local
471 const int c = do_compare(curr, item);
/system/core/libpixelflinger/tests/arch-arm64/assembler/
H A Darm64_assembler_test.cpp411 const long curr = base + long(instrMemSize); local
412 __builtin___clear_cache((void*)base, (void*)curr);

Completed in 408 milliseconds