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

12345

/external/clang/test/CodeGen/
H A D2002-05-23-TypeNameCollision.c10 foo F1; variable
/external/clang/test/Modules/
H A Dmacro-reexport.cpp11 #if defined(F1)
/external/compiler-rt/test/asan/TestCases/Posix/
H A Dcoverage-direct-large.cc26 #define F1(Q, x) \ macro
30 F1(Q, x##0) F1(Q, x##1) F1(Q, x##2) F1(Q, x##3) F1(Q, x##4) F1(Q, x##5) \
31 F1(Q, x##6) F1(Q, x##7) F1(
[all...]
/external/clang/test/CXX/expr/expr.prim/expr.prim.lambda/
H A Dp5-generic-lambda-1y.cpp14 template <class F1, class F2> struct overload : F1, F2 {
15 using F1::operator();
17 overload(F1 f1, F2 f2) : F1(f1), F2(f2) { }
32 template <class F1, class F2> struct overload : F1, F2 {
33 using F1::operator();
35 overload(F1 f1, F2 f2) : F1(f
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-script/
H A Dmain.cpp31 i_am_cooler(int I1, int I2, float F1, float F2, char C1, char C2) : argument
32 first_cool(I1,F1,C1),
34 floating((F1 + F2)/2) {}
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.memdef/
H A Dp3.cpp25 friend struct F1;
27 struct F1 member_func();
29 struct F1 { }; struct in namespace:N
30 F1 f1() { return S1::IS1().member_func(); }
32 N::F1 f1_var = N::f1();
/external/clang/test/FixIt/
H A Dfixit-vexing-parse.cpp29 int F1();
84 int n2, // expected-note {{change this ',' to a ';' to call 'F1'}}
85 F1(); // expected-warning {{function declaration}} expected-note {{replace parentheses with an initializer}}
/external/fio/crc/
H A Dmd5.h11 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
12 #define F2(x, y, z) F1(z, x, y)
H A Dmd5.c17 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
18 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
19 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
20 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
21 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
22 MD5STEP(F1, d, a, b, c, in[5] + 0x4787c62a, 12);
23 MD5STEP(F1, c, d, a, b, in[6] + 0xa8304613, 17);
24 MD5STEP(F1, b, c, d, a, in[7] + 0xfd469501, 22);
25 MD5STEP(F1, a, b, c, d, in[8] + 0x698098d8, 7);
26 MD5STEP(F1,
[all...]
/external/skia/gm/
H A Dselftest.cpp51 static skiagm::GM* F1(void*) { function
58 static skiagm::GMRegistry gR1(F1);
/external/bison/src/
H A Duniqstr.h80 #define UNIQSTR_GEN_FORMAT(F1, F2, F3, F4, F5, \
91 #define UNIQSTR_GEN_FORMAT_(F1, F2, F3, F4, F5, \
95 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 \
/external/google-breakpad/src/common/
H A Dmd5.cc150 /* The four core functions - F1 is optimized somewhat */
152 /* #define F1(x, y, z) (x & y | ~x & z) */
153 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
154 #define F2(x, y, z) F1(z, x, y)
176 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
177 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
178 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
179 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
180 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
181 MD5STEP(F1,
[all...]
/external/libvpx/libvpx/
H A Dmd5_utils.c141 /* The four core functions - F1 is optimized somewhat */
143 /* #define F1(x, y, z) (x & y | ~x & z) */
144 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
145 #define F2(x, y, z) F1(z, x, y)
167 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
168 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
169 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
170 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
171 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
172 MD5STEP(F1,
[all...]
/external/openssh/openbsd-compat/
H A Dmd5.c139 /* The four core functions - F1 is optimized somewhat */
141 /* #define F1(x, y, z) (x & y | ~x & z) */
142 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
143 #define F2(x, y, z) F1(z, x, y)
178 MD5STEP(F1, a, b, c, d, in[ 0] + 0xd76aa478, 7);
179 MD5STEP(F1, d, a, b, c, in[ 1] + 0xe8c7b756, 12);
180 MD5STEP(F1, c, d, a, b, in[ 2] + 0x242070db, 17);
181 MD5STEP(F1, b, c, d, a, in[ 3] + 0xc1bdceee, 22);
182 MD5STEP(F1, a, b, c, d, in[ 4] + 0xf57c0faf, 7);
183 MD5STEP(F1,
[all...]
H A Drmd160.c77 #define F1(x, y, z) (((x) & (y)) | ((~x) & (z))) macro
206 R(e, a, b, c, d, F1, K1, 7, 7);
207 R(d, e, a, b, c, F1, K1, 6, 4);
208 R(c, d, e, a, b, F1, K1, 8, 13);
209 R(b, c, d, e, a, F1, K1, 13, 1);
210 R(a, b, c, d, e, F1, K1, 11, 10);
211 R(e, a, b, c, d, F1, K1, 9, 6);
212 R(d, e, a, b, c, F1, K1, 7, 15);
213 R(c, d, e, a, b, F1, K1, 15, 3);
214 R(b, c, d, e, a, F1, K
[all...]
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5-internal.c188 /* The four core functions - F1 is optimized somewhat */
190 /* #define F1(x, y, z) (x & y | ~x & z) */
191 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
192 #define F2(x, y, z) F1(z, x, y)
214 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
215 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
216 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
217 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
218 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
219 MD5STEP(F1,
[all...]
H A Dmd4-internal.c178 /* The three core functions - F1 is optimized somewhat */
180 /* #define F1(x, y, z) (x & y | ~x & z) */
181 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
216 MD4STEP(F1, a, b, c, d, in[ 0], 3);
217 MD4STEP(F1, d, a, b, c, in[ 1], 7);
218 MD4STEP(F1, c, d, a, b, in[ 2], 11);
219 MD4STEP(F1, b, c, d, a, in[ 3], 19);
220 MD4STEP(F1, a, b, c, d, in[ 4], 3);
221 MD4STEP(F1, d, a, b, c, in[ 5], 7);
222 MD4STEP(F1,
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dmd5-internal.c188 /* The four core functions - F1 is optimized somewhat */
190 /* #define F1(x, y, z) (x & y | ~x & z) */
191 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
192 #define F2(x, y, z) F1(z, x, y)
214 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
215 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
216 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
217 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
218 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
219 MD5STEP(F1,
[all...]
H A Dmd4-internal.c178 /* The three core functions - F1 is optimized somewhat */
180 /* #define F1(x, y, z) (x & y | ~x & z) */
181 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
216 MD4STEP(F1, a, b, c, d, in[ 0], 3);
217 MD4STEP(F1, d, a, b, c, in[ 1], 7);
218 MD4STEP(F1, c, d, a, b, in[ 2], 11);
219 MD4STEP(F1, b, c, d, a, in[ 3], 19);
220 MD4STEP(F1, a, b, c, d, in[ 4], 3);
221 MD4STEP(F1, d, a, b, c, in[ 5], 7);
222 MD4STEP(F1,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5-internal.c188 /* The four core functions - F1 is optimized somewhat */
190 /* #define F1(x, y, z) (x & y | ~x & z) */
191 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
192 #define F2(x, y, z) F1(z, x, y)
214 MD5STEP(F1, a, b, c, d, in[0] + 0xd76aa478, 7);
215 MD5STEP(F1, d, a, b, c, in[1] + 0xe8c7b756, 12);
216 MD5STEP(F1, c, d, a, b, in[2] + 0x242070db, 17);
217 MD5STEP(F1, b, c, d, a, in[3] + 0xc1bdceee, 22);
218 MD5STEP(F1, a, b, c, d, in[4] + 0xf57c0faf, 7);
219 MD5STEP(F1,
[all...]
H A Dmd4-internal.c178 /* The three core functions - F1 is optimized somewhat */
180 /* #define F1(x, y, z) (x & y | ~x & z) */
181 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
216 MD4STEP(F1, a, b, c, d, in[ 0], 3);
217 MD4STEP(F1, d, a, b, c, in[ 1], 7);
218 MD4STEP(F1, c, d, a, b, in[ 2], 11);
219 MD4STEP(F1, b, c, d, a, in[ 3], 19);
220 MD4STEP(F1, a, b, c, d, in[ 4], 3);
221 MD4STEP(F1, d, a, b, c, in[ 5], 7);
222 MD4STEP(F1,
[all...]
/external/ceres-solver/examples/
H A Dpowell.cc58 struct F1 { struct
114 problem.AddResidualBlock(new AutoDiffCostFunction<F1, 1, 1, 1>(new F1),
/external/clang/test/Sema/
H A Dms_bitfield_layout.c190 typedef struct F1 { struct
202 } F1; typedef in typeref:struct:F1
204 // CHECK: Type: struct F1
261 sizeof(F1) +
H A Dwarn-bad-function-cast.c31 (enum f { F1 })ef(); enumerator in enum:f
/external/lldb/test/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp59 i_am_cooler(int I1, int I2, float F1, float F2, char C1, char C2) : argument
60 first_cool(I1,F1,C1),
62 floating((F1 + F2)/2) {}

Completed in 9229 milliseconds

12345