Home
last modified time | relevance | path

Searched refs:start2 (Results 1 – 25 of 68) sorted by relevance

123

/external/icu/icu4c/source/common/
Dunormcmp.cpp150 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/
DInstrumentingClassWriter.java63 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/llvm-project/llvm/test/MC/ARM/
Dthumb2-branch-ranges.s61 .global start2 symbol
62 .type start2, %function
63 start2: label
67 b.w start2
Dthumb-branches.s56 .global start2 symbol
57 start2: label
59 bl start2
/external/cldr/tools/java/org/unicode/cldr/util/
DRangeAbbreviator.java33 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/llvm/test/CodeGen/SystemZ/
Dframe-15.ll40 %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/llvm-project/llvm/test/CodeGen/SystemZ/
Dframe-15.ll40 %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/lz4/lib/
Dlz4hc.c560 const BYTE* start2 = NULL; in LZ4HC_compress_hashChain() local
581 ip + ml - 2, ip + 0, matchlimit, ml, &ref2, &start2, in LZ4HC_compress_hashChain()
594 if (start2 < ip + ml0) { /* squeezing ML1 between ML0(original ML1) and ML2 */ in LZ4HC_compress_hashChain()
599 if ((start2 - ip) < 3) { /* First Match too small : removed */ in LZ4HC_compress_hashChain()
601 ip = start2; in LZ4HC_compress_hashChain()
610 if ((start2 - ip) < OPTIMAL_ML) { in LZ4HC_compress_hashChain()
614 if (ip+new_ml > start2 + ml2 - MINMATCH) new_ml = (int)(start2 - ip) + ml2 - MINMATCH; in LZ4HC_compress_hashChain()
615 correction = new_ml - (int)(start2 - ip); in LZ4HC_compress_hashChain()
617 start2 += correction; in LZ4HC_compress_hashChain()
624 if (start2 + ml2 <= mflimit) { in LZ4HC_compress_hashChain()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTrieBuilder.java206 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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DTrieBuilder.java203 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/swiftshader/third_party/subzero/crosstest/
Dtest_stacksave.c60 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/libcxx/test/support/
Dfilesystem_test_helper.hpp363 , 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()
Drapid-cxx-test.hpp846 , 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/icu4c/source/i18n/
Dformattedval_iterimpl.cpp138 int32_t start2 = fFields.elementAti(i*4 + 6); in sort() local
141 if (start1 != start2) { in sort()
143 comparison = start2 - start1; in sort()
159 fFields.setElementAt(start2, i*4 + 2); in sort()
/external/llvm-project/llvm/test/Transforms/LoopVectorize/
Dpr38697.ll95 ; uint32_t foo(uint32_t *ptr, uint32_t start1, uint32_t start2) {
101 ; for (counter2 = start2; counter2 < 10; ++counter2) {
117 define i32 @NonZeroDivHoist(i32* nocapture readonly %ptr, i32 %start1, i32 %start2) {
139 %cmp224 = icmp ult i32 %start2, 10
148 %counter2.025 = phi i32 [ %start2, %for.body3.lr.ph ], [ %inc, %for.body3 ]
180 define i32 @ZeroDivNoHoist(i32* nocapture readonly %ptr, i32 %start1, i32 %start2) {
200 %cmp224 = icmp ult i32 %start2, 10
209 %counter2.025 = phi i32 [ %start2, %for.body3.lr.ph ], [ %inc, %for.body3 ]
240 define i32 @DivBy16Hoist(i32* nocapture readonly %ptr, i32 %start1, i32 %start2) {
262 %cmp224 = icmp ult i32 %start2, 10
[all …]
/external/scrypt/lib/crypto/
Dcrypto_scrypt-neon-salsa208.h59 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/openscreen/platform/impl/
Dtask_runner_unittest.cc239 const Clock::time_point start2 = Clock::now(); in TEST() local
240 while ((Clock::now() - start2) < kWaitTimeout && x == 0) { in TEST()
263 const Clock::time_point start2 = Clock::now(); in TEST() local
264 while ((Clock::now() - start2) < kWaitTimeout && x == 0) { in TEST()
/external/llvm-project/libcxx/test/support/
Dfilesystem_test_helper.h534 , Iter2 start2, Iter2 const end2 in checkCollectionsEqual() argument
537 while (start1 != end1 && start2 != end2) { in checkCollectionsEqual()
538 if (*start1 != *start2) { in checkCollectionsEqual()
541 ++start1; ++start2; in checkCollectionsEqual()
543 return (start1 == end1 && start2 == end2); in checkCollectionsEqual()
550 , Iter2 const start2, Iter2 end2 in checkCollectionsEqualBackwards() argument
553 while (start1 != end1 && start2 != end2) { in checkCollectionsEqualBackwards()
559 return (start1 == end1 && start2 == end2); in checkCollectionsEqualBackwards()
/external/llvm-project/libc/AOR_v20.02/math/test/
Dulp.c108 uint64_t start2; member
174 *x2 = g->start2 + randn (g->len2); in next2()
492 asfloat (gen->start + gen->len), asfloat (gen->start2), in printgen_f2()
493 asfloat (gen->start2 + gen->len2)); in printgen_f2()
505 asdouble (gen->start + gen->len), asdouble (gen->start2), in printgen_d2()
506 asdouble (gen->start2 + gen->len2)); in printgen_d2()
742 g->start2 = g->len2 = 0; in parsegen()
750 g->start2 = a2; in parsegen()
/external/arm-optimized-routines/math/test/
Dulp.c107 uint64_t start2; member
173 *x2 = g->start2 + randn (g->len2); in next2()
493 asfloat (gen->start + gen->len), asfloat (gen->start2), in printgen_f2()
494 asfloat (gen->start2 + gen->len2)); in printgen_f2()
506 asdouble (gen->start + gen->len), asdouble (gen->start2), in printgen_d2()
507 asdouble (gen->start2 + gen->len2)); in printgen_d2()
743 g->start2 = g->len2 = 0; in parsegen()
751 g->start2 = a2; in parsegen()
/external/skqp/src/pathops/
DSkOpSpan.h122 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/skia/src/pathops/
DSkOpSpan.h122 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/
D430.vert114 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/
DFinallyFilterTest.java57 final Label start2 = new Label(); in should_analyze_control_flow() local
62 m.visitTryCatchBlock(start2, end2, finallyStart, null); in should_analyze_control_flow()
66 m.visitJumpInsn(Opcodes.IFEQ, start2); in should_analyze_control_flow()
74 m.visitLabel(start2); in should_analyze_control_flow()
/external/dtc/tests/
Dvalue-labels.dts5 prop2: prop2 = start2: < innerstart2: 0xdeadbeef innermid2: 0xabcd1234 innerend2: > end2:;

123