Home
last modified time | relevance | path

Searched refs:F2 (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DeveryTypeWithAnnotationAndInvalidInitializer.js17 function F2(x: number): boolean { return x < 42; }
24 export function F2(x: number): string { return x.toString(); }
32 export function F2(x: number): string { return x.toString(); }
47 var aFunction: typeof F = F2;
48 var anOtherFunction: (x: string) => number = F2;
53 var aFunctionInModule: typeof M.F2 = F2;
69 function F2(x) { return x < 42; } function
78 function F2(x) { return x.toString(); }
79 M.F2
[all...]
H A DifDoWhileStatements.js22 function F2(x: number): boolean { return x < 42; }
29 export function F2(x: number): string { return x.toString(); }
37 export function F2(x: number): string { return x.toString(); }
199 function F2(x) { return x < 42; } function
208 function F2(x) { return x.toString(); }
209 M.F2 = F2;
219 function F2(x) { return x.toString(); }
220 N.F2 = F2;
[all...]
H A DeveryTypeWithInitializer.js23 export function F2(x: number): string { return x.toString(); }
45 var aFunctionInModule = M.F2;
72 function F2(x) { return x.toString(); } function
73 M.F2 = F2;
89 var aFunctionInModule = M.F2;
H A DthrowStatements.js25 export function F2(x: number): string { return x.toString(); }
63 var aFunctionInModule = M.F2;
109 function F2(x) { return x.toString(); } function
110 M.F2 = F2;
143 var aFunctionInModule = M.F2;
H A DeveryTypeWithAnnotationAndInitializer.js23 export function F2(x: number): string { return x.toString(); }
47 var aFunctionInModule: typeof M.F2 = (x) => 'this is a string';
71 function F2(x) { return x.toString(); } function
72 M.F2 = F2;
H A DforStatements.js23 export function F2(x: number): string { return x.toString(); }
47 for(var aFunctionInModule: typeof M.F2 = (x) => 'this is a string';;){}
69 function F2(x) { return x.toString(); } function
70 M.F2 = F2;
H A DdeclFileGenericType.js7 export function F2<T>(x: T): C.A<C.B> { return null; }
25 export var c = C.F2;
77 function F2(x) { return null; } function
78 C.F2 = F2;
96 exports.c = C.F2;
121 function F2<T>(x: T): C.A<C.B>;
133 export declare var c: typeof C.F2;
H A DunionTypeCallSignatures4.js3 type F2 = (a: string, b?: string, c?: string) => void;
8 var f12: F1 | F2;
18 var f1234: F1 | F2 | F3 | F4;
23 var f12345: F1 | F2 | F3 | F4 | F5;
H A DoptionalParamArgsTest.js46 function F2(F2A1:number) { return F2A1; } function
65 var f2v1=F2(1);
105 F2();
109 F2(1,2);
180 function F2(F2A1) { return F2A1; }
204 var f2v1 = F2(1);
238 F2();
242 F2(1, 2);
H A DforStatementsMultipleInvalidDecl.js28 export function F2(x: number): string { return x.toString(); }
98 function F2(x) { return x.toString(); } function
99 M.F2 = F2;
H A DinvalidMultipleVariableDeclarations.js28 export function F2(x: number): string { return x.toString(); }
98 function F2(x) { return x.toString(); } function
99 M.F2 = F2;
/third_party/gn/src/base/
H A Dmd5.cc55 #define F2(x, y, z) F1(z, x, y) macro
93 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
94 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
95 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
96 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
97 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
98 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
99 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
100 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
101 MD5STEP(F2, in MD5Transform()
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMd5Sum.cpp73 #define F2(x, y, z) F1(z, x, y) macro
106 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
107 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
108 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
109 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
110 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
111 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
112 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
113 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
114 MD5STEP(F2, in MD5Transform()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5.c181 #define F2(x, y, z) F1(z, x, y) macro
220 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
221 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
222 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
223 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
224 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
225 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
226 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
227 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
228 MD5STEP(F2, in MD5Transform()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dmd5.c50 #define F2(x, y, z) F1(z, x, y) macro
91 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
92 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
93 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
94 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
95 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
96 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
97 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
98 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
99 MD5STEP(F2, in MD5Transform()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmd4-internal.c185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
236 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3); in MD4Transform()
237 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5); in MD4Transform()
238 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9); in MD4Transform()
239 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13); in MD4Transform()
240 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3); in MD4Transform()
241 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5); in MD4Transform()
242 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9); in MD4Transform()
243 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13); in MD4Transform()
244 MD4STEP(F2, in MD4Transform()
[all...]
H A Dmd5-internal.c195 #define F2(x, y, z) F1(z, x, y) macro
234 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
235 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
236 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
237 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
238 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
239 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
240 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
241 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
242 MD5STEP(F2, in MD5Transform()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dmd4-internal.c185 #define F2(x, y, z) ((x & y) | (x & z) | (y & z)) macro
236 MD4STEP(F2, a, b, c, d, in[ 0] + 0x5a827999, 3); in MD4Transform()
237 MD4STEP(F2, d, a, b, c, in[ 4] + 0x5a827999, 5); in MD4Transform()
238 MD4STEP(F2, c, d, a, b, in[ 8] + 0x5a827999, 9); in MD4Transform()
239 MD4STEP(F2, b, c, d, a, in[12] + 0x5a827999, 13); in MD4Transform()
240 MD4STEP(F2, a, b, c, d, in[ 1] + 0x5a827999, 3); in MD4Transform()
241 MD4STEP(F2, d, a, b, c, in[ 5] + 0x5a827999, 5); in MD4Transform()
242 MD4STEP(F2, c, d, a, b, in[ 9] + 0x5a827999, 9); in MD4Transform()
243 MD4STEP(F2, b, c, d, a, in[13] + 0x5a827999, 13); in MD4Transform()
244 MD4STEP(F2, in MD4Transform()
[all...]
H A Dmd5-internal.c195 #define F2(x, y, z) F1(z, x, y) macro
234 MD5STEP(F2, a, b, c, d, in[1] + 0xf61e2562, 5); in MD5Transform()
235 MD5STEP(F2, d, a, b, c, in[6] + 0xc040b340, 9); in MD5Transform()
236 MD5STEP(F2, c, d, a, b, in[11] + 0x265e5a51, 14); in MD5Transform()
237 MD5STEP(F2, b, c, d, a, in[0] + 0xe9b6c7aa, 20); in MD5Transform()
238 MD5STEP(F2, a, b, c, d, in[5] + 0xd62f105d, 5); in MD5Transform()
239 MD5STEP(F2, d, a, b, c, in[10] + 0x02441453, 9); in MD5Transform()
240 MD5STEP(F2, c, d, a, b, in[15] + 0xd8a1e681, 14); in MD5Transform()
241 MD5STEP(F2, b, c, d, a, in[4] + 0xe7d3fbc8, 20); in MD5Transform()
242 MD5STEP(F2, in MD5Transform()
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dsse-instr.h44 V(pslld, 66, 0F, F2) \
76 V(sqrtsd, F2, 0F, 51) \
77 V(addsd, F2, 0F, 58) \
78 V(mulsd, F2, 0F, 59) \
79 V(cvtsd2ss, F2, 0F, 5A) \
80 V(subsd, F2, 0F, 5C) \
81 V(minsd, F2, 0F, 5D) \
82 V(divsd, F2, 0F, 5E) \
83 V(maxsd, F2, 0F, 5F)
/third_party/typescript/tests/baselines/reference/extractConstant/
H A DextractConstant_StatementInsertionPosition5.js5 function F2(x = /*[#|*/2 + 1/*|]*/) {
15 function F2(x = /*RENAME*/newLocal) {
25 function F2(x = /*RENAME*/newLocal) {
34 function F2(x = /*RENAME*/newLocal) {
/third_party/node/deps/openssl/openssl/crypto/cast/asm/
H A Dcast-586.pl39 @F2=("xor","sub","add");
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
105 &E_CAST(10,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
112 &E_CAST(13,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
118 &E_CAST(13,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
122 &E_CAST(10,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
125 &E_CAST( 7,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
128 &E_CAST( 4,$S,$R,$L,$K,@F2,
[all...]
/third_party/openssl/crypto/cast/asm/
H A Dcast-586.pl39 @F2=("xor","sub","add");
96 &E_CAST( 1,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
99 &E_CAST( 4,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
102 &E_CAST( 7,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
105 &E_CAST(10,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
112 &E_CAST(13,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
118 &E_CAST(13,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
122 &E_CAST(10,$S,$R,$L,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
125 &E_CAST( 7,$S,$L,$R,$K,@F2,$tmp1,$tmp2,$tmp3,$tmp4);
128 &E_CAST( 4,$S,$R,$L,$K,@F2,
[all...]
/third_party/mksh/
H A Dexprtok.h31 #define F2(enum) enum, macro
48 #ifndef F2
49 #define F2(enum) /* nothing */ macro
109 F1(VAR) /*XXX should be F2 */
110 F2(LIT)
111 F2(END)
117 #undef F2 macro
/third_party/node/deps/v8/src/codegen/x64/
H A Dsse-instr.h114 V(pslld, 66, 0F, F2) \
144 V(sqrtsd, F2, 0F, 51) \
145 V(addsd, F2, 0F, 58) \
146 V(mulsd, F2, 0F, 59) \
147 V(cvtsd2ss, F2, 0F, 5A) \
148 V(subsd, F2, 0F, 5C) \
149 V(minsd, F2, 0F, 5D) \
150 V(divsd, F2, 0F, 5E) \
151 V(maxsd, F2, 0F, 5F)

Completed in 8 milliseconds

1234