/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 172 faligndata %f0, %f2, %f6 176 std %f6, [$out + 8] 250 faligndata %f0, %f2, %f6 254 std %f6, [$out + 8] 284 ldd [$inp + 24], %f6 289 faligndata %f4, %f6, %f4 290 faligndata %f6, %f8, %f6 296 aes_kexpand1 %f0, %f6, $i, %f0 301 std %f6, [ [all...] |
H A D | aesfx-sparcv9.pl | 56 ldd [$key + 0], %f6 ! round[0] 78 fxor %f0, %f6, %f0 ! ^=round[0] 80 ldd [$key + 32], %f6 ! round[2] 94 faesencx %f2, %f6, %f0 96 ldd [$key + 0], %f6 115 faesenclx %f2, %f6, %f0 130 fshiftorx %f0, %f2, %f14, %f6 134 std %f6, [$out + 8] 146 ldd [$key + 0], %f6 ! round[0] 168 fxor %f0, %f6, [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aest4-sparcv9.pl | 172 faligndata %f0, %f2, %f6 176 std %f6, [$out + 8] 250 faligndata %f0, %f2, %f6 254 std %f6, [$out + 8] 284 ldd [$inp + 24], %f6 289 faligndata %f4, %f6, %f4 290 faligndata %f6, %f8, %f6 296 aes_kexpand1 %f0, %f6, $i, %f0 301 std %f6, [ [all...] |
H A D | aesfx-sparcv9.pl | 56 ldd [$key + 0], %f6 ! round[0] 78 fxor %f0, %f6, %f0 ! ^=round[0] 80 ldd [$key + 32], %f6 ! round[2] 94 faesencx %f2, %f6, %f0 96 ldd [$key + 0], %f6 115 faesenclx %f2, %f6, %f0 130 fshiftorx %f0, %f2, %f14, %f6 134 std %f6, [$out + 8] 146 ldd [$key + 0], %f6 ! round[0] 168 fxor %f0, %f6, [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | recursiveFunctionTypes.js | 30 function f6(): typeof f6; 31 function f6(a: typeof f6): () => number; 32 function f6(a?: any) { return f6; } function 34 f6("", 3); // error (arity mismatch) 35 f6(""); // ok (function takes an any param) 36 f6(); // ok 68 function f6( [all...] |
H A D | destructuringWithLiteralInitializers.js | 30 function f6({ x = 0, y = 0 } = {}) { } function 31 f6(); 32 f6({}); 33 f6({ x: 1 }); 34 f6({ y: 1 }); 35 f6({ x: 1, y: 1 }); 103 function f6(_a) {
106 f6();
107 f6({});
108 f6({ [all...] |
H A D | contextualTypingTwoInstancesOfSameTypeParameter.js | 2 function f6<T>(x: (a: T) => T) { 5 f6(x => f6(y => x = y));
8 function f6(x) {
function 11 f6(function (x) { return f6(function (y) { return x = y; }); });
|
H A D | recursiveGenericSignatureInstantiation.js | 2 function f6<T>(x: T) { 3 return f6(x); 8 function f6(x) {
function 9 return f6(x);
|
H A D | noImplicitAnyFunctions.js | 17 function f6(x: string, y: number); 18 function f6(x: string, y: string): any; 19 function f6(x: string, y) { function 32 function f6(x, y) {
|
H A D | declFileRestParametersOfFunctionAndFunctionType.js | 7 var f6 = () => { return [<any>10]; } 23 var f6 = function () { return [10]; };
function 36 declare var f6: () => any[];
|
H A D | unionTypeCallSignatures3.js | 7 function f6(s?: string, ...n: number[]) { } function 10 var fUnion: typeof f1 | typeof f2 | typeof f3 | typeof f4 | typeof f5 | typeof f6 | typeof f7; 26 function f6(s) {
|
H A D | controlFlowTypeofObject.js | 56 function f6(x: unknown) { function 121 function f6(x) {
144 declare function f6(x: unknown): void;
|
H A D | noImplicitThisFunctions.js | 21 let f6 = function() { return () => this; }; 42 var f6 = function () {
function
|
H A D | functionWithMultipleReturnStatements.js | 49 function f6<T, U>(x: T, y:U) { 110 function f6(x, y) {
function
|
H A D | functionWithMultipleReturnStatements2.js | 40 function f6<T>(x: T) { 131 function f6(x) {
function
|
H A D | spreadObjectOrFalsy.js | 22 function f6<T extends object | undefined>(a: T) { 82 function f6(a) {
111 declare function f6<T extends object | undefined>(a: T): T;
|
H A D | stringLiteralTypeIsSubtypeOfString.js | 27 function f6(x: 'a'); 28 function f6(x: boolean); 29 function f6(x: any) { } function 111 function f6(x) { }
|
/third_party/node/deps/openssl/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 157 faligndata %f0, %f2, %f6 161 std %f6, [$out + 8] 252 faligndata %f0, %f2, %f6 256 std %f6, [$out + 8] 297 ldd [$inp + 24], %f6 302 faligndata %f4, %f6, %f4 304 faligndata %f6, %f8, %f6 309 fnot2 %f4, %f6 311 ldd [$inp + 24], %f6 [all...] |
/third_party/openssl/crypto/camellia/asm/ |
H A D | cmllt4-sparcv9.pl | 157 faligndata %f0, %f2, %f6 161 std %f6, [$out + 8] 252 faligndata %f0, %f2, %f6 256 std %f6, [$out + 8] 297 ldd [$inp + 24], %f6 302 faligndata %f4, %f6, %f4 304 faligndata %f6, %f8, %f6 309 fnot2 %f4, %f6 311 ldd [$inp + 24], %f6 [all...] |
/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 299 f6 = 0.74453627100229844977; in ff_dct32_mips_float() 333 "madd.s %[val23], %[fTmp8], %[fTmp9], %[f6] \n\t" in ff_dct32_mips_float() 334 "nmsub.s %[val24], %[fTmp8], %[fTmp9], %[f6] \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() 365 f6 = 1.16943993343288495515; in ff_dct32_mips_float() 394 "madd.s %[val20], %[fTmp8], %[fTmp9], %[f6] \n\t" in ff_dct32_mips_float() 395 "nmsub.s %[val27], %[fTmp8], %[fTmp9], %[f6] \n\t" in ff_dct32_mips_float() 419 [f4]"f"(f4), [f5]"f"(f5), [f6]" 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 | 156 MMI_LQC1($f7, $f6, %[block], 0x30) in ff_simple_idct_8_mmi() 169 IDCT_ROW_COND_DC($f6,$f7) in ff_simple_idct_8_mmi() 272 "por $f26, $f2, $f6 \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() 291 "punpcklhw $f26, $f2, $f6 \n\t" in ff_simple_idct_8_mmi() 292 "punpckhhw $f27, $f2, $f6 \n\t" in ff_simple_idct_8_mmi() 296 "punpckhwd $f6, $f26, $f28 \n\t" 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, $f6, in ff_simple_idct_8_mmi() [all...] |
/third_party/node/deps/openssl/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 149 faligndata %f0, %f2, %f6 153 std %f6, [$out + 8] 181 faligndata %f0, %f2, %f6 184 std %f6, [$ivec + 8] 371 faligndata %f0, %f2, %f6 375 std %f6, [$out + 8] 430 movxtod %o5, %f6 444 fxor %f10, %f6, %f6 452 std %f6, [ [all...] |
/third_party/openssl/crypto/perlasm/ |
H A D | sparcv9_modes.pl | 149 faligndata %f0, %f2, %f6 153 std %f6, [$out + 8] 181 faligndata %f0, %f2, %f6 184 std %f6, [$ivec + 8] 371 faligndata %f0, %f2, %f6 375 std %f6, [$out + 8] 430 movxtod %o5, %f6 444 fxor %f10, %f6, %f6 452 std %f6, [ [all...] |
/third_party/skia/src/core/ |
H A D | SkEndian.h | 173 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ 180 SK_OT_BYTE f6 : 1; \ 183 #define SK_UINT8_BITFIELD(f0, f1, f2, f3, f4, f5, f6, f7) \ 185 SK_OT_BYTE f6 : 1; \
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | nested-declarator2.c | 7 extern void f6(void (T)); 12 f6(f3); in z()
|