Searched refs:in (Results 501 - 525 of 5840) sorted by relevance

<<21222324252627282930>>

/external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
H A DomxSP_FFTInv_CCSToR_F32_Sfs.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.
53 * We move the division by 2 to the last step in the implementation, so:
58 static void RevbinPermuteInv(const OMX_F32 *in, argument
76 big_a.Re = in[i] + in[j];
77 big_a.Im = in[
113 RevbinPermuteInvSse(const OMX_F32 *in, OMX_F32 *out, const OMX_F32 *twiddle, OMX_INT n) argument
179 OMX_F32 *in = (OMX_F32*) pSrc; local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DInstructionCodec.java5 * you may not use this file except in compliance with the License.
10 * Unless required by applicable law or agreed to in writing, software
34 CodeInput in) throws EOFException {
47 CodeInput in) throws EOFException {
62 CodeInput in) throws EOFException {
81 CodeInput in) throws EOFException {
100 CodeInput in) throws EOFException {
116 CodeInput in) throws EOFException {
117 int baseAddress = in.cursor() - 1;
133 CodeInput in) throw
890 decode(int opcodeUnit, CodeInput in) argument
901 decodeRegisterList( InstructionCodec format, int opcodeUnit, CodeInput in) argument
966 decodeRegisterRange( InstructionCodec format, int opcodeUnit, CodeInput in) argument
[all...]
/external/dnsmasq/src/
H A Dutil.c8 This program is distributed in the hope that it will be useful,
49 static uint32 in[12]; variable
58 !read_write(fd, (unsigned char *)&in, sizeof(in), 1))
72 for (i = 0;i < 12;++i) t[i] = in[i] ^ seed[12 + i];
91 if (!++in[0]) if (!++in[1]) if (!++in[2]) ++in[3];
101 static int check_name(char *in) argument
170 canonicalise(char *in, int *nomem) argument
369 parse_hex(char *in, unsigned char *out, int maxlen, unsigned int *wildcard_mask, int *mac_type) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Ddirhash.c21 * Keyed 32-bit hash function using TEA in a Davis-Meyer function
33 static void TEA_transform(__u32 buf[4], __u32 const in[]) argument
37 __u32 a = in[0], b = in[1], c = in[2], d = in[3];
58 * good macro practice, in favor of extra legibility.
70 static void halfMD4Transform (__u32 buf[4], __u32 const in[]) argument
75 ROUND(F, a, b, c, d, in[0] + K1, 3);
76 ROUND(F, d, a, b, c, in[
198 __u32 in[8], buf[4]; local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dleak-delta.stderr.exp2 10 bytes in 1 blocks are still reachable in loss record ... of ...
9 10 (+10) bytes in 1 (+1) blocks are definitely lost in loss record ... of ...
14 21 (+21) bytes in 1 (+1) blocks are still reachable in loss record ... of ...
20 65 (+65) bytes in 2 (+2) blocks are still reachable in loss record ... of ...
27 10 (+10) bytes in 1 (+1) blocks are still reachable in los
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dcbc.pl24 # for encrypt, the iv is kept in bigendian form,
25 # while for decrypt, it is kept in little endian.
40 $in="esi";
59 &mov($in, &DWP(0,"ebx","",0));# iv[0]
63 &push($in);
64 &push($out); # used in decrypt for iv[1]
65 &push($in); # used in decrypt for iv[0]
69 &mov($in, &wparam(0)); # in
[all...]
/external/openssl/crypto/perlasm/
H A Dcbc.pl24 # for encrypt, the iv is kept in bigendian form,
25 # while for decrypt, it is kept in little endian.
40 $in="esi";
59 &mov($in, &DWP(0,"ebx","",0));# iv[0]
63 &push($in);
64 &push($out); # used in decrypt for iv[1]
65 &push($in); # used in decrypt for iv[0]
69 &mov($in, &wparam(0)); # in
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d10.idl9 * This library is distributed in the hope that it will be useful,
917 [in] REFGUID a,
918 [in, out] UINT *b,
921 [in] REFGUID a,
922 [in] UINT b,
923 [in] const void *c);
925 [in] REFGUID a,
926 [in] const IUnknown *b);
941 [in] UINT a);
953 [in] D3D10_MA
[all...]
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
H A Dd3d10.idl9 * This library is distributed in the hope that it will be useful,
917 [in] REFGUID a,
918 [in, out] UINT *b,
921 [in] REFGUID a,
922 [in] UINT b,
923 [in] const void *c);
925 [in] REFGUID a,
926 [in] const IUnknown *b);
941 [in] UINT a);
953 [in] D3D10_MA
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DAsymmetricBlockCipher.java34 * process the block of len bytes stored in in from offset inOff.
36 * @param in the input data
37 * @param inOff offset into the in array where the data starts
43 public byte[] processBlock(byte[] in, int inOff, int len) argument
H A DBlockCipher.java29 * Return the block size for this cipher (in bytes).
31 * @return the block size for this cipher in bytes.
36 * Process one block of input from the array in and write it to
39 * @param in the array containing the input data.
40 * @param inOff offset into the in array the data starts at.
43 * @exception DataLengthException if there isn't enough data in in, or
44 * space in out.
48 public int processBlock(byte[] in, int inOff, byte[] out, int outOff) argument
52 * Reset the cipher. After resetting the cipher is in th
[all...]
H A DSigner.java22 * update the internal digest with the byte array in
24 public void update(byte[] in, int off, int len); argument
35 * in the passed in array.
H A DStreamBlockCipher.java58 * @param in the byte to be processed.
62 byte in)
64 oneByte[0] = in;
72 * process a block of bytes from in putting the result into out.
74 * @param in the input byte array.
75 * @param inOff the offset into the in array where the data to be processed starts.
82 byte[] in,
91 throw new DataLengthException("output buffer too small in processBytes()");
96 cipher.processBlock(in, inOff + i, out, outOff + i);
101 * reset the underlying cipher. This leaves it in th
61 returnByte( byte in) argument
81 processBytes( byte[] in, int inOff, int len, byte[] out, int outOff) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java42 * @param in the byte to be processed.
44 public void processAADByte(byte in); argument
50 * @param in the input byte array.
51 * @param inOff the offset into the in array where the data to be processed starts.
54 public void processAADBytes(byte[] in, int inOff, int len); argument
59 * @param in the byte to be processed.
65 public int processByte(byte in, byte[] out, int outOff) argument
69 * process a block of bytes from in putting the result into out.
71 * @param in the input byte array.
72 * @param inOff the offset into the in arra
79 processBytes(byte[] in, int inOff, int len, byte[] out, int outOff) argument
[all...]
/external/chromium_org/build/android/pylib/
H A Defficient_android_directory_copy.sh5 # found in the LICENSE file.
26 for f in "$1"/*
42 for f in "$1"/*
59 for f in ./*
72 for f in ./*
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dlast_active_browser_cocoa.h3 // found in the LICENSE file.
11 // Access to this function is legitimately needed from a variety of places in
13 // are in Obj-C objects.
16 #error This file is intended for use in the Cocoa frontend only.
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Din6_addr.c3 * found in the LICENSE file. */
8 #include <netinet/in.h>
/external/chromium_org/ppapi/generators/test_cgen/
H A Dstructs.idl4 * found in the LICENSE file.
36 typedef float_t func_t([in] s_array data);
39 typedef func_t findfunc_t([in] str_t x);
/external/chromium_org/ppapi/generators/test_parser/
H A Dstruct.idl3 * found in the LICENSE file.
16 typedef int func([in] int x, [in] int y);
/external/chromium_org/third_party/boringssl/src/crypto/bytestring/
H A Dinternal.h5 * copyright notice and this permission notice appear in all copies.
25 /* CBS_asn1_ber_to_der reads an ASN.1 structure from |in|. If it finds
28 * the DER data. Additionally, |*in| will be advanced over the ASN.1 data.
31 * NULL and |*in| is unmodified.
39 OPENSSL_EXPORT int CBS_asn1_ber_to_der(CBS *in, uint8_t **out, size_t *out_len);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dchacha.h5 * copyright notice and this permission notice appear in all copies.
25 /* CRYPTO_chacha_20 encrypts |in_len| bytes from |in| with the given key and
26 * nonce and writes the result to |out|, which may be equal to |in|. The
28 void CRYPTO_chacha_20(uint8_t *out, const uint8_t *in,
H A Dmodes.h4 * 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
19 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
27 * nor may "OpenSSL" appear in their names without prior written
33 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
63 typedef void (*block128_f)(const uint8_t in[16], uint8_t out[16],
70 typedef void (*ctr128_f)(const uint8_t *in, uint8_t *out, size_t blocks,
73 /* CRYPTO_ctr128_encrypt encrypts (or decrypts, it's the same in CTR mode)
74 * |len| bytes from |in| t
[all...]
/external/chromium_org/third_party/icu/scripts/
H A Dsjis_gen.sh4 # found in the LICENSE file.
9 # Download the following file, run it in source/data/mappings directory
43 for i in $(seq 0 128)
52 for i in $(seq 0xA1 0xDF)
64 # Let index be index jis0208 excluding all pointers in the range 8272 to 8835.
65 # Return the index pointer for code point in index.
95 # have 188 characters and the total # of characters in the EUDC
97 # step 3.5 in the encoding spec.)
98 for lead in $(seq 0xF0 0xF8)
100 for byte in
[all...]
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
H A Dcontperf.sh12 for file in udhr_eng.txt \
20 for type in slow Bv Bv0; do
H A Dspan16perf.sh12 for file in udhr_eng.txt \
20 for type in slow Bv Bv0; do

Completed in 754 milliseconds

<<21222324252627282930>>