Searched refs:_in (Results 1 - 25 of 25) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DLimitedInputStream.java8 protected final InputStream _in; field in class:LimitedInputStream
15 this._in = in;
27 if (_in instanceof IndefiniteLengthInputStream)
29 ((IndefiniteLengthInputStream)_in).setEofOn00(on);
H A DASN1StreamParser.java12 private final InputStream _in; field in class:ASN1StreamParser
26 this._in = in;
60 if (_in instanceof IndefiniteLengthInputStream)
91 return new DEROctetStringParser((DefiniteLengthInputStream)_in);
103 DefiniteLengthInputStream defIn = (DefiniteLengthInputStream)_in;
109 if (_in instanceof IndefiniteLengthInputStream)
124 int tag = _in.read();
138 int tagNo = ASN1InputStream.readTagNumber(_in, tag);
145 int length = ASN1InputStream.readLength(_in, _limit);
154 IndefiniteLengthInputStream indIn = new IndefiniteLengthInputStream(_in, _limi
[all...]
H A DIndefiniteLengthInputStream.java65 int numRead = _in.read(b, off + 2, len - 2);
76 _b1 = _in.read();
77 _b2 = _in.read();
96 int b = _in.read();
H A DDefiniteLengthInputStream.java50 int b = _in.read();
74 int numRead = _in.read(buf, off, toRead);
98 if ((_remaining -= Streams.readFully(_in, bytes)) != 0)
/external/emma/core/java12/com/vladium/jcd/lib/
H A DUDataInputStream.java30 public UDataInputStream (final InputStream _in) argument
32 super (_in);
/external/libopus/celt/arm/
H A Dmdct_arm.h53 #define clt_mdct_forward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \
54 clt_mdct_forward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
55 #define clt_mdct_backward(_l, _in, _out, _window, _int, _shift, _stride, _arch) \
56 clt_mdct_backward_neon(_l, _in, _out, _window, _int, _shift, _stride, _arch)
/external/libopus/celt/
H A Dmdct.h86 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
87 ((*CLT_MDCT_FORWARD_IMPL[(arch)&OPUS_ARCHMASK])(_l, _in, _out, \
96 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
97 (*CLT_MDCT_BACKWARD_IMPL[(arch)&OPUS_ARCHMASK])(_l, _in, _out, \
103 #define clt_mdct_forward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
104 clt_mdct_forward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
106 #define clt_mdct_backward(_l, _in, _out, _window, _overlap, _shift, _stride, _arch) \
107 clt_mdct_backward_c(_l, _in, _out, _window, _overlap, _shift, _stride, _arch)
/external/jmdns/src/javax/jmdns/impl/tasks/
H A DResponder.java29 private final DNSIncoming _in; field in class:Responder
38 this._in = in;
57 return super.toString() + " incomming: " + _in;
74 for (DNSQuestion question : _in.getQuestions()) {
83 int delay = (iAmTheOnlyOne && !_in.isTruncated()) ? 0 : DNSConstants.RESPONSE_MIN_WAIT_INTERVAL + JmDNSImpl.getRandom().nextInt(DNSConstants.RESPONSE_MAX_WAIT_INTERVAL - DNSConstants.RESPONSE_MIN_WAIT_INTERVAL + 1) - _in.elapseSinceArrival();
97 this.getDns().respondToQuery(_in);
106 for (DNSQuestion question : _in.getQuestions()) {
121 for (DNSRecord knownAnswer : _in.getAnswers()) {
135 DNSOutgoing out = new DNSOutgoing(DNSConstants.FLAGS_QR_RESPONSE | DNSConstants.FLAGS_AA, !_unicast, _in
[all...]
/external/speex/libspeex/
H A Dvq_sse.h36 void vq_nbest(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) argument
47 in[i] = _mm_set_ps1(_in[i]);
75 void vq_nbest_sign(spx_word16_t *_in, const __m128 *codebook, int len, int entries, __m128 *E, int N, int *nbest, spx_word32_t *best_dist, char *stack) argument
86 in[i] = _mm_set_ps1(_in[i]);
H A Dfftwrap.c325 spx_word16_t _in[N]; local
328 spx_word16_t _in[MAX_FFT_SIZE]; local
332 _in[i] = (int)floor(.5+in[i]);
333 spx_fft(table, _in, _out);
361 spx_word16_t _in[N]; local
364 spx_word16_t _in[MAX_FFT_SIZE]; local
368 _in[i] = (int)floor(.5+in[i]);
369 spx_ifft(table, _in, _out);
/external/webrtc/webrtc/voice_engine/test/android/android_test/src/org/webrtc/voiceengine/test/
H A DAndroidTest.java61 private FileInputStream _in = null; field in class:AndroidTest
849 _in = new FileInputStream(_fr);
911 _in.read(_playBuffer);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/libopus/src/
H A Dopus_compare.c89 const float *_in,int _nchannels,size_t _nframes,int _window_sz,
118 x[ci*_window_sz+xk]=window[xk]*_in[(xi*_step+xk)*_nchannels+ci];
88 band_energy(float *_out,float *_ps,const int *_bands,int _nbands, const float *_in,int _nchannels,size_t _nframes,int _window_sz, int _step,int _downsample) argument
/external/guice/extensions/struts2/lib/
H A Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/jetty/ org/mortbay/jetty/webapp/ ...
/external/bison/djgpp/
H A Dconfig.bat242 if errorlevel 1 mv -f %XSRC%/doc/yacc.1_in %XSRC%/doc/yacc.1-in
/external/guice/extensions/persist/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlog4j-1.2.14.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/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/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1683 milliseconds