Searched refs:end2 (Results 1 - 25 of 49) sorted by relevance

12

/external/llvm/test/MC/ARM/
H A Dthumb-branches.s9 bl end2
11 .global end2
12 end2: label
23 @ CHECK: 0x400003 R_ARM_THM_CALL end2 0x0
/external/webrtc/webrtc/system_wrappers/source/
H A Dlogging.cc38 const char* end2 = ::strrchr(file, '\\'); local
39 if (!end1 && !end2)
42 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/toybox/toys/pending/
H A Dmdev.c93 char *end2; local
104 for (end2 = pos;
105 end2<end && !isspace(*end2) && *end2!='#'; end2++);
110 char *regex = strndup(pos, end2-pos);
134 for(s = pos; s<end2 && *s!=':'; s++);
135 if (s==end2) goto end_line;
150 if (end2!
[all...]
H A Ddiff.c516 start1, end1, start2, end2; local
607 end2 = ptr2->prev - ptr2->b + ptr2->d;
613 printf("+%ld", (end2 - start2 + 1) ? start2: (start2 -1));
614 if ((end2 - start2 +1) != 1) printf(",%ld ", (end2 - start2 +1));
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc114 const char *end2 = end; local
115 while (line != end2 &&
116 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r'))
117 end2--;
132 s.templ = (char*)InternalAlloc(end2 - line + 1);
133 internal_memcpy(s.templ, line, end2 - line);
134 s.templ[end2 - line] = 0;
H A Dsanitizer_posix.cc275 uptr start2, uptr end2) {
277 CHECK(start2 <= end2);
278 return (end1 < start2) || (end2 < start1);
274 IntervalsAreSeparate(uptr start1, uptr end1, uptr start2, uptr end2) argument
/external/lzma/CPP/Common/
H A DStringToInt.cpp38 const wchar_t *end2; local
39 UInt32 res = ConvertStringToUInt32(s2, &end2);
48 *end = end2;
/external/libcxx/test/support/
H A Dfilesystem_test_helper.hpp355 , Iter2 start2, Iter2 const end2
358 while (start1 != end1 && start2 != end2) {
364 return (start1 == end1 && start2 == end2);
371 , Iter2 const start2, Iter2 end2
374 while (start1 != end1 && start2 != end2) {
375 --end1; --end2;
376 if (*end1 != *end2) {
380 return (start1 == end1 && start2 == end2);
H A Drapid-cxx-test.hpp827 , Iter2 start2, Iter2 const end2
830 while (start1 != end1 && start2 != end2) {
836 return (start1 == end1 && start2 == end2);
/external/libchrome/base/files/
H A Dfile_util.cc113 std::string::size_type end2 = line2.find_last_not_of("\r\n"); local
114 if (end2 == std::string::npos)
116 else if (end2 + 1 < line2.length())
117 line2.erase(end2 + 1);
/external/v8/tools/
H A Dcodemap.js157 var start2 = node.key, end2 = start2 + node.value.size;
158 if (start2 < end && start < end2) to_delete.push(start2);
/external/webrtc/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc183 Rows::const_iterator end2 = region2.rows_.end(); local
184 if (it1 == end1 || it2 == end2)
187 while (it1 != end1 && it2 != end2) {
191 std::swap(end1, end2);
232 RowSpanSet::const_iterator end2 = set2.end(); local
233 assert(it1 != end1 && it2 != end2);
239 std::swap(end1, end2);
260 } while (it1 != end1 && it2 != end2);
/external/skia/src/pathops/
H A DSkOpSpan.h126 const SkOpPtT* end2 = s2->fT < e2->fT ? e2 : s2; local
127 *eOut = between(s1->fT, end2->fT, e1->fT) ? end2
130 SkASSERT(start1->fT >= end2->fT || start2->fT >= end1->fT);
H A DSkPathOpsCubic.cpp159 int end2 = hullOrder[hullIndex]; local
160 endPt[1] = &fPts[end2];
165 int oddManMask = other_two(end1, end2);
168 int oddMan2 = end2 ^ oddManMask;
192 end1 = end2;
/external/webrtc/webrtc/base/
H A Dlogging.cc54 const char* end2 = ::strrchr(file, '\\'); local
55 if (!end1 && !end2)
58 return (end1 > end2) ? end1 + 1 : end2 + 1;
/external/libxml2/include/libxml/
H A DparserInternals.h526 xmlChar end2,
534 xmlChar end2,
624 xmlChar end2,
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dhttpread.c103 int end2 = 0; local
112 end2 = !isgraph(c2);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c43 int end2 = 0; local
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
53 if (end1 || end2 || c1 != c2)
56 return end1 && end2; /* reached end of both words? */
/external/wpa_supplicant_8/src/wps/
H A Dhttpread.c103 int end2 = 0; local
112 end2 = !isgraph(c2);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c43 int end2 = 0; local
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
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.c103 int end2 = 0; local
112 end2 = !isgraph(c2);
113 if (end1 || end2 || c1 != c2)
116 return end1 && end2; /* reached end of both words? */
H A Dwps_upnp_ssdp.c43 int end2 = 0; local
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-');
53 if (end1 || end2 || c1 != c2)
56 return end1 && end2; /* reached end of both words? */
/external/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp331 BasicBlock::iterator end2 = Block2->getTerminator()->getIterator(); local
335 if (iter2 != end2)
/external/ltp/testcases/kernel/mem/lib/
H A Dmem.c332 int start, int end, int start2, int end2)
337 s = malloc((end - start) * (end2 - start2));
342 memset(s, value, (end - start) * (end2 - start2));
343 if (memcmp(memory[start], s, (end - start) * (end2 - start2))
346 for (i = start2; i < end2; i++)
331 verify(char **memory, char value, int proc, int start, int end, int start2, int end2) argument
/external/libxml2/
H A Dlegacy.c32 xmlChar end2, xmlChar end3);
39 * @end2: an end marker xmlChar, 0 if none
52 xmlChar end2 ATTRIBUTE_UNUSED,
394 * @end2: an end marker xmlChar, 0 if none
413 xmlChar end2 ATTRIBUTE_UNUSED,

Completed in 9210 milliseconds

12