/external/toybox/toys/pending/ |
D | mdev.c | 93 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/ |
D | sanitizer_suppressions.cc | 114 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()
|
D | sanitizer_posix.cc | 241 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/ |
D | thumb-branches.s | 9 bl end2 11 .global end2 symbol 12 end2: label 23 @ CHECK: 0x400003 R_ARM_THM_CALL end2 0x0
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | logging.cc | 38 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/ |
D | masks.ll | 17 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/ |
D | code_placement_loop_rotation2.ll | 34 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:
|
D | phielim-split.ll | 4 ; 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
|
D | code_placement_outline_optional_branches.ll | 47 br i1 %cmp2, label %if.then2, label %if.end2, !prof !1 51 br label %if.end2 53 if.end2:
|
D | rd-mod-wr-eflags.ll | 101 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/ |
D | StringToInt.cpp | 38 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/ |
D | file_util.cc | 113 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/ |
D | ifcvt-edge-weight.ll | 27 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/ |
D | desktop_region.cc | 183 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/ |
D | prefer-fma.ll | 50 br label %if.end2 62 br label %if.end2 64 if.end2: ; preds = %if.else, %if.then
|
/external/llvm/test/CodeGen/AArch64/ |
D | tst-br.ll | 35 br i1 %tst3, label %end2, label %end1 38 end2:
|
D | machine-copy-prop.ll | 65 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/ |
D | logging.cc | 54 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/ |
D | SkOpSpan.h | 112 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()
|
D | SkPathOpsCubic.cpp | 162 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/ |
D | codemap.js | 157 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/ |
D | httpread.c | 103 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()
|
D | wps_upnp_ssdp.c | 43 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/ |
D | inline_cleanup.ll | 89 br i1 %cmp2, label %then2, label %end2 93 br label %end2 95 end2:
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 526 xmlChar end2, 534 xmlChar end2, 624 xmlChar end2,
|