Home
last modified time | relevance | path

Searched refs:F3 (Results 1 – 25 of 163) sorted by relevance

1234567

/external/antlr/antlr-3.4/runtime/C/
DCvs2005.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "C", "Cvs2005.vcproj", "{0F0FE03A-78F3-4B34-9DC…
29 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.ActiveCfg = Debug|Win32
30 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.Build.0 = Debug|Win32
31 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.ActiveCfg = Debug|x64
32 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.Build.0 = Debug|x64
33 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32
34 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.Build.0 = DebugDLL|Win32
35 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
36 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.Build.0 = DebugDLL|x64
37 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Deployment|Win32.ActiveCfg = DebugDLL|Win32
[all …]
DC.sln3 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "C", "C.vcproj", "{0F0FE03A-78F3-4B34-9DCE-0CDF…
29 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.ActiveCfg = Debug|Win32
30 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|Win32.Build.0 = Debug|Win32
31 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.ActiveCfg = Debug|x64
32 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Debug|x64.Build.0 = Debug|x64
33 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.ActiveCfg = DebugDLL|Win32
34 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|Win32.Build.0 = DebugDLL|Win32
35 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.ActiveCfg = DebugDLL|x64
36 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.DebugDLL|x64.Build.0 = DebugDLL|x64
37 {0F0FE03A-78F3-4B34-9DCE-0CDFF1FB5C40}.Deployment|Win32.ActiveCfg = DebugDLL|Win32
[all …]
/external/compiler-rt/test/asan/TestCases/Posix/
Dcoverage-direct-large.cc32 #define F3(Q, x) \ macro
36 F3(Q, x##0) F3(Q, x##1) F3(Q, x##2) F3(Q, x##3) F3(Q, x##4) F3(Q, x##5) \
37 F3(Q, x##6) F3(Q, x##7) F3(Q, x##8) F3(Q, x##9)
/external/fio/crc/
Dmd5.c51 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in md5_transform()
52 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in md5_transform()
53 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in md5_transform()
54 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in md5_transform()
55 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in md5_transform()
56 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in md5_transform()
57 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in md5_transform()
58 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in md5_transform()
59 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in md5_transform()
60 MD5STEP(F3, d, a, b, c, in[0] + 0xeaa127fa, 11); in md5_transform()
[all …]
/external/wpa_supplicant_8/src/crypto/
Dmd4-internal.c183 #define F3(x, y, z) (x ^ y ^ z) macro
250 MD4STEP(F3, a, b, c, d, in[ 0] + 0x6ed9eba1, 3); in MD4Transform()
251 MD4STEP(F3, d, a, b, c, in[ 8] + 0x6ed9eba1, 9); in MD4Transform()
252 MD4STEP(F3, c, d, a, b, in[ 4] + 0x6ed9eba1, 11); in MD4Transform()
253 MD4STEP(F3, b, c, d, a, in[12] + 0x6ed9eba1, 15); in MD4Transform()
254 MD4STEP(F3, a, b, c, d, in[ 2] + 0x6ed9eba1, 3); in MD4Transform()
255 MD4STEP(F3, d, a, b, c, in[10] + 0x6ed9eba1, 9); in MD4Transform()
256 MD4STEP(F3, c, d, a, b, in[ 6] + 0x6ed9eba1, 11); in MD4Transform()
257 MD4STEP(F3, b, c, d, a, in[14] + 0x6ed9eba1, 15); in MD4Transform()
258 MD4STEP(F3, a, b, c, d, in[ 1] + 0x6ed9eba1, 3); in MD4Transform()
[all …]
Dmd5-internal.c193 #define F3(x, y, z) (x ^ y ^ z) macro
248 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
249 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
250 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
251 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
252 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
253 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
254 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
255 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
256 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform()
[all …]
/external/google-breakpad/src/common/
Dmd5.cc155 #define F3(x, y, z) (x ^ y ^ z) macro
210 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
211 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
212 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
213 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
214 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
215 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
216 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
217 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
218 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform()
[all …]
/external/openssh/openbsd-compat/
Dmd5.c144 #define F3(x, y, z) (x ^ y ^ z) macro
212 MD5STEP(F3, a, b, c, d, in[ 5] + 0xfffa3942, 4); in MD5Transform()
213 MD5STEP(F3, d, a, b, c, in[ 8] + 0x8771f681, 11); in MD5Transform()
214 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
215 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
216 MD5STEP(F3, a, b, c, d, in[ 1] + 0xa4beea44, 4); in MD5Transform()
217 MD5STEP(F3, d, a, b, c, in[ 4] + 0x4bdecfa9, 11); in MD5Transform()
218 MD5STEP(F3, c, d, a, b, in[ 7] + 0xf6bb4b60, 16); in MD5Transform()
219 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
220 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform()
[all …]
Drmd160.c79 #define F3(x, y, z) (((x) & (z)) | ((y) & (~z))) macro
240 R(c, d, e, a, b, F3, K3, 11, 1); in RMD160Transform()
241 R(b, c, d, e, a, F3, K3, 12, 9); in RMD160Transform()
242 R(a, b, c, d, e, F3, K3, 14, 11); in RMD160Transform()
243 R(e, a, b, c, d, F3, K3, 15, 10); in RMD160Transform()
244 R(d, e, a, b, c, F3, K3, 14, 0); in RMD160Transform()
245 R(c, d, e, a, b, F3, K3, 15, 8); in RMD160Transform()
246 R(b, c, d, e, a, F3, K3, 9, 12); in RMD160Transform()
247 R(a, b, c, d, e, F3, K3, 8, 4); in RMD160Transform()
248 R(e, a, b, c, d, F3, K3, 9, 13); in RMD160Transform()
[all …]
/external/libvpx/libvpx/
Dmd5_utils.c146 #define F3(x, y, z) (x ^ y ^ z) macro
201 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5Transform()
202 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5Transform()
203 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5Transform()
204 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5Transform()
205 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5Transform()
206 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5Transform()
207 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5Transform()
208 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5Transform()
209 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5Transform()
[all …]
/external/llvm/test/CodeGen/Mips/
Dselect.ll205 ; 32-DAG: mtc1 $7, $[[F3:f[0-9]+]]
206 ; 32: c.eq.s $[[F2]], $[[F3]]
211 ; 32R2-DAG: mtc1 $7, $[[F3:f[0-9]+]]
212 ; 32R2: c.eq.s $[[F2]], $[[F3]]
217 ; 32R6-DAG: mtc1 $7, $[[F3:f[0-9]+]]
218 ; 32R6: cmp.eq.s $[[CC:f0]], $[[F2]], $[[F3]]
242 ; 32-DAG: mtc1 $7, $[[F3:f[0-9]+]]
243 ; 32: c.olt.s $[[F2]], $[[F3]]
248 ; 32R2-DAG: mtc1 $7, $[[F3:f[0-9]+]]
249 ; 32R2: c.olt.s $[[F2]], $[[F3]]
[all …]
/external/skia/src/utils/
DSkSHA1.cpp102 struct F3 { uint32_t operator()(uint32_t B, uint32_t C, uint32_t D) { in operator ()() argument
195 operation(F3(), A, B, C, D, E, W[40], K[2]); in transform()
196 operation(F3(), E, A, B, C, D, W[41], K[2]); in transform()
197 operation(F3(), D, E, A, B, C, W[42], K[2]); in transform()
198 operation(F3(), C, D, E, A, B, W[43], K[2]); in transform()
199 operation(F3(), B, C, D, E, A, W[44], K[2]); in transform()
200 operation(F3(), A, B, C, D, E, W[45], K[2]); in transform()
201 operation(F3(), E, A, B, C, D, W[46], K[2]); in transform()
202 operation(F3(), D, E, A, B, C, W[47], K[2]); in transform()
203 operation(F3(), C, D, E, A, B, W[48], K[2]); in transform()
[all …]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsmd5.c59 #define F3(x, y, z) (x ^ y ^ z) macro
111 STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in MD5_Transform()
112 STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in MD5_Transform()
113 STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in MD5_Transform()
114 STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in MD5_Transform()
115 STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in MD5_Transform()
116 STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in MD5_Transform()
117 STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in MD5_Transform()
118 STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in MD5_Transform()
119 STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in MD5_Transform()
[all …]
/external/flac/libFLAC/
Dmd5.c42 #define F3(x, y, z) (x ^ y ^ z) macro
97 MD5STEP(F3, a, b, c, d, in[5] + 0xfffa3942, 4); in FLAC__MD5Transform()
98 MD5STEP(F3, d, a, b, c, in[8] + 0x8771f681, 11); in FLAC__MD5Transform()
99 MD5STEP(F3, c, d, a, b, in[11] + 0x6d9d6122, 16); in FLAC__MD5Transform()
100 MD5STEP(F3, b, c, d, a, in[14] + 0xfde5380c, 23); in FLAC__MD5Transform()
101 MD5STEP(F3, a, b, c, d, in[1] + 0xa4beea44, 4); in FLAC__MD5Transform()
102 MD5STEP(F3, d, a, b, c, in[4] + 0x4bdecfa9, 11); in FLAC__MD5Transform()
103 MD5STEP(F3, c, d, a, b, in[7] + 0xf6bb4b60, 16); in FLAC__MD5Transform()
104 MD5STEP(F3, b, c, d, a, in[10] + 0xbebfbc70, 23); in FLAC__MD5Transform()
105 MD5STEP(F3, a, b, c, d, in[13] + 0x289b7ec6, 4); in FLAC__MD5Transform()
[all …]
/external/bison/src/
Duniqstr.h80 #define UNIQSTR_GEN_FORMAT(F1, F2, F3, F4, F5, \ argument
91 #define UNIQSTR_GEN_FORMAT_(F1, F2, F3, F4, F5, \ argument
95 F1 F2 F3 F4 F5 F6 F7 F8 F9 F10 \
/external/valgrind/VEX/orig_x86/
Dfpu_mmx_sse.orig336 . FC 8B B5 FC FE FF FF B9 0C 00 00 00 8D BB 2D F0 FF FF F3 A6
339 . F3 A6
351 . FC 8B B5 FC FE FF FF B9 07 00 00 00 8D BB 69 ED FF FF F3 A6
357 . FC 8B B5 FC FE FF FF B9 07 00 00 00 8D BB CF ED FF FF F3 A6
360 . F3 A6
438 . F3 A4
624 . F3 A4
711 . F7 D8 83 E0 03 29 C1 91 F3 A4
723 . 83 C1 20 8B 44 24 0C F3 A4
828 . F7 D8 83 E0 03 29 C1 91 F3 A4
[all …]
/external/llvm/lib/Target/Sparc/
DSparcInstrFormats.td103 class F3<dag outs, dag ins, string asmstr, list<dag> pattern>
114 // Specific F3 classes: SparcV8 manual, page 44
117 string asmstr, list<dag> pattern> : F3<outs, ins, asmstr, pattern> {
133 string asmstr, list<dag> pattern> : F3<outs, ins, asmstr, pattern> {
145 string asmstr, list<dag> pattern> : F3<outs, ins, asmstr, pattern> {
157 string asmstr, list<dag> pattern> : F3<outs, ins, asmstr, pattern> {
170 string asmstr, list<dag> pattern> : F3<outs, ins, asmstr, pattern> {
182 string asmstr, list<dag> pattern> : F3<outs, ins, asmstr, pattern> {
196 string asmstr, list<dag> pattern> : F3<outs, ins, asmstr, pattern> {
303 list<dag> pattern>: F3<outs, ins, asmstr, pattern> {
/external/llvm/unittests/Support/
DCasting.cpp113 const foo *F3 = cast<foo>(B2); in TEST() local
114 EXPECT_NE(F3, null_foo); in TEST()
146 const foo *F3 = dyn_cast<foo>(B4); in TEST() local
147 EXPECT_NE(F3, null_foo); in TEST()
160 const foo *F3 = dyn_cast_or_null<foo>(B4); in TEST() local
161 EXPECT_NE(F3, null_foo); in TEST()
/external/ceres-solver/examples/
Dpowell.cc78 struct F3 { struct
120 problem.AddResidualBlock(new AutoDiffCostFunction<F3, 1, 1, 1>(new F3), in main()
/external/clang/test/Misc/
Ddiag-template-diffing.cpp640 Foo1<2> F2, F3; in Play1() local
643 F2 = F3; in Play1()
644 F3 = F2; in Play1()
690 Foo2<> F2, F3; in Play2() local
693 F2 = F3; in Play2()
694 F3 = F2; in Play2()
739 Foo3<2, 1> F2, F3; in Play3() local
742 F2 = F3; in Play3()
743 F3 = F2; in Play3()
/external/v8/test/mjsunit/
Ddebug-function-scopes.js57 var F3 = function(a, b) { class in f1.F2
63 return F3(4, 5);
92 return (function F3() { class in f3.F2
/external/clang/test/Layout/
Dms-x86-basic-layout.cpp621 struct F3 : A4, virtual A16f { struct
623 F3() : a(0xf00000f3) {} in F3() function
866 sizeof(F3)+
/external/icu/icu4c/source/data/unidata/norm2/
Dnfkc.txt47 01F3>0064 007A
643 2F6F>77F3
664 2F84>81F3
711 2FB3>97F3
929 3243>0028 81F3 0029
1021 32A8>53F3
1096 32F3>30E4
1110 3302>30A2 30F3 30DA 30A2
1112 3304>30A4 30CB 30F3 30B0
1113 3305>30A4 30F3 30C1
[all …]
/external/v8/test/cctest/
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()); in TEST()
399 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
465 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
535 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
615 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
711 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
834 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
969 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
1072 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
[all …]
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()); in TEST()
387 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
450 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
520 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
613 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
709 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
806 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
935 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
1061 F3 f = FUNCTION_CAST<F3>(code->entry()); in TEST()
[all …]

1234567