Searched defs:F3 (Results 26 - 47 of 47) sorted by relevance

12

/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dmd4-internal.c183 #define F3(x, y, z) (x ^ y ^ z) macro
250 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3);
251 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9);
252 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11);
253 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15);
254 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3);
255 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9);
256 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11);
257 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15);
258 MD4STEP(F3,
[all...]
H A Dmd5-internal.c193 #define F3(x, y, z) (x ^ y ^ z) macro
248 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4);
249 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11);
250 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16);
251 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23);
252 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4);
253 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11);
254 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16);
255 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23);
256 MD5STEP(F3,
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-ia32.cc155 typedef int (*F3)(float x); typedef
178 F3 f = FUNCTION_CAST<F3>(code->entry());
H A Dtest-assembler-x64.cc54 typedef int (*F3)(double x); typedef
697 F3 f = FUNCTION_CAST<F3>(code->entry());
H A Dtest-assembler-arm.cc43 typedef Object* (*F3)(void* p0, int p1, int p2, int p3, int p4); typedef
195 F3 f = FUNCTION_CAST<F3>(code->entry());
319 F3 f = FUNCTION_CAST<F3>(code->entry());
983 F3 f = FUNCTION_CAST<F3>(code->entry());
1111 F3 f = FUNCTION_CAST<F3>(code->entry());
1184 F3
[all...]
H A Dtest-assembler-mips.cc44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4); typedef
310 F3 f = FUNCTION_CAST<F3>(code->entry());
387 F3 f = FUNCTION_CAST<F3>(code->entry());
450 F3 f = FUNCTION_CAST<F3>(code->entry());
520 F3 f = FUNCTION_CAST<F3>(code->entry());
613 F3
[all...]
H A Dtest-assembler-mips64.cc44 typedef Object* (*F3)(void* p, int p1, int p2, int p3, int p4); typedef
322 F3 f = FUNCTION_CAST<F3>(code->entry());
399 F3 f = FUNCTION_CAST<F3>(code->entry());
465 F3 f = FUNCTION_CAST<F3>(code->entry());
535 F3 f = FUNCTION_CAST<F3>(code->entry());
615 F3
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dinline-arguments.js63 function F3(x, y) { function
74 F3(true, false);
/external/clang/test/Parser/
H A Dcxx-class.cpp64 typedef int F3() { return 0; } // expected-error{{function definition declared 'typedef'}} function in class:F
/external/llvm/unittests/Support/
H A DCasting.cpp113 const foo *F3 = cast<foo>(B2); local
114 EXPECT_NE(F3, null_foo);
146 const foo *F3 = dyn_cast<foo>(B4); local
147 EXPECT_NE(F3, null_foo);
160 const foo *F3 = dyn_cast_or_null<foo>(B4); local
161 EXPECT_NE(F3, null_foo);
/external/skia/gm/
H A Ddashing.cpp402 static skiagm::GM* F3(void*) { return new Dashing4GM; } function
407 static skiagm::GMRegistry gR3(F3);
/external/ceres-solver/internal/ceres/
H A Dsystem_test.cc224 new AutoDiffCostFunction<F3, 1, 1, 1>(new F3), NULL, &x_[1], &x_[2]);
259 class F3 { class in class:ceres::internal::PowellsFunction
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_noise.c324 #define F3 0.333333333f macro
330 float s = (x + y + z) * F3; /* Very nice and simple skew factor for 3D */
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c324 #define F3 0.333333333f macro
330 float s = (x + y + z) * F3; /* Very nice and simple skew factor for 3D */
/external/clang/test/Misc/
H A Ddiag-template-diffing.cpp640 Foo1<2> F2, F3; local
643 F2 = F3;
644 F3 = F2;
690 Foo2<> F2, F3; local
693 F2 = F3;
694 F3 = F2;
739 Foo3<2, 1> F2, F3; local
742 F2 = F3;
743 F3 = F2;
/external/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp1167 Function *F3 = cast<Function>(*K); local
1168 int Res3 = FunctionComparator(DL, F1, F3).compare();
1169 int Res4 = FunctionComparator(DL, F2, F3).compare();
1174 // F1 > F2, F2 > F3 => F1 > F3
1177 // F1 > F3, F3 > F2 => F1 > F2
1180 // F2 > F3, F3 > F1 => F2 > F1
1191 F3
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c139 #define F3(x, y, z) (x ^ y ^ z) macro
193 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
194 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
195 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
196 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
197 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
198 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
199 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
200 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
201 MD5STEP(F3,
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c3120 #define F3(x, y, z) (x ^ y ^ z) macro
3174 MD5STEP(F3, a, b, c, d, in[ 5]+0xfffa3942, 4);
3175 MD5STEP(F3, d, a, b, c, in[ 8]+0x8771f681, 11);
3176 MD5STEP(F3, c, d, a, b, in[11]+0x6d9d6122, 16);
3177 MD5STEP(F3, b, c, d, a, in[14]+0xfde5380c, 23);
3178 MD5STEP(F3, a, b, c, d, in[ 1]+0xa4beea44, 4);
3179 MD5STEP(F3, d, a, b, c, in[ 4]+0x4bdecfa9, 11);
3180 MD5STEP(F3, c, d, a, b, in[ 7]+0xf6bb4b60, 16);
3181 MD5STEP(F3, b, c, d, a, in[10]+0xbebfbc70, 23);
3182 MD5STEP(F3,
[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/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 ...

Completed in 396 milliseconds

12