Home
last modified time | relevance | path

Searched refs:sj (Results 1 – 25 of 156) sorted by relevance

1234567

/external/clang/test/CodeGen/
Dunsigned-promotion.c9 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/dhcpcd-6.8.2/compat/
Darc4random.c77 uint8_t si, sj; in arc4_getbyte() local
82 sj = as->s[as->j]; in arc4_getbyte()
83 as->s[as->i] = sj; in arc4_getbyte()
85 return (as->s[(si + sj) & 0xff]); in arc4_getbyte()
/external/llvm/test/CodeGen/X86/
Dlate-address-taken.ll52 br i1 %b, label %early_out, label %sj
55 sj:
64 ; CHECK: # %sj
68 ; CHECK-NEXT: # %sj
/external/icu/icu4c/source/data/rbnf/
Dis.txt29 "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/
Ddiv1.ll6 @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
Drem1.ll6 @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/
Dvp9cx_set_ref.c120 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/
Darc4random.c428 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/
Ddefault.pass.cpp80 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_horspool/
Ddefault.pass.cpp80 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/
Ddefault.pass.cpp81 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/
Ddefault.pass.cpp81 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/
DBoundSet.java80 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/experimental/func/func.searchers/func.searchers.default/
Ddefault.pass.cpp80 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/
Dmake_default_searcher.pass.cpp65 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/libcxx/test/std/utilities/function.objects/func.search/func.search.default/
Ddefault.pass.cpp80 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/icu/android_icu4j/src/main/java/android/icu/math/
DBigDecimal.java516 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/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/
Dsearch.pass.cpp93 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/curl/scripts/
Dcoverage.sh7 make -sj
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
DBigDecimal.java530 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 …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
DBigDecimal.java532 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/libvpx/libvpx/
Dvpxenc.c632 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch_high() local
634 for (l = 0; match && l < sj; ++l) { in find_mismatch_high()
658 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch_high() local
660 for (l = 0; match && l < sj; ++l) { in find_mismatch_high()
684 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch_high() local
686 for (l = 0; match && l < sj; ++l) { in find_mismatch_high()
720 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch() local
722 for (l = 0; match && l < sj; ++l) { in find_mismatch()
746 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch() local
748 for (l = 0; match && l < sj; ++l) { in find_mismatch()
[all …]
/external/icu/icu4c/source/data/unit/
Dfo.txt419 dnam{"sjómíl"}
420 one{"{0} sjómíl"}
421 other{"{0} sjómíl"}
573 dnam{"sjómíl um tíman"}
574 one{"{0} sjómíl um tíman"}
575 other{"{0} sjómíl um tíman"}
/external/curl/
Dmaketgz168 make -sj dist VERSION=$version
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D48c9448472520ce7d44d9f11b10ec69f.00000cd6.honggfuzz.cov7 ���]���)����p6(~���4]�ײ1�;��XLN�� "���U>�Y"AC������Bs�^޵����y�߅�j�6sjø��d ih�n�w�Lտo…

1234567