Home
last modified time | relevance | path

Searched refs:bs0 (Results 1 – 3 of 3) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DBitSetTest.java630 BitSet bs0 = new BitSet(0); in test_flipI() local
631 assertEquals("Test1: Wrong size", 0, bs0.size()); in test_flipI()
632 assertEquals("Test1: Wrong length", 0, bs0.length()); in test_flipI()
634 bs0.flip(0); in test_flipI()
635 assertEquals("Test2: Wrong size", 64, bs0.size()); in test_flipI()
636 assertEquals("Test2: Wrong length", 1, bs0.length()); in test_flipI()
638 bs0.flip(63); in test_flipI()
639 assertEquals("Test3: Wrong size", 64, bs0.size()); in test_flipI()
640 assertEquals("Test3: Wrong length", 64, bs0.length()); in test_flipI()
/external/qemu/tcg/hppa/
Dtcg-target.c486 int bs0, bs1; in tcg_out_ori() local
489 for (bs0 = 0; bs0 < 32; bs0++) { in tcg_out_ori()
490 if ((m & (1u << bs0)) != 0) { in tcg_out_ori()
494 for (bs1 = bs0; bs1 < 32; bs1++) { in tcg_out_ori()
503 | INSN_SHDEP_CP(31 - bs0) | INSN_DEP_LEN(bs1 - bs0)); in tcg_out_ori()
/external/openssl/crypto/aes/asm/
Dbsaes-x86_64.pl883 my ($bs0,$bs1,$bs2,$t2,$t3)=@_[8..12];
885 &swapmove (@x[0,1],1,$bs0,$t2,$t3);