Home
last modified time | relevance | path

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

1234

/external/toybox/toys/pending/
Dmdev.c99 char *end2; in make_device() local
111 for (end2 = pos; in make_device()
112 end2<end && !isspace(*end2) && *end2!='#'; end2++); in make_device()
117 char *regex = strndup(pos, end2-pos); in make_device()
141 for(s = pos; s<end2 && *s!=':'; s++); in make_device()
142 if (s==end2) goto end_line; in make_device()
157 if (end2!=s2) { in make_device()
159 char *str = strndup(s, end2-s); in make_device()
182 if(pos < end2){ in make_device()
184 char *name = malloc(end2-pos+1); in make_device()
[all …]
/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()
/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/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/swiftshader/third_party/llvm-7.0/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/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/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentingClassWriter.java60 int end2 = b2.length(); in getCommonSuperClass() local
63 int start2 = b2.lastIndexOf(';', end2 - 1); in getCommonSuperClass()
65 && end1 - start1 == end2 - start2) { in getCommonSuperClass()
67 String p2 = b2.substring(start2 + 1, end2); in getCommonSuperClass()
71 end2 = start2; in getCommonSuperClass()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SCCP/
Dipsccp-phi-one-pred-dead.ll10 ; CHECK-NEXT: br i1 undef, label %end1, label %end2
17 ; CHECK: end2:
27 br i1 %0, label %end1, label %end2
39 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:
/external/swiftshader/third_party/llvm-7.0/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
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dthumb2-branch-ranges.s13 b.w end2
15 .global end2 symbol
16 end2: label
Dthumb-branches.s24 bl end2
26 .global end2 symbol
27 end2: label
/external/libcxx/test/support/
Dfilesystem_test_helper.hpp363 , Iter2 start2, Iter2 const end2 in checkCollectionsEqual() argument
366 while (start1 != end1 && start2 != end2) { in checkCollectionsEqual()
372 return (start1 == end1 && start2 == end2); in checkCollectionsEqual()
379 , Iter2 const start2, Iter2 end2 in checkCollectionsEqualBackwards() argument
382 while (start1 != end1 && start2 != end2) { in checkCollectionsEqualBackwards()
383 --end1; --end2; in checkCollectionsEqualBackwards()
384 if (*end1 != *end2) { in checkCollectionsEqualBackwards()
388 return (start1 == end1 && start2 == end2); in checkCollectionsEqualBackwards()
/external/syzkaller/pkg/report/
Dgvisor.go66 end2 := bytes.Index(report[pos+end+2:], []byte{'\n', '\n'})
67 if end2 != -1 {
68 end += end2 + 2
/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/skqp/src/sksl/ir/
DSkSLProgram.h144 iterator(inner begin1, inner end1, inner begin2, inner end2) in iterator()
148 , fEnd2(end2) {} in iterator()
187 const_iterator(inner begin1, inner end1, inner begin2, inner end2) in const_iterator()
191 , fEnd2(end2) {} in const_iterator()
/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/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/swiftshader/third_party/llvm-7.0/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/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/skia/src/sksl/ir/
DSkSLProgram.h154 iterator(inner begin1, inner end1, inner begin2, inner end2) in iterator()
158 , fEnd2(end2) {} in iterator()
197 const_iterator(inner begin1, inner end1, inner begin2, inner end2) in const_iterator()
201 , fEnd2(end2) {} in const_iterator()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/AArch64/
Dprefer-fma.ll51 br label %if.end2
63 br label %if.end2
65 if.end2: ; preds = %if.else, %if.then

1234