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

12

/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/oprofile/libutil++/
H A Dchild_reader.cpp30 pos1(0), end1(0),
134 end1 = temp;
136 end1 = 0;
151 bool ret = !(end1 == 0 && end2 == 0);
153 if (end1 == -1)
154 end1 = 0;
172 if (pos1 >= end1) {
179 while (temp_pos < end1 && ok) {
188 if (!ok || !end1)
201 return end1 !
[all...]
H A Dchild_reader.h95 ssize_t end1; member in class:child_reader
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cc94 static inline bool IntervalsAreSeparate(uptr start1, uptr end1, argument
96 CHECK(start1 <= end1);
98 return (end1 < start2) || (end2 < start1);
/external/oprofile/libpp/
H A Ddiff_container.cpp128 symbol_container::symbols_t::iterator end1 = pc1.end_symbol(); local
132 while (it1 != end1 && it2 != end2) {
146 for (; it1 != end1; ++it1)
H A Darrange_profiles.cpp138 vector<profile_class>::const_iterator end1 = v.end(); local
141 while (it1 != end1) {
/external/astl/include/
H A Dalgorithm254 // @param end1 An input iterator.
262 inline bool equal(_InputIterator1 begin1, _InputIterator1 end1,
265 for (; begin1 < end1; ++begin1, ++begin2)
277 // @param end1 An input iterator.
282 inline bool equal(_InputIterator1 begin1, _InputIterator1 end1,
285 for (; begin1 < end1; ++begin1, ++begin2)
/external/chromium/chrome/browser/sync/engine/
H A Dsyncer.h146 bool SortedCollectionsIntersect(Iterator1 begin1, Iterator1 end1, argument
150 while (i1 != end1 && i2 != end2) {
/external/chromium/base/
H A Dfile_util.cc134 std::string::size_type end1 = line1.find_last_not_of("\r\n"); local
135 if (end1 == std::string::npos)
137 else if (end1 + 1 < line1.length())
138 line1.erase(end1 + 1);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dlogging.cc383 const char* end1 = ::strrchr(file, '/'); local
385 if (!end1 && !end2)
388 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dhttpread.c120 int end1 = 0; local
129 end1 = !isgraph(c1);
131 if (end1 || end2 || c1 != c2)
134 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c40 int end1 = 0; local
49 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
51 if (end1 || end2 || c1 != c2)
54 return end1 && end2; /* reached end of both words? */
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c114 int end1 = 0; local
123 end1 = !isgraph(c1);
125 if (end1 || end2 || c1 != c2)
128 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c39 int end1 = 0; local
48 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c114 int end1 = 0; local
123 end1 = !isgraph(c1);
125 if (end1 || end2 || c1 != c2)
128 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c39 int end1 = 0; local
48 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dhttpread.c114 int end1 = 0; local
123 end1 = !isgraph(c1);
125 if (end1 || end2 || c1 != c2)
128 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c39 int end1 = 0; local
48 end1 = !(isalnum(c1) || c1 == '_' || c1 == '-');
50 if (end1 || end2 || c1 != c2)
53 return end1 && end2; /* reached end of both words? */
/external/expat/lib/
H A Dxmltok.h231 #define XmlNameMatchesAscii(enc, ptr1, end1, ptr2) \
232 (((enc)->nameMatchesAscii)(enc, ptr1, end1, ptr2))
H A Dxmltok_impl.c1687 const char *end1, const char *ptr2)
1690 if (ptr1 == end1)
1695 return ptr1 == end1;
1686 nameMatchesAscii(const ENCODING *enc, const char *ptr1, const char *end1, const char *ptr2) argument
/external/quake/quake/src/WinQuake/
H A Dsys_linux.cpp112 static char end1[] =
126 printf("%s", end1);
/external/valgrind/main/memcheck/
H A Dmc_leakcheck.c1139 Addr end1 = ch1->data + ch1->szB - 1; local
1144 if (end1 < start2) {
1148 //} else if (start1 == start2 && end1 == end2) {
1151 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
1159 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1169 start1, end1, start2, end2);
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c1335 Addr sta1, sta2, end1, end2, toc1, toc2; local
1431 end1 = sta1 + di->symtab[i].size - 1;
1447 end1 = sta2 - 1;
1450 if (end1 > end2) {
1452 SWAP(Addr,sta1,sta2); SWAP(Addr,end1,end2); SWAP(Addr,toc1,toc2);
1456 if (end1 < end2) {
1457 sta2 = end1 + 1;
1459 /* end1 == end2. Identical addr ranges. We'll eventually wind
1464 di->symtab[i].size = end1 - sta1 + 1;
/external/llvm/lib/Support/
H A Dregcomp.c456 * Giving end1 as OUT essentially eliminates the end1/end2 check.
466 int end1, /* first terminating character */
478 while (MORE() && !SEETWO(end1, end2)) {
465 p_bre(struct parse *p, int end1, int end2) argument
/external/valgrind/main/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2796 Addr end1 = start + length - 1; local
2800 Addr end2 = end1;
2831 seg.end = end1;

Completed in 614 milliseconds

12