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

  /external/sfntly/cpp/src/test/
test_utils.cc 43 char* target_end; local
50 target_end = target;
51 ucnv_fromUnicode(encoder, &target_end, target + 4,
62 for (int32_t position = 0; position < target_end - target; ++position) {
  /system/core/toolbox/cp/
extern.h 39 char *target_end; /* pointer to end of target base */ member in struct:__anon62788
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/chromium_org/sdch/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);
  /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);
  /external/chromium_org/ui/base/ime/win/
imm32_manager.cc 44 int* target_end) {
64 *target_end = end;
72 int target_end,
91 underline.end_offset <= static_cast<unsigned>(target_end)) {
318 int target_end = length; local
320 GetCompositionTargetRange(imm_context, &target_start, &target_end);
339 GetCompositionUnderlines(imm_context, target_start, target_end,
353 if (target_end > target_start) {
355 underline.end_offset = target_end;
359 if (target_end < length)
    [all...]
  /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 665 milliseconds