/external/icu/icu4c/source/common/ |
D | unormcmp.cpp | 150 const UChar *start1, *start2, *limit1, *limit2; in unorm_cmpEquivFold() local 197 start2=s2; in unorm_cmpEquivFold() 253 start2=stack2[level2].start; /*Not uninitialized*/ in unorm_cmpEquivFold() 254 } while(start2==NULL); in unorm_cmpEquivFold() 304 if(start2<=(s2-2) && U16_IS_LEAD(c=*(s2-2))) { in unorm_cmpEquivFold() 382 stack2[0].start=start2; in unorm_cmpEquivFold() 397 start2=s2=fold2; in unorm_cmpEquivFold() 468 stack2[level2].start=start2; in unorm_cmpEquivFold() 479 start2=s2=p; in unorm_cmpEquivFold() 518 (U16_IS_TRAIL(c2) && start2!=(s2-1) && U16_IS_LEAD(*(s2-2))) in unorm_cmpEquivFold()
|
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/ |
D | InstrumentingClassWriter.java | 63 int start2 = b2.lastIndexOf(';', end2 - 1); in getCommonSuperClass() local 64 if (start1 != -1 && start2 != -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/MC/ARM/ |
D | thumb2-branch-ranges.s | 61 .global start2 symbol 62 .type start2, %function 63 start2: label 67 b.w start2
|
D | thumb-branches.s | 56 .global start2 symbol 57 start2: label 59 bl start2
|
/external/lz4/lib/ |
D | lz4hc.c | 507 const BYTE* start2 = NULL; in LZ4HC_compress_hashChain() local 528 ip + ml - 2, ip + 0, matchlimit, ml, &ref2, &start2, in LZ4HC_compress_hashChain() 541 if (start2 < ip + ml0) { /* squeezing ML1 between ML0(original ML1) and ML2 */ in LZ4HC_compress_hashChain() 546 if ((start2 - ip) < 3) { /* First Match too small : removed */ in LZ4HC_compress_hashChain() 548 ip = start2; in LZ4HC_compress_hashChain() 557 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain() 561 if (ip+new_ml > start2 + ml2 - MINMATCH) new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in LZ4HC_compress_hashChain() 562 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_hashChain() 564 start2 += correction; in LZ4HC_compress_hashChain() 571 if (start2 + ml2 <= mflimit) { in LZ4HC_compress_hashChain() [all …]
|
/external/llvm/test/CodeGen/SystemZ/ |
D | frame-15.ll | 40 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0 41 call void @foo(float *%start1, float *%start2) 67 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0 68 call void @foo(float *%start1, float *%start2) 94 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0 95 call void @foo(float *%start1, float *%start2) 121 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0 122 call void @foo(float *%start1, float *%start2) 148 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0 149 call void @foo(float *%start1, float *%start2) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/SystemZ/ |
D | frame-15.ll | 40 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0 41 call void @foo(float *%start1, float *%start2) 67 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0 68 call void @foo(float *%start1, float *%start2) 94 %start2 = getelementptr inbounds [978 x float], [978 x float]* %region2, i64 0, i64 0 95 call void @foo(float *%start1, float *%start2) 121 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0 122 call void @foo(float *%start1, float *%start2) 148 %start2 = getelementptr inbounds [2002 x float], [2002 x float]* %region2, i64 0, i64 0 149 call void @foo(float *%start1, float *%start2) [all …]
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | RangeAbbreviator.java | 33 int start2 = breaker2.first(); in abbreviate() local 45 if (!firstString.regionMatches(start1, secondString, start2, current1 - start1)) { in abbreviate() 49 start2 = current2; in abbreviate() 70 …fer.append(firstString.substring(0, end1)).append(separator).append(secondString.substring(start2)) in abbreviate()
|
/external/u-boot/post/drivers/ |
D | rtc.c | 36 ulong start2; in rtc_post_skip() local 43 start2 = get_timer (0); in rtc_post_skip() 46 if (start2 - start1 > 1500) in rtc_post_skip() 51 *diff = start2 - start1; in rtc_post_skip()
|
/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); 159 addr = start2 - 1;
|
/external/libcxx/test/support/ |
D | filesystem_test_helper.hpp | 363 , Iter2 start2, Iter2 const end2 in checkCollectionsEqual() argument 366 while (start1 != end1 && start2 != end2) { in checkCollectionsEqual() 367 if (*start1 != *start2) { in checkCollectionsEqual() 370 ++start1; ++start2; 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() 388 return (start1 == end1 && start2 == end2); in checkCollectionsEqualBackwards()
|
D | rapid-cxx-test.hpp | 846 , Iter2 start2, Iter2 const end2 in check_equal_collections_impl() argument 849 while (start1 != end1 && start2 != end2) { in check_equal_collections_impl() 850 if (*start1 != *start2) { in check_equal_collections_impl() 853 ++start1; ++start2; in check_equal_collections_impl() 855 return (start1 == end1 && start2 == end2); in check_equal_collections_impl()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TrieBuilder.java | 206 protected static final boolean equal_int(int[] array, int start1, int start2, int length) { in equal_int() argument 207 while(length>0 && array[start1]==array[start2]) { in equal_int() 209 ++start2; in equal_int()
|
/external/swiftshader/third_party/subzero/crosstest/ |
D | test_stacksave.c | 60 uint32_t start2 = 0; in test_two_vlas_in_loops() local 63 for (uint32_t k = start2; k < size2; ++k) { in test_two_vlas_in_loops() 67 vla1[j] = (vla2[start2] << 2) + (vla2[mid2] << 1) + vla2[size2 - 1]; in test_two_vlas_in_loops()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TrieBuilder.java | 203 protected static final boolean equal_int(int[] array, int start1, int start2, int length) { in equal_int() argument 204 while(length>0 && array[start1]==array[start2]) { in equal_int() 206 ++start2; in equal_int()
|
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/ |
D | BsUtil.java | 88 final int start2, in lexicographicalCompare() argument 94 data2.seek(start2); in lexicographicalCompare()
|
/external/scrypt/lib/crypto/ |
D | crypto_scrypt-neon-salsa208.h | 59 uint32x4_t start2 = x8x13x2x7; in salsa20_8_intrinsic() local 65 uint32x4_t diag2 = start2; in salsa20_8_intrinsic() 103 x8x13x2x7 = diag2 + start2; in salsa20_8_intrinsic()
|
/external/skia/src/pathops/ |
D | SkOpSpan.h | 122 const SkOpPtT* start2 = s2->fT < e2->fT ? s2 : e2; in Overlaps() local 123 *sOut = between(s1->fT, start2->fT, e1->fT) ? start2 in Overlaps() 130 SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
|
/external/skqp/src/pathops/ |
D | SkOpSpan.h | 122 const SkOpPtT* start2 = s2->fT < e2->fT ? s2 : e2; in Overlaps() local 123 *sOut = between(s1->fT, start2->fT, e1->fT) ? start2 in Overlaps() 130 SkOPOBJASSERT(s1, start1->fT >= end2->fT || start2->fT >= end1->fT); in Overlaps()
|
/external/deqp-deps/glslang/Test/ |
D | 430.vert | 114 const int start2 = 5; 115 layout(location = start2 * start2 - 2 - 4) in vec4 v6;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | FinallyFilterTest.java | 54 final Label start2 = new Label(); in should_analyze_control_flow() local 59 m.visitTryCatchBlock(start2, end2, finallyStart, null); in should_analyze_control_flow() 63 m.visitJumpInsn(Opcodes.IFEQ, start2); in should_analyze_control_flow() 71 m.visitLabel(start2); in should_analyze_control_flow()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_posix.cc | 275 uptr start2, uptr end2) { in IntervalsAreSeparate() argument 277 CHECK(start2 <= end2); in IntervalsAreSeparate() 278 return (end1 < start2) || (end2 < start1); in IntervalsAreSeparate()
|
/external/dtc/tests/ |
D | value-labels.dts | 5 prop2: prop2 = start2: < innerstart2: 0xdeadbeef innermid2: 0xabcd1234 innerend2: > end2:;
|
/external/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 288 int start, int end, int start2, int end2) in verify() argument 293 s = SAFE_MALLOC((end - start) * (end2 - start2)); in verify() 296 memset(s, value, (end - start) * (end2 - start2)); in verify() 297 if (memcmp(memory[start], s, (end - start) * (end2 - start2)) in verify() 300 for (i = start2; i < end2; i++) in verify()
|
/external/toybox/toys/pending/ |
D | diff.c | 534 start1, end1, start2, end2; in do_diff() local 626 start2 = MAX(1, ptr1->c - (ptr1->a - ptr1->suff)); in do_diff() 634 printf("+%ld", (end2 - start2 + 1) ? start2: (start2 -1)); in do_diff() 635 if ((end2 - start2 +1) != 1) printf(",%ld ", (end2 - start2 +1)); in do_diff()
|