/external/clang/test/CodeGen/ |
D | unsigned-promotion.c | 9 unsigned short si, sj, sk; variable 33 si = sj + sk; in testshortadd() 55 si = sj - sk; in testshortsub() 76 si = sj * sk; in testshortmul()
|
/external/llvm/test/CodeGen/X86/ |
D | late-address-taken.ll | 52 br i1 %b, label %early_out, label %sj 55 sj: 64 ; CHECK: # %sj 68 ; CHECK-NEXT: # %sj
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | late-address-taken.ll | 58 br i1 %b, label %early_out, label %sj 61 sj: 70 ; CHECK: # %sj 74 ; CHECK-NEXT: # %sj
|
/external/icu/icu4c/source/data/rbnf/ |
D | is.txt | 29 "7: sj\u00F3;", 47 "70: sj\u00F6t\u00EDu[ og >>];", 75 "70: sj\u00F6t\u00EDu[ og >>];", 103 "70: sj\u00F6t\u00EDu[ og >>];",
|
/external/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | div1.ll | 6 @sj = global i32 200000, align 4 21 ; CHECK-DAG: lw $[[J_ADDR:[0-9]+]], %got(sj)($[[GOT]]) 28 %1 = load i32, i32* @sj, align 4
|
D | rem1.ll | 6 @sj = global i32 200, align 4 21 ; CHECK-DAG: lw $[[J_ADDR:[0-9]+]], %got(sj)($[[GOT]]) 28 %1 = load i32, i32* @sj, align 4
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/Fast-ISel/ |
D | div1.ll | 6 @sj = global i32 200000, align 4 21 ; CHECK-DAG: lw $[[J_ADDR:[0-9]+]], %got(sj)($[[GOT]]) 28 %1 = load i32, i32* @sj, align 4
|
D | rem1.ll | 6 @sj = global i32 200, align 4 21 ; CHECK-DAG: lw $[[J_ADDR:[0-9]+]], %got(sj)($[[GOT]]) 28 %1 = load i32, i32* @sj, align 4
|
/external/libvpx/libvpx/examples/ |
D | vp9cx_set_ref.c | 120 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch() local 122 for (l = 0; match && l < sj; ++l) { in find_mismatch() 146 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch() local 148 for (l = 0; match && l < sj; ++l) { in find_mismatch() 171 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch() local 173 for (l = 0; match && l < sj; ++l) { in find_mismatch()
|
/external/libevent/ |
D | arc4random.c | 428 unsigned char si, sj; in arc4_getbyte() local 433 sj = rs.s[rs.j]; in arc4_getbyte() 434 rs.s[rs.i] = sj; in arc4_getbyte() 436 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/ |
D | default.pass.cpp | 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 119 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() local 122 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/ |
D | default.pass.cpp | 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 119 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() local 122 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/ |
D | default.pass.cpp | 81 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 84 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 120 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() local 123 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/ |
D | default.pass.cpp | 81 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 84 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test() 120 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test2() local 123 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test2()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
D | BoundSet.java | 80 SameAsBound sj = (SameAsBound)bj; in findPairSameAs() local 81 … Pair<SameAsBound, SameAsBound> pair = new Pair<SameAsBound, SameAsBound>(si, sj); in findPairSameAs() 109 SameAsBound sj = (SameAsBound)bj; in forEachPairSameAs() local 110 currentValue = processor.process(si, sj, currentValue); in forEachPairSameAs() 127 SubtypeOfBound sj = (SubtypeOfBound)bj; in forEachPairSameAndSubtype() local 128 currentValue = processor.process(si, sj, currentValue); in forEachPairSameAndSubtype() 145 SubtypeOfBound sj = (SubtypeOfBound)bj; in forEachPairSubtypeAndSubtype() local 146 currentValue = processor.process(si, sj, currentValue); in forEachPairSubtypeAndSubtype()
|
/external/libcxx/test/std/utilities/function.objects/func.search/func.search.default/ |
D | default.pass.cpp | 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/ |
D | default.pass.cpp | 80 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 83 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
|
/external/libcxx/test/std/experimental/func/func.searchers/func.searchers.default/func.searchers.default.creation/ |
D | make_default_searcher.pass.cpp | 65 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 68 do_search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk), Iter1(ij+6)); in test()
|
/external/libaom/libaom/examples/ |
D | encoder_util.c | 51 const int sj = in find_mismatch_plane() local 55 for (l = 0; match && l < sj; ++l) { in find_mismatch_plane()
|
/external/syzkaller/pkg/compiler/ |
D | gen.go | 109 si, sj := ctx.structs[i], ctx.structs[j] 110 if si.Key.Name != sj.Key.Name { 111 return si.Key.Name < sj.Key.Name 113 return si.Key.Dir < sj.Key.Dir
|
/external/curl/scripts/ |
D | coverage.sh | 7 make -sj
|
/external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
D | search.pass.cpp | 93 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local 96 assert(std::search(Iter1(ij), Iter1(ij+sj), Iter2(ik), Iter2(ik+sk)) == Iter1(ij+6)); in test()
|
/external/icu/android_icu4j/src/main/java/android/icu/math/ |
D | BigDecimal.java | 516 char sj = 0; in BigDecimal() local 597 sj = inchars[j]; in BigDecimal() 598 if (sj < '0') in BigDecimal() 600 if (sj > '9') { // maybe an exotic digit in BigDecimal() 601 if ((!(UCharacter.isDigit(sj)))) in BigDecimal() 603 dvalue = UCharacter.digit(sj, 10); // check base in BigDecimal() 607 dvalue = ((sj)) - (('0')); in BigDecimal() 661 sj = inchars[j]; in BigDecimal() 662 if (sj <= '9') in BigDecimal() 663 mant[i] = (byte) (((sj)) - (('0')));/* easy */ in BigDecimal() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
D | BigDecimal.java | 532 char sj = 0; in BigDecimal() local 613 sj = inchars[j]; in BigDecimal() 614 if (sj < '0') in BigDecimal() 616 if (sj > '9') { // maybe an exotic digit in BigDecimal() 617 if ((!(UCharacter.isDigit(sj)))) in BigDecimal() 619 dvalue = UCharacter.digit(sj, 10); // check base in BigDecimal() 623 dvalue = ((sj)) - (('0')); in BigDecimal() 677 sj = inchars[j]; in BigDecimal() 678 if (sj <= '9') in BigDecimal() 679 mant[i] = (byte) (((sj)) - (('0')));/* easy */ in BigDecimal() [all …]
|
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
D | BigDecimal.java | 530 char sj = 0; in BigDecimal() local 611 sj = inchars[j]; in BigDecimal() 612 if (sj < '0') in BigDecimal() 614 if (sj > '9') { // maybe an exotic digit in BigDecimal() 615 if ((!(Character.isDigit(sj)))) in BigDecimal() 617 dvalue = Character.digit(sj, 10); // check base in BigDecimal() 621 dvalue = ((int) (sj)) - ((int) ('0')); in BigDecimal() 675 sj = inchars[j]; in BigDecimal() 676 if (sj <= '9') in BigDecimal() 677 mant[i] = (byte) (((int) (sj)) - ((int) ('0')));/* easy */ in BigDecimal() [all …]
|