Searched defs:F4 (Results 1 - 25 of 37) sorted by relevance

12

/external/chromium_org/v8/test/mjsunit/compiler/
H A Dcompare-objeq-elim.js56 function F4(a, b) { function
85 test(F4, a, b);
H A Dinline-arguments.js73 function F4() { function
78 F4(1);
79 F4(1);
80 F4(1);
81 %OptimizeFunctionOnNextCall(F4);
82 F4(1);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dcoverage-direct-large.cc33 #define F4(Q, x) \ macro
40 F4(DECL, f)
43 F4(CALL, f)
/external/ceres-solver/examples/
H A Dpowell.cc88 struct F4 { struct
123 problem.AddResidualBlock(new AutoDiffCostFunction<F4, 1, 1, 1>(new F4),
/external/fio/crc/
H A Dmd5.h14 #define F4(x, y, z) (y ^ (x | ~z)) macro
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dmd5_utils.c147 #define F4(x, y, z) (y ^ (x | ~z)) macro
218 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
219 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
220 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
221 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
222 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
223 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
224 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
225 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
226 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_sha1.c94 #define F4(B,C,D) (B ^ C ^ D) /* 600 <= t <= 79 */ macro
176 (F4(ctx->B, ctx->C, ctx->D)) +
/external/chromium_org/third_party/webrtc/base/
H A Dmd5.cc134 #define F4(x, y, z) (y ^ (x | ~z)) macro
200 MD5STEP(F4, a, b, c, d, in[ 0] + 0xf4292244, 6);
201 MD5STEP(F4, d, a, b, c, in[ 7] + 0x432aff97, 10);
202 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
203 MD5STEP(F4, b, c, d, a, in[ 5] + 0xfc93a039, 21);
204 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
205 MD5STEP(F4, d, a, b, c, in[ 3] + 0x8f0ccc92, 10);
206 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
207 MD5STEP(F4, b, c, d, a, in[ 1] + 0x85845dd1, 21);
208 MD5STEP(F4,
[all...]
/external/libvpx/libvpx/
H A Dmd5_utils.c147 #define F4(x, y, z) (y ^ (x | ~z)) macro
218 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
219 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
220 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
221 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
222 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
223 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
224 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
225 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
226 MD5STEP(F4,
[all...]
/external/chromium_org/base/
H A Dmd5.cc55 #define F4(x, y, z) (y ^ (x | ~z)) macro
125 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
126 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
127 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
128 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
129 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
130 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
131 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
132 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
133 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dmd5.cc62 #define F4(x, y, z) (y ^ (x | ~z)) macro
132 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
133 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
134 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
135 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
136 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
137 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
138 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
139 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
140 MD5STEP(F4,
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmd5.c176 #define F4(x, y, z) (y ^ (x | ~z)) macro
253 MD5STEP(F4, a, b, c, d, in[ 0]+0xf4292244, 6);
254 MD5STEP(F4, d, a, b, c, in[ 7]+0x432aff97, 10);
255 MD5STEP(F4, c, d, a, b, in[14]+0xab9423a7, 15);
256 MD5STEP(F4, b, c, d, a, in[ 5]+0xfc93a039, 21);
257 MD5STEP(F4, a, b, c, d, in[12]+0x655b59c3, 6);
258 MD5STEP(F4, d, a, b, c, in[ 3]+0x8f0ccc92, 10);
259 MD5STEP(F4, c, d, a, b, in[10]+0xffeff47d, 15);
260 MD5STEP(F4, b, c, d, a, in[ 1]+0x85845dd1, 21);
261 MD5STEP(F4,
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-x87.cc157 typedef int (*F4)(double x); typedef
H A Dtest-assembler-ia32.cc185 typedef int (*F4)(double x); typedef
208 F4 f = FUNCTION_CAST<F4>(code->entry());
554 F4 f = FUNCTION_CAST<F4>(code->entry());
H A Dtest-assembler-x64.cc55 typedef int64_t (*F4)(int64_t* x, int64_t* y); typedef
225 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
250 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
296 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
326 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
349 int64_t result = FUNCTION_CAST<F4>(buffer)(&left, &right);
/external/clang/test/Layout/
H A Dms-x86-basic-layout.cpp652 struct F4 : A4, B { struct in inherits:A4,B
654 F4() : a(0xf00000f4) {} function in struct:F4
655 virtual void g() {printf("F4");}
659 // CHECK-NEXT: 0 | struct F4
660 // CHECK-NEXT: 0 | (F4 vftable pointer)
678 // CHECK-X64-NEXT: 0 | struct F4
679 // CHECK-X64-NEXT: 0 | (F4 vftable pointer)
837 sizeof(F4)+
/external/flac/libFLAC/
H A Dmd5.c46 #define F4(x, y, z) (y ^ (x | ~z)) macro
117 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
118 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
119 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
120 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
121 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
122 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
123 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
124 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
125 MD5STEP(F4,
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsmd5.c60 #define F4(x, y, z) (y ^ (x | ~z)) macro
128 STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
129 STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
130 STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
131 STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
132 STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
133 STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
134 STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
135 STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
136 STEP(F4,
[all...]
/external/valgrind/main/memcheck/tests/
H A Dsh-mem.c17 typedef float F4; typedef
213 DO(4, F4, U4, /*isF4*/1);
H A Dsh-mem-random.c18 typedef float F4; typedef
163 case 4: { // F4
166 *(F4*)(arr+dst) = *(F4*)(arr+src);
209 printf("counts 1/2/4/8/F4/F8: %d %d %d %d %d %d\n",
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4,
[all...]
/external/wpa_supplicant_8/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4,
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd5-internal.c194 #define F4(x, y, z) (y ^ (x | ~z)) macro
265 MD5STEP(F4, a, b, c, d, in[0] + 0xf4292244, 6);
266 MD5STEP(F4, d, a, b, c, in[7] + 0x432aff97, 10);
267 MD5STEP(F4, c, d, a, b, in[14] + 0xab9423a7, 15);
268 MD5STEP(F4, b, c, d, a, in[5] + 0xfc93a039, 21);
269 MD5STEP(F4, a, b, c, d, in[12] + 0x655b59c3, 6);
270 MD5STEP(F4, d, a, b, c, in[3] + 0x8f0ccc92, 10);
271 MD5STEP(F4, c, d, a, b, in[10] + 0xffeff47d, 15);
272 MD5STEP(F4, b, c, d, a, in[1] + 0x85845dd1, 21);
273 MD5STEP(F4,
[all...]
/external/clang/test/Parser/
H A Dcxx-class.cpp65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}} function in class:F
/external/llvm/unittests/Support/
H A DCasting.cpp115 const foo *F4 = cast<foo>(B2); local
116 EXPECT_NE(F4, null_foo);
149 // foo *F4 = dyn_cast<foo>(fub());
150 // EXPECT_EQ(F4, null_foo);
162 foo *F4 = dyn_cast_or_null<foo>(fub()); local
163 EXPECT_EQ(F4, null_foo);

Completed in 1061 milliseconds

12