Searched defs:bout (Results 1 - 15 of 15) sorted by relevance

/external/libvorbis/examples/
H A Ddecoder_example.c242 int bout=(samples<convsize?samples:convsize); local
249 for(j=0;j<bout;j++){
273 fwrite(convbuffer,2*vi.channels,bout,stdout);
275 vorbis_synthesis_read(&vd,bout); /* tell libvorbis how
/external/openssl/crypto/dh/
H A Ddhtest.c103 int i,alen,blen,aout,bout,ret=1; local
180 bout=DH_compute_key(bbuf,a->pub_key,b);
183 for (i=0; i<bout; i++)
189 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
/external/libvorbis/test/
H A Dwrite_read.c261 int bout = samples < count ? samples : count; local
262 bout = read_total + bout > count ? count - read_total : bout;
264 memcpy (data + read_total, pcm[0], bout * sizeof (float)) ;
266 vorbis_synthesis_read (&vd,bout);
267 read_total += bout ;
/external/openssl/crypto/ecdh/
H A Decdhtest.c131 int i,alen,blen,aout,bout,ret=0; local
228 bout=ECDH_compute_key(bbuf,blen,EC_KEY_get0_public_key(a),b,KDF1_SHA1);
232 for (i=0; i<bout; i++)
243 if ((aout < 4) || (bout != aout) || (memcmp(abuf,bbuf,aout) != 0))
265 for (i=0; i<bout; i++)
/external/chromium_org/third_party/boringssl/src/crypto/dh/
H A Ddh_test.c94 int i, alen, blen, aout, bout, ret = 1; local
168 bout = DH_compute_key(bbuf, a->pub_key, b);
171 for (i = 0; i < bout; i++) {
176 if ((aout < 4) || (bout != aout) || (memcmp(abuf, bbuf, aout) != 0)) {
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DByteString.java332 private final ByteArrayOutputStream bout; field in class:ByteString.Output
337 private Output(final ByteArrayOutputStream bout) { argument
338 super(bout);
339 this.bout = bout;
346 final byte[] byteArray = bout.toByteArray();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-swing.jar ... .ImageIcon img Throwable e java.io.ByteArrayOutputStream bout int data Exception e java.io.IOException ioe ...
/external/google-tv-pairing-protocol/java/jar/
H A Dprotobuf-java-2.2.0-lite.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/protobuf/ com/google/protobuf/UninitializedMessageException ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 5288 milliseconds