HomeSort by relevance Sort by last modified time
    Searched defs:end1 (Results 1 - 25 of 49) sorted by null

1 2

  /bionic/libc/arch-mips/string/
memcmp.c 33 const unsigned char* end1 = p1 + n; local
38 if (d || p1 >= end1) break;
41 if (d || p1 >= end1) break;
44 if (d || p1 >= end1) break;
47 if (d || p1 >= end1) break;
  /external/compiler-rt/test/asan/TestCases/Posix/
gc-test.cc 31 void *beg1, *end1; local
34 __asan_addr_is_in_fake_stack(fake_stack, ptr, &beg1, &end1);
37 assert(end == end1);
  /external/webrtc/webrtc/system_wrappers/source/
logging.cc 37 const char* end1 = ::strrchr(file, '/'); local
39 if (!end1 && !end2)
42 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/speex/libspeex/
buffer.c 71 int end1; local
79 end1 = end;
80 if (end1 > st->size)
81 end1 = st->size;
82 SPEEX_COPY(st->data + st->write_ptr, data, end1 - st->write_ptr);
86 SPEEX_COPY(st->data, data+end1 - st->write_ptr, end);
105 int end1; local
111 end1 = end;
112 if (end1 > st->size)
113 end1 = st->size
134 int end, end1; local
    [all...]
  /external/libchrome/base/files/
file_util.cc 107 std::string::size_type end1 = line1.find_last_not_of("\r\n"); local
108 if (end1 == std::string::npos)
110 else if (end1 + 1 < line1.length())
111 line1.erase(end1 + 1);
  /external/clang/test/OpenMP/
for_loop_messages.cpp 552 Iter1 begin1, end1; local
557 for (Iter1 I = begin1; I < end1; ++I)
563 for (Iter1 I = begin1; I >= end1; ++I)
571 for (Iter1 I; I < end1; ++I) {
for_simd_loop_messages.cpp 533 Iter1 begin1, end1; local
538 for (Iter1 I = begin1; I < end1; ++I)
544 for (Iter1 I = begin1; I >= end1; ++I)
552 for (Iter1 I; I < end1; ++I) {
parallel_for_loop_messages.cpp 458 Iter1 begin1, end1; local
462 for (Iter1 I = begin1; I < end1; ++I)
467 for (Iter1 I = begin1; I >= end1; ++I)
474 for (Iter1 I; I < end1; ++I) {
parallel_for_simd_loop_messages.cpp 459 Iter1 begin1, end1; local
463 for (Iter1 I = begin1; I < end1; ++I)
468 for (Iter1 I = begin1; I >= end1; ++I)
475 for (Iter1 I; I < end1; ++I) {
simd_loop_messages.cpp 446 Iter1 begin1, end1; local
450 for (Iter1 I = begin1; I < end1; ++I)
455 for (Iter1 I = begin1; I >= end1; ++I)
463 for (Iter1 I; I < end1; ++I) {
taskloop_loop_messages.cpp 553 Iter1 begin1, end1; local
558 for (Iter1 I = begin1; I < end1; ++I)
564 for (Iter1 I = begin1; I >= end1; ++I)
572 for (Iter1 I; I < end1; ++I) {
taskloop_simd_loop_messages.cpp 554 Iter1 begin1, end1; local
559 for (Iter1 I = begin1; I < end1; ++I)
565 for (Iter1 I = begin1; I >= end1; ++I)
573 for (Iter1 I; I < end1; ++I) {
  /external/llvm/lib/Transforms/Utils/
FlattenCFG.cpp 329 BasicBlock::iterator end1 = Block1->getTerminator()->getIterator(); local
334 if (iter1 == end1) {
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 181 Rows::const_iterator end1 = region1.rows_.end(); local
184 if (it1 == end1 || it2 == end2)
187 while (it1 != end1 && it2 != end2) {
191 std::swap(end1, end2);
230 RowSpanSet::const_iterator end1 = set1.end(); local
233 assert(it1 != end1 && it2 != end2);
239 std::swap(end1, end2);
260 } while (it1 != end1 && it2 != end2);
  /external/webrtc/webrtc/base/
logging.cc 53 const char* end1 = ::strrchr(file, '/'); local
55 if (!end1 && !end2)
58 return (end1 > end2) ? end1 + 1 : end2 + 1;
  /external/wpa_supplicant_8/src/wps/
httpread.c 102 int end1 = 0; local
111 end1 = !isgraph(c1);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
wps_upnp_ssdp.c 42 int end1 = 0; local
51 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
53 if (end1 || end2 || c1 != c2)
56 return end1 && end2; /* reached end of both words? */
  /external/skia/src/pathops/
SkOpSpan.h 111 SkOpPtT* end1 = s1->fT < e1->fT ? e1 : s1; local
114 : between(s2->fT, end1->fT, e2->fT) ? end1 : nullptr;
116 SkASSERT(start1->fT >= end2->fT || start2->fT >= end1->fT);
SkPathOpsCubic.cpp 156 int end1 = hullOrder[0]; local
159 endPt[0] = &fPts[end1];
168 int oddManMask = other_two(end1, end2);
169 int oddMan = end1 ^ oddManMask;
195 end1 = end2;
  /external/toybox/toys/pending/
diff.c 516 start1, end1, start2, end2; local
605 end1 = (start1 == 1) ? -1 : start1;
610 if (end1 != -1) printf(",%ld ", ptr2->prev-ptr1->suff + 1);
  /external/opencv3/modules/features2d/src/
brisk.cpp 575 const uchar* end1 = ptr + dx;
576 for (; ptr < end1; ptr++)
2254 const uchar* end1 = ptr + dx; local
    [all...]
  /external/valgrind/memcheck/
mc_leakcheck.c 1838 Addr end1 = ch1->data + ch1->szB - 1; local
    [all...]
  /libcore/dalvik/src/test/java/dalvik/system/profiler/
SamplingProfilerTest.java 140 ThreadEvent end1 = ThreadEvent.end(threadId); local
141 hprofData.addThreadEvent(end1);
142 assertEquals(Arrays.asList(start1, end2, end1), hprofData.getThreadHistory());
151 assertEquals(Arrays.asList(start1, end2, end1), hprofData.getThreadHistory());
  /bionic/libc/dns/resolv/
res_cache.c 870 const uint8_t* end1 = pack1->end; local
877 if (p1 >= end1 || p2 >= end2) {
895 if ((p1+c1 > end1) || (p2+c1 > end2)) {
    [all...]
  /external/opencv/cvaux/include/
cvvidsurv.hpp 1204 int end1,end2; member in struct:CvTracksTimePos
    [all...]

Completed in 5750 milliseconds

1 2