/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 142 aes_eround01 %f12, %f0, %f2, %f4 147 aes_eround01 %f16, %f4, %f2, %f0 148 aes_eround23 %f18, %f4, %f2, %f2 155 aes_eround01 %f12, %f0, %f2, %f4 157 aes_eround01_l %f16, %f4, %f2, %f0 158 aes_eround23_l %f18, %f4, %f2, %f2 171 faligndata %f0, %f0, %f4 175 stda %f4, [$out + $mask]0xc0 ! partial store 220 aes_dround01 %f12, %f0, %f2, %f4 225 aes_dround01 %f16, %f4, [all...] |
H A D | aesfx-sparcv9.pl | 70 ldd [$inp + 16], %f4 72 fshiftorx %f2, %f4, %f14, %f2 86 fmovd %f0, %f4 88 faesencx %f4, %f12, %f2 93 fmovd %f0, %f4 95 faesencx %f4, %f8, %f2 109 fmovd %f0, %f4 111 faesencx %f4, %f12, %f2 114 fmovd %f0, %f4 116 faesenclx %f4, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 142 aes_eround01 %f12, %f0, %f2, %f4 147 aes_eround01 %f16, %f4, %f2, %f0 148 aes_eround23 %f18, %f4, %f2, %f2 155 aes_eround01 %f12, %f0, %f2, %f4 157 aes_eround01_l %f16, %f4, %f2, %f0 158 aes_eround23_l %f18, %f4, %f2, %f2 171 faligndata %f0, %f0, %f4 175 stda %f4, [$out + $mask]0xc0 ! partial store 220 aes_dround01 %f12, %f0, %f2, %f4 225 aes_dround01 %f16, %f4, [all...] |
H A D | aesfx-sparcv9.pl | 70 ldd [$inp + 16], %f4 72 fshiftorx %f2, %f4, %f14, %f2 86 fmovd %f0, %f4 88 faesencx %f4, %f12, %f2 93 fmovd %f0, %f4 95 faesencx %f4, %f8, %f2 109 fmovd %f0, %f4 111 faesencx %f4, %f12, %f2 114 fmovd %f0, %f4 116 faesenclx %f4, [all...] |
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 140 camellia_f %f20, %f2, %f0, %f4 141 camellia_f %f22, %f0, %f4, %f2 142 fxor %f24, %f4, %f0 156 faligndata %f0, %f0, %f4 160 stda %f4, [$out + $mask]0xc0 ! partial store 235 camellia_f %f20, %f2, %f0, %f4 236 camellia_f %f22, %f0, %f4, %f2 237 fxor %f26, %f4, %f0 251 faligndata %f0, %f0, %f4 255 stda %f4, [ [all...] |
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 140 camellia_f %f20, %f2, %f0, %f4 141 camellia_f %f22, %f0, %f4, %f2 142 fxor %f24, %f4, %f0 156 faligndata %f0, %f0, %f4 160 stda %f4, [$out + $mask]0xc0 ! partial store 235 camellia_f %f20, %f2, %f0, %f4 236 camellia_f %f22, %f0, %f4, %f2 237 fxor %f26, %f4, %f0 251 faligndata %f0, %f0, %f4 255 stda %f4, [ [all...] |
/third_party/ltp/testcases/kernel/fs/mongo/ |
H A D | mongo_compare.c | 20 FILE *f4; variable 96 if ((f4 = fopen(out2, "wr")) == NULL) { in main() 101 write_html_head(f4); in main() 119 fprintf(f4, "</table>\n<table BORDER NOSAVE >\n"); in main() 120 fprintf(f4, "<tr BGCOLOR=\"#CCFFFF\" NOSAVE>"); in main() 121 fprintf(f4, "<td NOSAVE>\n"); in main() 128 fprintf(f4, "</td><td>\n"); in main() 130 fprintf(f4, "<tt>%s</tt><br>\n", tmp_str[k]); in main() 132 fprintf(f4, in main() 139 fprintf(f4, in main() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | requiredInitializedParameter1.js | 5 function f4(a, b = 0, ...c) { } function 10 f4(0, 1, 2); 15 f4(0, 1); 20 f4(0);
33 function f4(a, b) {
43 f4(0, 1, 2);
47 f4(0, 1);
51 f4(0);
|
H A D | unionTypeCallSignatures6.js | 34 f4: F3 | F5; 40 x1.f4(); // error 43 f4: F3 | F5; 45 x2.f4(); 55 declare var f4: F6 | F7; 56 f4(); // error 66 x1.f4(); // error
67 x2.f4();
69 f4(); // error
|
H A D | strictFunctionTypesErrors.js | 8 declare let f4: (x: string) => string; 12 f1 = f4; // Error 16 f2 = f4; // Error 20 f3 = f4; // Ok 22 f4 = f1; // Error 23 f4 = f2; // Ok 24 f4 = f3; // Error 164 f1 = f4; // Error
167 f2 = f4; // Error
170 f3 = f4; // O [all...] |
H A D | assignmentCompatWithOverloads.js | 8 function f4(x: string): string; 10 function f4(x: number): number; 12 function f4(x: any): any { return undefined; } 22 g = f4; // Error 37 function f4(x) { return undefined; }
function 42 g = f4; // Error
|
H A D | neverTypeErrors1.js | 21 function f4(): never { 24 for (const n of f4()) {} 25 for (const n in f4()) {} 67 function f4() {
function 69 for (var _i = 0, _a = f4(); _i < _a.length; _i++) {
72 for (var n in f4()) { }
|
H A D | neverTypeErrors2.js | 21 function f4(): never { 24 for (const n of f4()) {} 25 for (const n in f4()) {} 67 function f4() {
function 69 for (var _i = 0, _a = f4(); _i < _a.length; _i++) {
72 for (var n in f4()) { }
|
H A D | recursiveFunctionTypes.js | 25 var f4: () => typeof f4; variable 26 f4 = 3; // error 65 var f4;
variable 66 f4 = 3; // error
|
H A D | unionTypeInference.js | 28 declare function f4<T>(x: string & T): T; 30 const d1 = f4("abc"); 31 const d2 = f4(s); 32 const d3 = f4(42); // Error 95 const d1 = f4("abc");
96 const d2 = f4(s);
97 const d3 = f4(42); // Error
|
H A D | instanceofOperatorWithRHSIsSubtypeOfFunction.js | 8 var f4: { new (): number }; 13 var r4 = x instanceof f4; 22 var f4;
variable 26 var r4 = x instanceof f4;
|
H A D | typeGuardsInFunction.js | 84 function f4() { function 88 strOrNum = typeof f4() === "string" && f4(); // string | number
161 function f4() {
165 strOrNum = typeof f4() === "string" && f4(); // string | number
|
H A D | commentsOverloads.js | 27 function f4(/**param a*/a: number): number; 29 function f4(b: string): number; 30 function f4(aOrb: any) { function 33 f4("hello"); 34 f4(10); 194 function f4(aOrb) {
197 f4("hello");
198 f4(10);
273 declare function f4(/**param a*/ a: number): number;
275 declare function f4( [all...] |
H A D | collisionRestParameterFunctionExpressions.js | 16 function f4(_i: number, ...rest); // no codegen no error 17 function f4(_i: string, ...rest); // no codegen no error 18 function f4(_i: any, ...rest) { // error 49 function f4(_i) {
|
H A D | collisionRestParameterFunction.js | 20 function f4(_i: number, ...rest); // no codegen no error 21 function f4(_i: string, ...rest); // no codegen no error 22 function f4(_i: any, ...rest) { // error function 58 function f4(_i) {
|
H A D | destructuringWithLiteralInitializers.js | 19 function f4({ x, y } = { x: 0, y: 0 }) { } function 20 f4(); 21 f4({ x: 1, y: 1 }); 90 function f4(_a) {
93 f4();
94 f4({ x: 1, y: 1 });
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | mpegaudiodsp_mips_float.c | 292 float f1, f2, f3, f4, f5, f6, f7; in ff_dct32_mips_float() local 297 f4 = 5.10114861868916385802; in ff_dct32_mips_float() 332 "mul.s %[val8], %[val8], %[f4] \n\t" in ff_dct32_mips_float() 339 "mul.s %[val24], %[val24], %[f4] \n\t" in ff_dct32_mips_float() 356 [f4]"f"(f4), [f5]"f"(f5), [f6]"f"(f6), [f7]"f"(f7) in ff_dct32_mips_float() 363 f4 = 0.78815462345125022473; in ff_dct32_mips_float() 396 "mul.s %[val11], %[val11], %[f4] \n\t" in ff_dct32_mips_float() 400 "mul.s %[val27], %[val27], %[f4] \n\t" in ff_dct32_mips_float() 419 [f4]" in ff_dct32_mips_float() 801 float f1, f2, f3, f4, f5, f6, f7, f8, f9; imdct36_mips_float() local [all...] |
H A D | simple_idct_mmi.c | 155 MMI_LQC1($f5, $f4, %[block], 0x20) in ff_simple_idct_8_mmi() 168 IDCT_ROW_COND_DC($f4,$f5) in ff_simple_idct_8_mmi() 263 "punpcklhw $f26, $f0, $f4 \n\t" in ff_simple_idct_8_mmi() 264 "punpckhhw $f27, $f0, $f4 \n\t" in ff_simple_idct_8_mmi() 268 "punpckhwd $f4, $f26, $f28 \n\t" in ff_simple_idct_8_mmi() 280 /* col1: $f4: col[25,17,9,1]; $f6: col[57,49,41,33] */ in ff_simple_idct_8_mmi() 281 IDCT_COL_CASE1($f4, $f4, $f6) in ff_simple_idct_8_mmi() 302 /* col1: $f4: col[25,17,9,1]; $f6: col[57,49,41,33] */ in ff_simple_idct_8_mmi() 303 IDCT_COL_CASE2($f4, in ff_simple_idct_8_mmi() [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 61 ldd [$ivec + 16], %f4 63 faligndata %f2, %f4, %f2 148 faligndata %f0, %f0, %f4 ! handle unaligned output 152 stda %f4, [$out + $omask]0xc0 ! partial store 180 faligndata %f0, %f0, %f4 183 stda %f4, [$ivec + $omask]0xc0 370 faligndata %f0, %f0, %f4 ! handle unaligned output 374 stda %f4, [$out + $omask]0xc0 ! partial store 429 movxtod %o4, %f4 443 fxor %f8, %f4, [all...] |
/third_party/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 61 ldd [$ivec + 16], %f4 63 faligndata %f2, %f4, %f2 148 faligndata %f0, %f0, %f4 ! handle unaligned output 152 stda %f4, [$out + $omask]0xc0 ! partial store 180 faligndata %f0, %f0, %f4 183 stda %f4, [$ivec + $omask]0xc0 370 faligndata %f0, %f0, %f4 ! handle unaligned output 374 stda %f4, [$out + $omask]0xc0 ! partial store 429 movxtod %o4, %f4 443 fxor %f8, %f4, [all...] |