Searched defs:in (Results 476 - 500 of 1566) sorted by relevance

<<11121314151617181920>>

/external/webrtc/src/common_audio/signal_processing/
H A Dresample_by_2.c5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
14 * The description header can be found in signal_processing_library.h
42 // The reason to introduce this function is that, in case we can't use smlawb
43 // instruction (in MUL_ACCUM_1) due to input value range, we can still use
69 void WebRtcSpl_DownsampleBy2(const WebRtc_Word16* in, const WebRtc_Word16 len, argument
85 in32 = (WebRtc_Word32)(*in
126 WebRtcSpl_UpsampleBy2(const WebRtc_Word16* in, WebRtc_Word16 len, WebRtc_Word16* out, WebRtc_Word32* filtState) argument
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dfilters.c5 * that can be found in the LICENSE file in the root of the source
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
25 // Autocorrelation function in fixed point.
26 // NOTE! Different from SPLIB-version in how it scales the signal.
99 void WebRtcIsacfix_DecimateAllpass32(const WebRtc_Word16 *in, argument
108 memcpy(data_vec+1, in, WEBRTC_SPL_MUL_16_16(sizeof(WebRtc_Word16), (N-1)));
112 state_in[WEBRTC_SPL_MUL_16_16(2, ALLPASSSECTIONS)] = WEBRTC_SPL_LSHIFT_W32((WebRtc_UWord32)in[
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dcrypto_internal-rsa.c67 /* No X.509 support in crypto_internal.c */
73 const u8 *in, size_t inlen,
77 0, in, inlen, out, outlen);
82 const u8 *in, size_t inlen,
86 in, inlen, out, outlen);
91 const u8 *in, size_t inlen,
95 1, in, inlen, out, outlen);
72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dupnp_xml.c22 * XML is a markup language based on unicode; usually (and in our case,
33 * characters that would appear in the payload data are rewritten using
51 * As it turns out, we can ignore the namespaces, in fact we can ignore the
53 * unique (not in general, but for this application). We do however have to be
58 * any special chars in our payload.
63 * @in: Input
75 * Note that angle brackets present in the original data must have been encoded
78 int xml_next_tag(const char *in, const char **out, argument
81 while (*in && *in !
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dcrypto_internal-rsa.c67 /* No X.509 support in crypto_internal.c */
73 const u8 *in, size_t inlen,
77 0, in, inlen, out, outlen);
82 const u8 *in, size_t inlen,
86 in, inlen, out, outlen);
91 const u8 *in, size_t inlen,
95 1, in, inlen, out, outlen);
72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
/external/wpa_supplicant_8/src/wps/
H A Dupnp_xml.c22 * XML is a markup language based on unicode; usually (and in our case,
33 * characters that would appear in the payload data are rewritten using
51 * As it turns out, we can ignore the namespaces, in fact we can ignore the
53 * unique (not in general, but for this application). We do however have to be
58 * any special chars in our payload.
63 * @in: Input
75 * Note that angle brackets present in the original data must have been encoded
78 int xml_next_tag(const char *in, const char **out, argument
81 while (*in && *in !
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dcrypto_internal-rsa.c67 /* No X.509 support in crypto_internal.c */
73 const u8 *in, size_t inlen,
77 0, in, inlen, out, outlen);
82 const u8 *in, size_t inlen,
86 in, inlen, out, outlen);
91 const u8 *in, size_t inlen,
95 1, in, inlen, out, outlen);
72 crypto_public_key_encrypt_pkcs1_v15(struct crypto_public_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
81 crypto_private_key_decrypt_pkcs1_v15(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
90 crypto_private_key_sign_pkcs1(struct crypto_private_key *key, const u8 *in, size_t inlen, u8 *out, size_t *outlen) argument
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dupnp_xml.c22 * XML is a markup language based on unicode; usually (and in our case,
33 * characters that would appear in the payload data are rewritten using
51 * As it turns out, we can ignore the namespaces, in fact we can ignore the
53 * unique (not in general, but for this application). We do however have to be
58 * any special chars in our payload.
63 * @in: Input
75 * Note that angle brackets present in the original data must have been encoded
78 int xml_next_tag(const char *in, const char **out, argument
81 while (*in && *in !
[all...]
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMetaFactory.java6 //NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
66 * @param in an <code>InputStream</code>
70 public static XMPMeta parse(InputStream in) throws XMPException argument
72 return parse(in, null);
85 * @param in an <code>InputStream</code>
97 public static XMPMeta parse(InputStream in, ParseOptions options) argument
100 return XMPMetaParser.parse(in, options);
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
H A DByteBuffer.java6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
56 * @param length the length of valid bytes in the array
72 * @param in an InputStream
75 public ByteBuffer(InputStream in) throws IOException argument
83 while ((read = in.read(this.buffer, this.length, chunk)) > 0)
101 * @param length the length of valid bytes in the array
294 encoding = "UTF-16"; // in fact BE
298 encoding = "UTF-16"; // in fact LE
302 encoding = "UTF-32"; // in fact LE
H A DFixASCIIControlsReader.java6 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms
46 * @param in a Reader
48 public FixASCIIControlsReader(Reader in) argument
50 super(in, BUFFER_SIZE);
/external/zlib/src/contrib/masmx64/
H A Dinffas8664.c5 * For conditions of distribution and use, see copyright notice in zlib.h
12 * inffas8664.c call function inffas8664fnc in inffasx64.asm
17 * data, it uses rep movsw, which moves data in 2-byte chunks instead of single
25 * the gcc -S output of zlib-1.2.0/inffast.c. Zlib-1.2.0 is in beta release at
49 inflate execution time is spent in this routine.
63 BAD -- error in block data
86 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */ member in struct:inffast_ar
87 /* 24 12 */ unsigned char FAR *last; /* r9 while in < last */
127 ar.in = strm->next_in;
128 ar.last = ar.in
[all...]
/external/zlib/src/contrib/puff/
H A Dpufftest.c4 * For conditions of distribution and use, see copyright notice in puff.h
55 Reallocate to larger buffers until the entire file is read in. Return a
64 FILE *in; local
70 in = name == NULL ? stdin : fopen(name, "rb");
71 if (in != NULL) {
73 *len += fread((char *)buf + *len, 1, size - *len, in);
83 fclose(in);
/external/zlib/src/examples/
H A Dfitblk.c17 data in order to determine how much of that input will compress to
23 the compressed data that fit in the requested plus excess sized
28 the compression ratio for that block will be about the same as in
32 complete (see the MARGIN define below). That will result in a
42 EXCESS is chosen to be just greater than the shortfall seen in a
48 block of the second pass will be close in size to the final deflate
51 to complete in all cases.
73 local int partcompress(FILE *in, z_streamp def) argument
80 def->avail_in = fread(raw, 1, RAWLEN, in);
81 if (ferror(in))
[all...]
/external/zlib/src/
H A Dinffast.c3 * For conditions of distribution and use, see copyright notice in zlib.h
38 inflate execution time is spent in this routine.
52 BAD -- error in block data
72 z_const unsigned char FAR *in; /* local strm->next_in */ local
73 z_const unsigned char FAR *last; /* have enough input while in < last */
81 unsigned whave; /* valid bytes in the window */
99 in = strm->next_in - OFF;
100 last = in + (strm->avail_in - 5);
122 hold += (unsigned long)(PUP(in)) << bits;
124 hold += (unsigned long)(PUP(in)) << bit
[all...]
/external/zopfli/src/zopfli/
H A Dzopfli_bin.c5 you may not use this file except in compliance with the License.
10 Unless required by applicable law or agreed to in writing, software
72 const unsigned char* in, size_t insize) {
75 fwrite((char*)in, 1, insize, file);
86 unsigned char* in; local
90 LoadFile(infilename, &in, &insize);
96 ZopfliCompress(options, output_type, in, insize, &out, &outsize);
109 free(in);
71 SaveFile(const char* filename, const unsigned char* in, size_t insize) argument
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
H A DTestSuiteAdapter.java6 Redistribution and use in source and binary forms, with or without
11 2. Redistributions in binary form must reproduce the above copyright
12 notice, this list of conditions and the following disclaimer in the
58 public void addTestCase(ITestCaseInput in, ITestCaseOutput out) { argument
59 TestCase testCase = new TestCase(in, out);
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClassUnloadDebuggee.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
196 private int loadClassData(InputStream in, byte[] raw, int size) throws IOException { argument
197 int len = in.read(raw);
200 in.close();
212 * Internal class used in ClassUnloadTest
/external/apache-harmony/luni/src/test/api/unix/org/apache/harmony/luni/tests/java/io/
H A DUnixFileTest.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
52 ConsoleResulter(Process p, InputStream in) { argument
54 is = in;
87 // in case the test case will run under other OS.
162 // in case we cannot fetch the value from command line
306 // setReadable(true, false/true) and set them in turn
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_Configuration.java6 * (the "License"); you may not use this file except in compliance with
11 * Unless required by applicable law or agreed to in writing, software
105 InputStream in = null;
114 in = new FileInputStream(iniName);
121 if (in == null) {
125 in = cl.getResourceAsStream(iniName);
130 if (in != null) {
131 load(in, props);
221 static void load(InputStream in, Hashtable<String, String> result) throws IOException { argument
227 while ((nextChar = in
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSUtils.java185 ASN1InputStream in)
190 return ContentInfo.getInstance(in.readObject());
207 InputStream in)
210 return Streams.readAll(in);
214 InputStream in,
218 return Streams.readAllLimited(in, limit);
184 readContentInfo( ASN1InputStream in) argument
206 streamToByteArray( InputStream in) argument
213 streamToByteArray( InputStream in, int limit) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA1Digest.java7 * implementation of SHA-1 as outlined in "Handbook of Applied Cryptography", pages 346 - 349.
64 byte[] in,
68 // X[xOff] = Pack.bigEndianToInt(in, inOff);
69 int n = in[ inOff] << 24;
70 n |= (in[++inOff] & 0xff) << 16;
71 n |= (in[++inOff] & 0xff) << 8;
72 n |= (in[++inOff] & 0xff);
63 processWord( byte[] in, int inOff) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DOAEPEncoding.java124 byte[] in,
131 return encodeBlock(in, inOff, inLen);
135 return decodeBlock(in, inOff, inLen);
140 byte[] in,
148 // copy in the message
150 System.arraycopy(in, inOff, block, block.length - inLen, inLen);
184 // add in the seed
207 byte[] in,
212 byte[] data = engine.processBlock(in, inOff, inLen);
216 // as we may have zeros in ou
123 processBlock( byte[] in, int inOff, int inLen) argument
139 encodeBlock( byte[] in, int inOff, int inLen) argument
206 decodeBlock( byte[] in, int inOff, int inLen) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java65 byte[] in,
75 if ((inOff + BLOCK_SIZE) > in.length)
85 desFunc(workingKey, in, inOff, out, outOff);
123 * Use the key schedule specified in the Standard (ANSI X3.92-1981).
403 byte[] in,
410 left = (in[inOff + 0] & 0xff) << 24;
411 left |= (in[inOff + 1] & 0xff) << 16;
412 left |= (in[inOff + 2] & 0xff) << 8;
413 left |= (in[inOff + 3] & 0xff);
415 right = (in[inOf
64 processBlock( byte[] in, int inOff, byte[] out, int outOff) argument
401 desFunc( int[] wKey, byte[] in, int inOff, byte[] out, int outOff) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DHMac.java166 byte in)
168 digest.update(in);
172 byte[] in,
176 digest.update(in, inOff, len);
165 update( byte in) argument
171 update( byte[] in, int inOff, int len) argument

Completed in 1762 milliseconds

<<11121314151617181920>>