Searched defs:end2 (Results 1 - 25 of 27) sorted by relevance

12

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_suppressions.cc116 const char *end2 = end; local
117 while (line != end2 && (end2[-1] == ' ' || end2[-1] == '\t'))
118 end2--;
133 s.templ = (char*)InternalAlloc(end2 - line + 1);
134 internal_memcpy(s.templ, line, end2 - line);
135 s.templ[end2 - line] = 0;
H A Dsanitizer_posix.cc280 uptr start2, uptr end2) {
282 CHECK(start2 <= end2);
283 return (end1 < start2) || (end2 < start1);
279 IntervalsAreSeparate(uptr start1, uptr end1, uptr start2, uptr end2) argument
/external/toybox/toys/pending/
H A Dmdev.c97 char *end2; local
108 for (end2 = pos;
109 end2<end && !isspace(*end2) && *end2!='#'; end2++);
114 char *regex = strndup(pos, end2-pos);
138 for(s = pos; s<end2 && *s!=':'; s++);
139 if (s==end2) goto end_line;
154 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/llvm/lib/Transforms/Utils/
H A DFlattenCFG.cpp332 BasicBlock::iterator end2 = Block2->getTerminator(); local
336 if (iter2 != 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/skia/src/pathops/
H A DSkPathOpsCubic.cpp162 int end2 = hullOrder[hullIndex]; local
163 endPt[1] = &fPts[end2];
168 int oddManMask = other_two(end1, end2);
171 int oddMan2 = end2 ^ oddManMask;
195 end1 = end2;
H A DSkPathOpsTSect.h2043 const SkDPoint& end2 = sect2->fCurve[OppCurve::kPointLast]; local
2045 double t = tail2->closestBoundedT(end2);
2046 if (sect1->fCurve.ptAtT(t).approximatelyEqual(end2)) {
2047 intersections->insert(t, 1, end2);
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c1902 UChar32 start, end, start2, end2, notStart, notEnd; member in struct:NameRange
2055 (nameRanges[i].start2>=0 && !uset_containsRange(set, nameRanges[i].start2, nameRanges[i].end2))
/external/v8/src/
H A Dprofile-generator.cc368 Address start2 = locator.key(), end2 = start2 + locator.value().size; local
369 if (start2 < end && start < end2) to_delete.Add(start2);
/external/llvm/lib/Support/
H A Dregcomp.c492 * Giving end1 as OUT essentially eliminates the end1/end2 check.
503 int end2) /* second terminating character */
514 while (MORE() && !SEETWO(end1, end2)) {
501 p_bre(struct parse *p, int end1, int end2) argument
/external/opencv/cvaux/include/
H A Dcvvidsurv.hpp1204 int end1,end2; member in struct:CvTracksTimePos
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2728 Addr end2 = end1; local
2731 if (extra > 0) end2 += extra;
2736 aspacem_assert(VG_IS_PAGE_ALIGNED(end2+1));
2739 endI = find_nsegment_idx( end2 );
2753 aspacem_assert(end2 <= nsegments[startI].end);
/external/valgrind/coregrind/m_debuginfo/
H A Dstorage.c1633 Addr sta1, sta2, end1, end2, toc1, toc2; local
1787 end2 = sta2 + di->symtab[i+1].size - 1;
1799 if (end1 > end2) {
1800 sta1 = end2 + 1;
1801 SWAP(Addr,sta1,sta2); SWAP(Addr,end1,end2); SWAP(Addr,toc1,toc2);
1805 if (end1 < end2) {
1808 /* end1 == end2. Identical addr ranges. We'll eventually wind
1822 di->symtab[i+1].size = end2 - sta2 + 1;
/external/valgrind/memcheck/
H A Dmc_leakcheck.c1745 Addr end2 = ch2->data + ch2->szB - 1; local
1753 //} else if (start1 == start2 && end1 == end2) {
1756 } else if (start1 >= start2 && end1 <= end2 && isCustom1 && !isCustom2) {
1764 } else if (start2 >= start1 && end2 <= end1 && isCustom2 && !isCustom1) {
1774 start1, end1, start2, end2);
/external/wpa_supplicant_8/hs20/client/
H A Dosu_client.c2692 const char *pos, *end, *end2; local
2707 end2 = os_strchr(pos, ':');
2708 if ((end && end2 && end2 < end) || (!end && end2))
2709 end = end2;
/external/libxml2/
H A Dparser.c2717 * @end2: an end marker xmlChar, 0 if none
2731 int what, xmlChar end, xmlChar end2, xmlChar end3) {
2769 (c != end2) && (c != end3)) {
2897 * @end2: an end marker xmlChar, 0 if none
2911 xmlChar end, xmlChar end2, xmlChar end3) {
2914 end, end2, end3));
2730 xmlStringLenDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int len, int what, xmlChar end, xmlChar end2, xmlChar end3) argument
2910 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, xmlChar end, xmlChar end2, xmlChar end3) argument
H A Dtestapi.c16517 xmlChar end2; /* an end marker xmlChar, 0 if none */ local
16533 end2 = gen_xmlChar(n_end2, 4);
16536 ret_val = xmlStringDecodeEntities(ctxt, (const xmlChar *)str, what, end, end2, end3);
16543 des_xmlChar(n_end2, end2, 4);
16586 xmlChar end2; /* an end marker xmlChar, 0 if none */ local
16604 end2 = gen_xmlChar(n_end2, 5);
16607 ret_val = xmlStringLenDecodeEntities(ctxt, (const xmlChar *)str, len, what, end, end2, end3);
16615 des_xmlChar(n_end2, end2, 5);
[all...]
/external/pcre/dist/
H A Dpcre_jit_compile.c4531 const pcre_uchar *end2 = args->end; local
4537 if (src2 >= end2)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 802 milliseconds

12