Searched defs:in (Results 1 - 25 of 1115) 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 input size for constraint 'y'}}
H A Darm64-vrsqrt.c5 uint32x2_t test_vrsqrte_u32(uint32x2_t in) { argument
7 // CHECK: call <2 x i32> @llvm.aarch64.neon.ursqrte.v2i32(<2 x i32> %in)
8 return vrsqrte_u32(in);
11 float32x2_t test_vrsqrte_f32(float32x2_t in) { argument
13 // CHECK: call <2 x float> @llvm.aarch64.neon.frsqrte.v2f32(<2 x float> %in)
14 return vrsqrte_f32(in);
18 uint32x4_t test_vrsqrteq_u32(uint32x4_t in) { argument
20 // CHECK: call <4 x i32> @llvm.aarch64.neon.ursqrte.v4i32(<4 x i32> %in)
21 return vrsqrteq_u32(in);
24 float32x4_t test_vrsqrteq_f32(float32x4_t in) { argument
[all...]
/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/none/tests/mips32/
H A Dtest_fcsr.c6 unsigned long long in [] = {0x405EE0A3D70A3D71ULL, 0x3FF0000000000000ULL}; local
20 : "r" (in), "r" (out)
/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/openssh/openbsd-compat/
H A Dinet_ntoa.c6 * 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
42 #include <netinet/in.h>
47 inet_ntoa(struct in_addr in) argument
52 p = (char *)&in;
/external/toybox/toys/other/
H A Dfree.c1 /* free.c - Display amount of free and used memory in the system.
33 struct sysinfo in; local
35 sysinfo(&in);
36 TT.units = in.mem_unit ? in.mem_unit : 1;
42 "Swap:%16llu%12llu%12llu\n", convert(in.totalram),
43 convert(in.totalram-in.freeram), convert(in.freeram), convert(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/libcxx/test/std/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_sensitive 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/boringssl/src/crypto/
H A Dcpu-intel.c10 * apply to all code found in this distribution, be it the RC4, RSA,
15 * Copyright remains Eric Young's, and as such any Copyright notices in
17 * If this package is used in a product, Eric Young should be given attribution
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
22 * Redistribution and use in source and binary forms, with or without
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
71 /* OPENSSL_ia32_cpuid is defined in cpu-x86_64-asm.pl. */
74 /* handle_cpu_env applies the value from |in| t
76 handle_cpu_env(uint32_t *out, const char *in) argument
[all...]
/external/boringssl/src/crypto/modes/
H A Dofb.c4 * 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/)"
56 void CRYPTO_ofb128_encrypt(const uint8_t *in, uint8_t *out, size_t len, argument
61 assert(in && out && key && ivec && num);
67 *(out++) = *(in++) ^ ivec[n];
73 if (((size_t)in | (size_
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DStreamUtil.java18 * @param in input stream of interest
21 static int findLimit(InputStream in) argument
23 if (in instanceof LimitedInputStream)
25 return ((LimitedInputStream)in).getRemaining();
27 else if (in instanceof ASN1InputStream)
29 return ((ASN1InputStream)in).getLimit();
31 else if (in instanceof ByteArrayInputStream)
33 return ((ByteArrayInputStream)in).available();
35 else if (in instanceof FileInputStream)
39 FileChannel channel = ((FileInputStream)in)
[all...]
/external/clang/test/Analysis/
H A Dptr-arith.cpp9 void reset(int *in) { argument
10 while (in != p) // Loop must be entered.
15 int test (int *in) { argument
18 littleX.p = in;
/external/clang/test/SemaCXX/
H A Dwchar_t.cpp31 wchar_t in[] = L"\x434" "\x434"; // No warning variable
/external/fio/
H A Dfifo.h13 * This program is distributed in the hope that it will be useful,
28 unsigned int in; /* data is added at offset (in % size) */ member in struct:fifo
39 return fifo->in - fifo->out;
44 return fifo->size - fifo->in + fifo->out;
/external/google-breakpad/src/common/
H A Dmd5.h16 u8 in[64]; member in struct:google_breakpad::MD5Context
/external/guava/guava-tests/test/com/google/common/io/
H A DTestReader.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
32 private final TestInputStream in; field in class:TestReader
38 public TestReader(TestInputStream in) { argument
39 super(new InputStreamReader(checkNotNull(in), UTF_8));
40 this.in = in;
44 return in.closed();

Completed in 943 milliseconds

1234567891011>>