Home
last modified time | relevance | path

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

123

/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 >>];",
Dsv.txt188 "6: sj\u00E4tte;",
/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.c427 unsigned char si, sj; in arc4_getbyte() local
432 sj = rs.s[rs.j]; in arc4_getbyte()
433 rs.s[rs.i] = sj; in arc4_getbyte()
435 return (rs.s[(si + sj) & 0xff]); in arc4_getbyte()
/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/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.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/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/algorithms/alg.nonmodifying/alg.search/
Dsearch.pass.cpp55 const unsigned sj = sizeof(ij)/sizeof(ij[0]); in test() local
58 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/
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/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.c611 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch_high() local
613 for (l = 0; match && l < sj; ++l) { in find_mismatch_high()
637 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch_high() local
639 for (l = 0; match && l < sj; ++l) { in find_mismatch_high()
663 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch_high() local
665 for (l = 0; match && l < sj; ++l) { in find_mismatch_high()
699 const int sj = mmin(j + bsize, img1->d_w) - j; in find_mismatch() local
701 for (l = 0; match && l < sj; ++l) { in find_mismatch()
725 const int sj = mmin(j + bsizex, c_w - j); in find_mismatch() local
727 for (l = 0; match && l < sj; ++l) { in find_mismatch()
[all …]
/external/curl/
Dmaketgz158 make -sj dist VERSION=$version
/external/icu/icu4c/source/data/unit/
Dfo.txt419 dnam{"sjómíl"}
420 one{"{0} sjómíl"}
421 other{"{0} sjómíl"}
568 dnam{"sjómíl um tíman"}
569 one{"{0} sjómíl um tíman"}
570 other{"{0} sjómíl um tíman"}
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/
Dit-IT_cm0_kdt_lfz2.pkb29 Ҝ���ר��C�sj���L+(]��O�l�t �([�`w������?��v�UI��x�e�N�Jfa�N�J�`���0��zk'�%�������|�w)��…
/external/ImageMagick/PerlMagick/t/reference/composite/
DSubtract.miff15 …����������iiiijhmlinkhoieojgmihoihohhoihoihnihnifpjipjiplipniqmirojtrmwpi{sj}sj�uj�xl��r��q�zh�ve܂…
/external/toybox/toys/pending/
Dfdisk.c1221 int i, j, oj, ojj, sj, sjj; in fix_order() local
1271 sj = swap_le32toh(pj->start4); in fix_order()
1275 if (oj+sj > ojj+sjj) { in fix_order()
1280 set_levalue(pjj->start4, oj+sj-ojj); in fix_order()
/external/ImageMagick/PerlMagick/t/reference/filter/
DColorize.miff15 …�������� !�+*�$������+$�75�14�17�79�26�,8�D5�7#�sj�������}s�vd�xk�|s�sk…
/external/hyphenation-patterns/hr/
Dhyph-hr.pat.txt1200 1sj
1201 2sj.

123