Searched refs:curr (Results 1 - 6 of 6) sorted by relevance
/system/core/toolbox/upstream-netbsd/bin/cp/ |
H A D | cp.c | 328 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 D | VectorImpl.cpp | 177 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 D | CodeCache.cpp | 205 void* curr = (uint8_t*)base + assembly->size(); local 206 __builtin___clear_cache(base, curr);
|
/system/extras/tests/sdcard/ |
H A D | sdcard_perf_test.cpp | 647 FTSENT *curr; local 648 while ((curr = fts_read(ftsp)) != NULL) { 649 switch (curr->fts_info) {
|
/system/core/libpixelflinger/codeflinger/tinyutils/ |
H A D | VectorImpl.cpp | 470 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 D | arm64_assembler_test.cpp | 411 const long curr = base + long(instrMemSize); local 412 __builtin___clear_cache((void*)base, (void*)curr);
|
Completed in 169 milliseconds