Home
last modified time | relevance | path

Searched refs:end2 (Results 1 – 25 of 46) sorted by relevance

12

/external/toybox/toys/pending/
Dmdev.c93 char *end2; in make_device() local
104 for (end2 = pos; in make_device()
105 end2<end && !isspace(*end2) && *end2!='#'; end2++); in make_device()
110 char *regex = strndup(pos, end2-pos); in make_device()
134 for(s = pos; s<end2 && *s!=':'; s++); in make_device()
135 if (s==end2) goto end_line; in make_device()
150 if (end2!=s2) { in make_device()
152 char *str = strndup(s, end2-s); in make_device()
164 if (pos!=end2) goto end_line; in make_device()
168 pos=end2; in make_device()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_suppressions.cc114 const char *end2 = end; in Parse() local
115 while (line != end2 && in Parse()
116 (end2[-1] == ' ' || end2[-1] == '\t' || end2[-1] == '\r')) in Parse()
117 end2--; in Parse()
132 s.templ = (char*)InternalAlloc(end2 - line + 1); in Parse()
133 internal_memcpy(s.templ, line, end2 - line); in Parse()
134 s.templ[end2 - line] = 0; in Parse()
Dsanitizer_posix.cc241 uptr start2, uptr end2) { in IntervalsAreSeparate() argument
243 CHECK(start2 <= end2); in IntervalsAreSeparate()
244 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
/external/llvm/test/MC/ARM/
Dthumb-branches.s9 bl end2
11 .global end2 symbol
12 end2: label
23 @ CHECK: 0x400003 R_ARM_THM_CALL end2 0x0
/external/webrtc/webrtc/system_wrappers/source/
Dlogging.cc38 const char* end2 = ::strrchr(file, '\\'); in FilenameFromPath() local
39 if (!end1 && !end2) in FilenameFromPath()
42 return (end1 > end2) ? end1 + 1 : end2 + 1; in FilenameFromPath()
/external/llvm/test/Transforms/ConstantHoisting/PowerPC/
Dmasks.ll17 br i1 undef, label %if.end167, label %end2
28 br i1 %cmp178, label %end1, label %end2
33 end2:
47 br i1 undef, label %if.end167, label %end2
58 br i1 %cmp178, label %end1, label %end2
63 end2:
/external/llvm/test/CodeGen/X86/
Dcode_placement_loop_rotation2.ll34 br label %if.end2
38 br label %if.end2
40 if.end2:
88 br label %if.end2
92 br label %if.end2
94 if.end2:
Dphielim-split.ll4 ; The critical edge from for.cond to if.end2 should be split to avoid injecting
17 br i1 %cmp, label %for.cond, label %if.end2
24 br i1 %tobool, label %for.cond, label %if.end2
26 if.end2: ; preds = %for.cond, %entry
Dcode_placement_outline_optional_branches.ll47 br i1 %cmp2, label %if.then2, label %if.end2, !prof !1
51 br label %if.end2
53 if.end2:
Drd-mod-wr-eflags.ll101 br i1 %tobool3, label %if.end2, label %return
104 if.end2:
155 br i1 %tobool3, label %if.end2, label %return
158 if.end2:
/external/lzma/CPP/Common/
DStringToInt.cpp38 const wchar_t *end2; in CONVERT_STRING_TO_UINT_FUNC() local
39 UInt32 res = ConvertStringToUInt32(s2, &end2); in CONVERT_STRING_TO_UINT_FUNC()
48 *end = end2; in CONVERT_STRING_TO_UINT_FUNC()
/external/libchrome/base/files/
Dfile_util.cc113 std::string::size_type end2 = line2.find_last_not_of("\r\n"); in TextContentsEqual() local
114 if (end2 == std::string::npos) in TextContentsEqual()
116 else if (end2 + 1 < line2.length()) in TextContentsEqual()
117 line2.erase(end2 + 1); in TextContentsEqual()
/external/llvm/test/CodeGen/Hexagon/
Difcvt-edge-weight.ll27 br label %if.end2
29 if.end2:
38 br i1 %cmp2, label %if.end2, label %if.else2, !prof !2
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.cc183 Rows::const_iterator end2 = region2.rows_.end(); in Intersect() local
184 if (it1 == end1 || it2 == end2) in Intersect()
187 while (it1 != end1 && it2 != end2) { in Intersect()
191 std::swap(end1, end2); in Intersect()
232 RowSpanSet::const_iterator end2 = set2.end(); in IntersectRows() local
233 assert(it1 != end1 && it2 != end2); in IntersectRows()
239 std::swap(end1, end2); in IntersectRows()
260 } while (it1 != end1 && it2 != end2); in IntersectRows()
/external/llvm/test/Transforms/SimplifyCFG/AArch64/
Dprefer-fma.ll50 br label %if.end2
62 br label %if.end2
64 if.end2: ; preds = %if.else, %if.then
/external/llvm/test/CodeGen/AArch64/
Dtst-br.ll35 br i1 %tst3, label %end2, label %end1
38 end2:
Dmachine-copy-prop.ll65 br i1 %cmp2, label %if.end2, label %if.then2
69 br label %if.end2
71 if.end2: ; preds = %if.then682, %if.end
/external/webrtc/webrtc/base/
Dlogging.cc54 const char* end2 = ::strrchr(file, '\\'); in FilenameFromPath() local
55 if (!end1 && !end2) in FilenameFromPath()
58 return (end1 > end2) ? end1 + 1 : end2 + 1; in FilenameFromPath()
/external/skia/src/pathops/
DSkOpSpan.h112 SkOpPtT* end2 = s2->fT < e2->fT ? e2 : s2; in Overlaps() local
113 *eOut = between(s1->fT, end2->fT, e1->fT) ? end2 in Overlaps()
116 SkASSERT(start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
DSkPathOpsCubic.cpp162 int end2 = hullOrder[hullIndex]; in hullIntersects() local
163 endPt[1] = &fPts[end2]; in hullIntersects()
168 int oddManMask = other_two(end1, end2); in hullIntersects()
171 int oddMan2 = end2 ^ oddManMask; in hullIntersects()
195 end1 = end2; in hullIntersects()
/external/v8/tools/
Dcodemap.js157 var start2 = node.key, end2 = start2 + node.value.size;
158 if (start2 < end && start < end2) to_delete.push(start2);
/external/wpa_supplicant_8/src/wps/
Dhttpread.c103 int end2 = 0; in word_eq() local
112 end2 = !isgraph(c2); in word_eq()
113 if (end1 || end2 || c1 != c2) in word_eq()
116 return end1 && end2; /* reached end of both words? */ in word_eq()
Dwps_upnp_ssdp.c43 int end2 = 0; in token_eq() local
52 end2 = !(isalnum(c2) || c2 == '_' || c2 == '-'); in token_eq()
53 if (end1 || end2 || c1 != c2) in token_eq()
56 return end1 && end2; /* reached end of both words? */ in token_eq()
/external/llvm/test/Transforms/Inline/
Dinline_cleanup.ll89 br i1 %cmp2, label %then2, label %end2
93 br label %end2
95 end2:
/external/libxml2/include/libxml/
DparserInternals.h526 xmlChar end2,
534 xmlChar end2,
624 xmlChar end2,

12