Searched defs:in (Results 1 - 25 of 1566) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dmmx-inline-asm-error.c4 vec256 foo(vec256 in) { argument
7 asm("something %0" : : "y"(in)); // expected-error {{invalid type 'vec256' (vector of 8 'int' values) in asm input for constraint 'y'}}
8 asm("something %0" : "=y"(out)); // expected-error {{invalid type 'vec256' (vector of 8 'int' values) in asm input for constraint 'y'}}
9 asm("something %0, %0" : "+y"(out)); // expected-error {{invalid type 'vec256' (vector of 8 'int' values) in asm input for constraint 'y'}}
/external/libvorbis/doc/
H A Da2-encapsulation-rtp.tex4 \section{Vorbis encapsulation in RTP} \label{vorbis:over:rtp}
9 Audio''} for description of how to embed Vorbis audio in an RTP stream.
/external/valgrind/main/none/tests/mips32/
H A Dtest_fcsr.c6 unsigned long long in [] = {0x405EE0A3D70A3D71ULL, 0x3FF0000000000000ULL}; local
20 : "r" (in), "r" (out)
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dbw_expand.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 /* The output is in the same domain as the input */
28 int16_t *in, /* (i) the lpc coefficients before bandwidth
35 out[0] = in[0];
37 /* out[i] = coef[i] * in[i] with rounding.
38 in[] an
26 WebRtcIlbcfix_BwExpand( int16_t *out, int16_t *in, int16_t *coef, int16_t length ) argument
[all...]
/external/e2fsprogs/lib/uuid/
H A Dunpack.c7 * Redistribution and use in source and binary forms, with or without
11 * notice, and the entire permission notice in its entirety,
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
38 void uuid_unpack(const uuid_t in, struct uuid *uu) argument
40 const uint8_t *ptr = in;
H A Dparse.c7 * Redistribution and use in source and binary forms, with or without
11 * notice, and the entire permission notice in its entirety,
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
42 int uuid_parse(const char *in, uuid_t uu) argument
49 if (strlen(in) != 36)
51 for (i=0, cp = in; i <= 36; i++,cp++) {
65 uuid.time_low = strtoul(in, NULL, 16);
66 uuid.time_mid = strtoul(in+9, NULL, 16);
67 uuid.time_hi_and_version = strtoul(in
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-encblock.c19 * @in: Input data (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
H A Dmd5_i.h15 u8 in[64]; member in struct:MD5Context
/external/wpa_supplicant_8/src/crypto/
H A Daes-encblock.c19 * @in: Input data (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
H A Dmd5_i.h15 u8 in[64]; member in struct:MD5Context
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-encblock.c19 * @in: Input data (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
H A Dmd5_i.h15 u8 in[64]; member in struct:MD5Context
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/socket/
H A Dinet_ntoa.c3 // found in the LICENSE file.
14 char* inet_ntoa(struct in_addr in) { argument
17 GetByte(&in, 0), GetByte(&in, 1),
18 GetByte(&in, 2), GetByte(&in, 3));
/external/chromium_org/net/base/
H A Ddns_util_unittest.cc3 // found in the LICENSE file.
14 // NUL in the result.
15 static std::string IncludeNUL(const char* in) { argument
16 return std::string(in, strlen(in) + 1);
40 // 253 characters in the name: still valid
44 // 254 characters in the name: invalid
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dmd5_utils.h4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
20 * Still in the public domain.
37 UWORD32 in[16]; member in struct:MD5Context
43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
/external/chromium_org/third_party/opus/src/silk/
H A Dresampler_private_AR2.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
39 const opus_int16 in[], /* I Input signal */
48 out32 = silk_ADD_LSHIFT32( S[ 0 ], (opus_int32)in[ k ], 8 );
36 silk_resampler_private_AR2( opus_int32 S[], opus_int32 out_Q8[], const opus_int16 in[], const opus_int16 A_Q14[], opus_int32 len ) argument
/external/chromium_org/third_party/webrtc/base/
H A Dmd5.h4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
19 // Made context first parameter in MD5Final for consistency with Sha1.
29 // Canonical name for a MD5 context structure, used in many crypto libs.
35 uint32 in[16]; member in struct:rtc::MD5Context
41 void MD5Transform(uint32 buf[4], const uint32 in[16]);
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.h19 unsigned char in[64]; member in struct:yasm_md5_context
30 void yasm_md5_transform(unsigned long buf[4], const unsigned char in[64]);
/external/flac/libFLAC/include/private/
H A Dmd5.h7 * written by Colin Plumb in 1993, no copyright is claimed.
8 * This code is in the public domain; do with it what you wish.
23 * Still in the public domain.
26 * Still in the public domain, with no warranty.
32 FLAC__uint32 in[16]; member in struct:__anon21514
/external/libcxx/test/localization/locale.categories/
H A D__scan_keyword.pass.cpp15 // Scans [__b, __e) until a match is found in the basic_strings range
16 // [__kb, __ke) or until it can be shown that there is no match in [__kb, __ke).
18 // or proved to not exist. A keyword may be "", in which will match anything.
19 // If one keyword is a prefix of another, and the next CharT in the input
25 // If on exit __b == __e, eofbit is set in __err. If __case_senstive is false,
48 const char* in = input; local
51 std::string* k = std::__scan_keyword(in, input+sizeof(input)-1,
55 assert(in == input+1);
60 const char* in = input; local
63 std::string* k = std::__scan_keyword(in, inpu
72 const char* in = input; local
84 const char* in = input; local
96 const char* in = input; local
108 const char* in = input; local
[all...]
/external/libopus/silk/
H A Dresampler_private_AR2.c3 Redistribution and use in source and binary forms, with or without
8 - Redistributions in binary form must reproduce the above copyright
9 notice, this list of conditions and the following disclaimer in the
39 const opus_int16 in[], /* I Input signal */
48 out32 = silk_ADD_LSHIFT32( S[ 0 ], (opus_int32)in[ k ], 8 );
36 silk_resampler_private_AR2( opus_int32 S[], opus_int32 out_Q8[], const opus_int16 in[], const opus_int16 A_Q14[], opus_int32 len ) argument
/external/libvpx/libvpx/
H A Dmd5_utils.h4 * written by Colin Plumb in 1993, no copyright is claimed.
5 * This code is in the public domain; do with it what you wish.
20 * Still in the public domain.
37 UWORD32 in[16]; member in struct:MD5Context
43 void MD5Transform(UWORD32 buf[4], UWORD32 const in[16]);
/external/okhttp/okio/src/main/java/okio/
H A DBase64.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
30 public static byte[] decode(String in) { argument
32 int limit = in.length();
34 char c = in.charAt(limit - 1);
47 char c = in.charAt(pos);
118 public static String encode(byte[] in) { argument
119 int length = (in.length + 2) * 4 / 3;
121 int index = 0, end = in.length - in
[all...]
/external/openssl/crypto/aes/
H A Daes_cbc.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
55 void AES_cbc_encrypt(const unsigned char *in, unsigned char *out, argument
60 CRYPTO_cbc128_encrypt(in,out,len,key,ivec,(block128_f)AES_encrypt);
62 CRYPTO_cbc128_decrypt(in,out,len,key,ivec,(block128_f)AES_decrypt);
H A Daes_ecb.c5 * Redistribution and use in source and binary forms, with or without
12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
28 * nor may "OpenSSL" appear in their names without prior written
34 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
62 void AES_ecb_encrypt(const unsigned char *in, unsigned char *out, argument
65 assert(in && out && key);
69 AES_encrypt(in, out, key);
71 AES_decrypt(in, ou
[all...]

Completed in 435 milliseconds

1234567891011>>