Home
last modified time | relevance | path

Searched refs:l4 (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/openssl/crypto/aes/asm/
Daes-sparcv9.pl66 $t0="%l4";
559 ldub [%i0+4],%l4
563 sll %l4,24,%l4
571 or %l5,%l4,%l4
575 or %l4,%l6,%o1
581 ldub [%i0+12],%l4
585 sll %l4,24,%l4
593 or %l5,%l4,%l4
595 or %l4,%l6,%o3
608 srl %o1,24,%l4
[all …]
/third_party/typescript/tests/baselines/reference/
DletDeclarations.js4 let l3, l4, l5 :string, l6; variable
18 let l3, l4, l5, l6; variable
29 declare let l3: any, l4: any, l5: string, l6: any;
DcapturedLetConstInLoop7_ES6.js95 l4:
104 break l4;
110 continue l4;
462 l4: for (let y = 0; y < 1; ++y) {
470 break l4;
476 continue l4;
DletDeclarations-es5-1.symbols8 let l3, l4, l5 :string, l6;
10 >l4 : Symbol(l4, Decl(letDeclarations-es5-1.ts, 2, 11))
DletDeclarations.symbols8 let l3, l4, l5 :string, l6;
10 >l4 : Symbol(l4, Decl(letDeclarations.ts, 2, 7))
DletDeclarations-es5.symbols8 let l3, l4, l5 :string, l6;
10 >l4 : Symbol(l4, Decl(letDeclarations-es5.ts, 2, 7))
DcapturedLetConstInLoop7.js95 l4:
104 break l4;
110 continue l4;
525 l4: for (var y = 0; y < 1; ++y) {
530 case "break-l4": break l4;
531 case "continue-l4": continue l4;
DletDeclarations-invalidContexts.symbols16 let l4 = 0;
17 >l4 : Symbol(l4, Decl(letDeclarations-invalidContexts.ts, 10, 7))
DsuperAccess.symbols26 …var l4 = super.S2; // Expected => Error: Only public instance methods of the base class are acc…
27 >l4 : Symbol(l4, Decl(superAccess.ts, 9, 11))
DletDeclarations-es5-1.js4 let l3, l4, l5 :string, l6; variable
12 var l3, l4, l5, l6; variable
DletDeclarations-es5.js4 let l3, l4, l5 :string, l6; variable
18 var l3, l4, l5, l6; variable
DletDeclarations-invalidContexts.js12 let l4 = 0; variable
44 let l4 = 0;
DletDeclarations-es5-1.types8 let l3, l4, l5 :string, l6;
10 >l4 : any
DletDeclarations.types8 let l3, l4, l5 :string, l6;
10 >l4 : any
DletDeclarations-es5.types8 let l3, l4, l5 :string, l6;
10 >l4 : any
DsuperAccess.js11 …var l4 = super.S2; // Expected => Error: Only public instance methods of the base class are acc…
47 …var l4 = _super.prototype.S2; // Expected => Error: Only public instance methods of the base class…
DtemplateStringBinaryOperations.js52 var l4 = 1 + `2${ 3 & 4 }5` + 6; variable
103 var l4 = 1 + ("2" + (3 & 4) + "5") + 6;
DtemplateStringBinaryOperationsES6.js52 var l4 = 1 + `2${ 3 & 4 }5` + 6; variable
103 var l4 = 1 + `2${3 & 4}5` + 6;
/third_party/libffi/testsuite/libffi.bhaible/
Dtestcases.c40 typedef struct { long l1; long l2; long l3; long l4; } K; member
41 typedef struct { long l1; long l2; long l3; long l4; long l5; long l6; } L; member
71 long l1=1, l2=2, l3=3, l4=4, l5=5, l6=6, l7=7, l8=8, l9=9; variable
588 long r = b.l1 + b.l2 + b.l3 + b.l4 + c; in l_l0K()
589 fprintf(out,"long f(K,long):(%ld,%ld,%ld,%ld,%ld)",b.l1,b.l2,b.l3,b.l4,c); in l_l0K()
595 long r = a1 + b.l1 + b.l2 + b.l3 + b.l4 + c; in l_l1K()
596 fprintf(out,"long f(long,K,long):(%ld,%ld,%ld,%ld,%ld,%ld)",a1,b.l1,b.l2,b.l3,b.l4,c); in l_l1K()
602 long r = a1 + a2 + b.l1 + b.l2 + b.l3 + b.l4 + c; in l_l2K()
603 fprintf(out,"long f(2*long,K,long):(%ld,%ld,%ld,%ld,%ld,%ld,%ld)",a1,a2,b.l1,b.l2,b.l3,b.l4,c); in l_l2K()
609 long r = a1 + a2 + a3 + b.l1 + b.l2 + b.l3 + b.l4 + c; in l_l3K()
[all …]
/third_party/flutter/engine/flutter/docs/
Dflutter_overview.svg1l4.78125 0q1.234375 0 1.859375 0.28125q0.625 0.28125 1.03125 0.984375q0.40625 0.6875 0.40625 1.546…
/third_party/typescript/tests/cases/compiler/
DcapturedLetConstInLoop7.ts94 l4:
103 break l4;
109 continue l4;
DcapturedLetConstInLoop7_ES6.ts95 l4:
104 break l4;
110 continue l4;
/third_party/ffmpeg/libavcodec/
Dh264pred.c120 src[0+2*stride]=(t2 + t4 + 2*t3 + 2 + l2 + l4 + 2*l3 + 2)>>3; in pred4x4_down_left_rv40_c()
124 src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3 + l5 + 2*l4 + 2)>>3; in pred4x4_down_left_rv40_c()
127 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3; in pred4x4_down_left_rv40_c()
162 const int l3, const int l4) in pred4x4_vertical_left_rv40() argument
175 src[0+1*stride]=(t0 + 2*t1 + t2 + l2 + 2*l3 + l4 + 4)>>3; in pred4x4_vertical_left_rv40()
191 pred4x4_vertical_left_rv40(src, topright, stride, l0, l1, l2, l3, l4); in pred4x4_vertical_left_rv40_c()
246 src[1+3*stride]=(l3 + 2*l4 + l5 + 2)>>2; in pred4x4_horizontal_up_rv40_c()
248 src[2+2*stride]=(t6 + t7 + l3 + l4 + 2)>>2; in pred4x4_horizontal_up_rv40_c()
249 src[2+3*stride]=(l4 + l5 + 1)>>1; in pred4x4_horizontal_up_rv40_c()
250 src[3+3*stride]=(l4 + 2*l5 + l6 + 2)>>2; in pred4x4_horizontal_up_rv40_c()
Dh264pred_template.c148 const unsigned av_unused l4 = src[-1+4*stride];\
900 const pixel4 dc = PIXEL_SPLAT_X4((l0+l1+l2+l3+l4+l5+l6+l7+4) >> 3); in FUNCC()
921 const pixel4 dc = PIXEL_SPLAT_X4((l0+l1+l2+l3+l4+l5+l6+l7 in FUNCC()
995 SRC(0,6)=SRC(1,7)= (l6 + 2*l5 + l4 + 2) >> 2; in FUNCC()
996 SRC(0,5)=SRC(1,6)=SRC(2,7)= (l5 + 2*l4 + l3 + 2) >> 2; in FUNCC()
997 SRC(0,4)=SRC(1,5)=SRC(2,6)=SRC(3,7)= (l4 + 2*l3 + l2 + 2) >> 2; in FUNCC()
1018 SRC(0,6)= (l5 + 2*l4 + l3 + 2) >> 2; in FUNCC()
1019 SRC(0,7)= (l6 + 2*l5 + l4 + 2) >> 2; in FUNCC()
1021 SRC(0,5)=SRC(1,7)= (l4 + 2*l3 + l2 + 2) >> 2; in FUNCC()
1052 SRC(1,6)=SRC(3,7)= (l4 + 2*l5 + l6 + 2) >> 2; in FUNCC()
[all …]
/third_party/openssl/crypto/sha/asm/
Dsha512-sparcv9.pl112 $E="%l4";
181 ld [$inp+16],%l4
209 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
378 sllx %l4,32,$tmp0
380 ld [%sp+STACK_BIAS+STACK_FRAME+`(($i+1+9)%16)*$SZ+0`],%l4
742 ld [$ctx+`2*$SZ+0`],%l4
754 sllx %l4,32,$tmp2
768 ld [$ctx+`6*$SZ+0`],%l4
780 sllx %l4,32,$tmp2

123456