Home
last modified time | relevance | path

Searched refs:bo (Results 1 – 25 of 146) sorted by relevance

123456

/external/openssl/crypto/perlasm/
Dppc-xlate.pl94 my $bo = $f=~/[\+\-]/ ? 16+9 : 16; # optional "to be taken" hint
95 " bc $bo,0,".shift;
99 my $bo = $f=~/\-/ ? 12+2 : 12; # optional "not to be taken" hint
101 " .long ".sprintf "0x%x",19<<26|$bo<<21|16<<1 :
102 " bclr $bo,0";
106 my $bo = $f=~/\-/ ? 4+2 : 4; # optional "not to be taken" hint
108 " .long ".sprintf "0x%x",19<<26|$bo<<21|2<<16|16<<1 :
109 " bclr $bo,2";
113 my $bo = $f=~/-/ ? 12+2 : 12; # optional "not to be taken" hint
115 " .long ".sprintf "0x%X",19<<26|$bo<<21|2<<16|16<<1 :
[all …]
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DCipherOutputStream.java19 OutputStream bo; field in CipherOutputStream
34 public CipherOutputStream(BlockCipher tc, OutputStream bo) in CipherOutputStream() argument
36 this.bo = bo; in CipherOutputStream()
55 bo.write(out_buffer, 0, BUFF_SIZE); in internal_write()
66 bo.write(out_buffer, 0, BUFF_SIZE); in internal_write()
80 bo.write(out_buffer, 0, out_buffer_pos); in flush()
83 bo.flush(); in flush()
/external/icu4c/data/lang/
Dbo.txt6 // * Source File:<path>/common/main/bo.xml
10 * ICU <specials> source: <path>/xml/main/bo.xml
12 bo{
14 bo{"པོད་སྐད་"}
Dsi.txt20 bo{"ටිබෙට්"}
Dkm.txt26 bo{"ភាសាទីបេ"}
Dyav.txt31 ig{"íbo"}
Dkok.txt28 bo{"तिबेतियन"}
Dsg.txt16 ar{"Arâbo"}
Dkea.txt25 bo{"tibetanu"}
Dka.txt35 bo{"ტიბეტური"}
Dmy.txt28 bo{"တိဘက်"}
/external/icu4c/data/zone/
Dbo.txt6 // * Source File:<path>/common/main/bo.xml
10 * ICU <specials> source: <path>/xml/main/bo.xml
12 bo{
/external/icu4c/data/curr/
Dbo.txt6 // * Source File:<path>/common/main/bo.xml
10 * ICU <specials> source: <path>/xml/main/bo.xml
12 bo{
/external/icu4c/data/region/
Dbo.txt6 // * Source File:<path>/common/main/bo.xml
10 * ICU <specials> source: <path>/xml/main/bo.xml
12 bo{
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/transport/
DClientServerHello.java59 public ClientServerHello(String identification, InputStream bi, OutputStream bo) throws IOException in ClientServerHello() argument
63 bo.write(StringEncoder.GetBytes(client_line + "\r\n")); in ClientServerHello()
64 bo.flush(); in ClientServerHello()
/external/icu4c/data/locales/
Dbo.txt6 // * Source File:<path>/common/main/bo.xml
10 * ICU <specials> source: <path>/xml/main/bo.xml
12 bo{
/external/guava/guava-tests/test/com/google/common/hash/
DHashTestUtils.java34 static byte[] toBytes(ByteOrder bo, long... longs) { in toBytes() argument
35 ByteBuffer bb = ByteBuffer.wrap(new byte[longs.length * 8]).order(bo); in toBytes()
/external/valgrind/main/coregrind/m_debuginfo/
Dtytypes.c683 TyEnt* bo in ML_() local
685 vg_assert(bo); in ML_()
686 vg_assert(bo->tag == Te_Bound); in ML_()
687 if (!(bo->Te.Bound.knownL && bo->Te.Bound.knownU)) in ML_()
691 mk_MaybeULong_Just( (ULong)(bo->Te.Bound.boundU in ML_()
692 - bo->Te.Bound.boundL + 1) )); in ML_()
/external/kernel-headers/original/asm-mips/xtalk/
Dxwidget.h133 unsigned bo:1; member
/external/icu4c/data/translit/
Des_FONIPA_ja.txt29 bo → ボ;
Des_FONIPA_am.txt45 bo → ቦ ;
Dro_FONIPA_ja.txt31 bo → ボ;
Dit_ja.txt101 bo → ボ;
Dit_am.txt113 bo → ቦ;
Dpl_FONIPA_ja.txt34 bo → ボ;

123456