Searched refs:end1 (Results 1 - 25 of 52) sorted by relevance

123

/external/speex/libspeex/
H A Dbuffer.c71 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
134 int end, end1; local
[all...]
/external/webrtc/webrtc/system_wrappers/source/
H A Dlogging.cc37 const char* end1 = ::strrchr(file, '/'); local
39 if (!end1 && !end2)
42 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dgc-test.cc31 void *beg1, *end1; local
34 __asan_addr_is_in_fake_stack(fake_stack, ptr, &beg1, &end1);
37 assert(end == end1);
/external/opencv3/modules/core/include/opencv2/core/cuda/
H A Dwarp.hpp95 static __device__ __forceinline__ OutIt transform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op) argument
101 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, out += STRIDE)
H A Dblock.hpp120 static __device__ __forceinline__ void transfrom(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, BinOp op) argument
127 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, o += STRIDE)
/external/opencv3/modules/cudev/include/opencv2/cudev/block/
H A Dblock.hpp118 __device__ __forceinline__ static void blockTransfrom(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const BinOp& op) argument
125 for(; t1 < end1; t1 += STRIDE, t2 += STRIDE, o += STRIDE)
/external/opencv3/modules/cudev/include/opencv2/cudev/warp/
H A Dwarp.hpp102 __device__ __forceinline__ OutIt warpTransform(InIt1 beg1, InIt1 end1, InIt2 beg2, OutIt out, const BinOp& op) argument
108 for(; t1 < end1; t1 += WARP_SIZE, t2 += WARP_SIZE, out += WARP_SIZE)
/external/libchrome/base/files/
H A Dfile_util.cc107 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/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc181 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/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc240 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, argument
242 CHECK(start1 <= end1);
244 return (end1 < start2) || (end2 < start1);
/external/skia/src/pathops/
H A DSkOpSpan.h111 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);
/external/webrtc/webrtc/base/
H A Dlogging.cc53 const char* end1 = ::strrchr(file, '/'); local
55 if (!end1 && !end2)
58 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/expat/lib/
H A Dxmltok.h237 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \
238 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
/external/clang/test/OpenMP/
H A Dfor_loop_messages.cpp552 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) {
H A Dfor_simd_loop_messages.cpp533 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) {
H A Dparallel_for_loop_messages.cpp458 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) {
H A Dparallel_for_simd_loop_messages.cpp459 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) {
H A Dsimd_loop_messages.cpp446 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) {
H A Dtaskloop_loop_messages.cpp553 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) {
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c102 int end1 = 0; local
111 end1 = !isgraph(c1);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c42 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/wpa_supplicant_8/src/wps/
H A Dhttpread.c102 int end1 = 0; local
111 end1 = !isgraph(c1);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c42 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/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c102 int end1 = 0; local
111 end1 = !isgraph(c1);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c42 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? */

Completed in 927 milliseconds

123