Searched defs:F4 (Results 1 - 25 of 37) sorted by last modified time

12

/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/valgrind/main/memcheck/tests/
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",
H A Dsh-mem.c17 typedef float F4; typedef
213 DO(4, F4, U4, /*isF4*/1);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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/mesa3d/src/mesa/program/
H A Dprog_noise.c481 #define F4 0.309016994f /* F4 = (Math.sqrt(5.0)-1.0)/4.0 */ macro
487 float s = (x + y + z + w) * F4; /* Factor for 4D skewing */
/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);
/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/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/fio/crc/
H A Dmd5.h14 #define F4(x, y, z) (y ^ (x | ~z)) macro
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/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/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/clang/test/Parser/
H A Dcxx-class.cpp65 typedef void F4() {} // expected-error{{function definition declared 'typedef'}} function in class:F
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm.cc44 typedef Object* (*F4)(void* p0, void* p1, int p2, int p3, int p4); typedef
672 F4 fn = FUNCTION_CAST<F4>(code->entry());
782 F4 fn = FUNCTION_CAST<F4>(code->entry());
888 F4 fn = FUNCTION_CAST<F4>(code->entry());
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);
H A Dtest-assembler-x87.cc157 typedef int (*F4)(double x); typedef
/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);

Completed in 3874 milliseconds

12