HomeSort by relevance Sort by last modified time
    Searched refs:target_end (Results 1 - 7 of 7) sorted by null

  /system/core/toolbox/cp/
extern.h 39 char *target_end; /* pointer to end of target base */ member in struct:__anon44022
cp.c 87 PATH_T to = { .p_end = to.p_path, .target_end = empty };
218 to.target_end = to.p_end;
365 to.target_end - to.p_path + 1) > MAXPATHLEN) {
406 target_mid = to.target_end;
  /external/chromium/sdch/open-vcdiff/src/
vcdiffengine.cc 183 const char* const target_end = target_data + target_size; local
184 const char* const start_of_last_block = target_end - BlockHash::kBlockSize;
198 (target_end - next_encode),
232 AddUnmatchedRemainder(next_encode, target_end - next_encode, coder);
  /external/open-vcdiff/src/
vcdiffengine.cc 180 const char* const target_end = target_data + target_size; local
181 const char* const start_of_last_block = target_end - BlockHash::kBlockSize;
195 (target_end - next_encode),
229 AddUnmatchedRemainder(next_encode, target_end - next_encode, coder);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
merge.h 249 target_end = parallel_multiway_merge local
257 return target_end;
partial_sum.h 144 OutputIterator target_end; local
multiway_merge.h 654 RandomAccessIterator3 target_end = target + length; local
655 while (target < target_end)
725 RandomAccessIterator3 target_end; local
734 target_end = multiway_merge_loser_tree_unguarded
739 _GLIBCXX_PARALLEL_ASSERT(target_end == target + length);
740 _GLIBCXX_PARALLEL_ASSERT(is_sorted(target, target_end, comp));
748 return target_end;
    [all...]

Completed in 666 milliseconds