/external/toybox/toys/pending/ |
H A D | mdev.c | 97 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 D | diff.c | 516 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 D | sanitizer_suppressions.cc | 116 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 D | sanitizer_posix.cc | 280 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/v8/tools/ |
H A D | codemap.js | 157 var start2 = node.key, end2 = start2 + node.value.size; 158 if (start2 < end && start < end2) to_delete.push(start2);
|
/external/libxml2/include/libxml/ |
H A D | parserInternals.h | 526 xmlChar end2, 534 xmlChar end2, 624 xmlChar end2,
|
/external/wpa_supplicant_8/hostapd/src/wps/ |
H A D | httpread.c | 103 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 D | wps_upnp_ssdp.c | 43 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 D | httpread.c | 103 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 D | wps_upnp_ssdp.c | 43 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 D | httpread.c | 103 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 D | wps_upnp_ssdp.c | 43 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 D | FlattenCFG.cpp | 332 BasicBlock::iterator end2 = Block2->getTerminator(); local 336 if (iter2 != end2)
|
/external/skia/src/pathops/ |
H A D | SkPathOpsCubic.cpp | 162 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 D | SkPathOpsTSect.h | 2043 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/libxml2/ |
H A D | legacy.c | 32 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,
|
H A D | parser.c | 2717 * @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
|
/external/v8/src/ |
H A D | profile-generator.cc | 368 Address start2 = locator.key(), end2 = start2 + locator.value().size; local 369 if (start2 < end && start < end2) to_delete.Add(start2);
|
/external/valgrind/memcheck/ |
H A D | mc_leakcheck.c | 1745 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/valgrind/coregrind/m_debuginfo/ |
H A D | storage.c | 1633 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/coregrind/m_aspacemgr/ |
H A D | aspacemgr-linux.c | 2728 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/llvm/lib/Support/ |
H A D | regcomp.c | 492 * 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/wpa_supplicant_8/hs20/client/ |
H A D | osu_client.c | 2692 const char *pos, *end, *end2; local 2707 end2 = os_strchr(pos, ':'); 2708 if ((end && end2 && end2 < end) || (!end && end2)) 2709 end = end2;
|
/external/opencv/cvaux/include/ |
H A D | cvvidsurv.hpp | 1204 int end1,end2; member in struct:CvTracksTimePos
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | ncnvtst.c | 1902 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))
|