/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/ |
D | greedyh.c | 60 const guint8 * L2, const guint8 * L1, const guint8 * L3, const guint8 * L2P, 75 const guint8 * L2, const guint8 * L3, const guint8 * L2P, guint8 * Dest, in greedyh_scanline_C_ayuv() argument 98 l3 = L3[0]; in greedyh_scanline_C_ayuv() 105 l3_1 = L3[4]; in greedyh_scanline_C_ayuv() 178 L3 += 1; in greedyh_scanline_C_ayuv() 186 const guint8 * L2, const guint8 * L3, const guint8 * L2P, guint8 * Dest, in greedyh_scanline_C_yuy2() argument 210 l3_l = L3[0]; in greedyh_scanline_C_yuy2() 211 l3_c = L3[1]; in greedyh_scanline_C_yuy2() 221 l3_1_l = L3[2]; in greedyh_scanline_C_yuy2() 222 l3_1_c = L3[3]; in greedyh_scanline_C_yuy2() [all …]
|
D | greedyh.asm | 33 …eMethodGreedyH *self, const guint8 * L1, const guint8 * L2, const guint8 * L3, const guint8 * L2P,… 54 C_FUNCT_YUY2 (self, L1, L2, L3, L2P, Dest, width); 229 [L3] "m" (L3), 252 …eMethodGreedyH *self, const guint8 * L1, const guint8 * L2, const guint8 * L3, const guint8 * L2P,… 273 C_FUNCT_UYVY (self, L1, L2, L3, L2P, Dest, width); 451 [L3] "m" (L3),
|
/third_party/typescript/tests/baselines/reference/ |
D | optionalParamArgsTest.js | 52 var L3 = function (L3A1=0,L3A2=L3A1) {return L3A1 + L3A2; } class 72 var l3v1=L3(1,2); 84 var l3v2=L3(1); 90 var l3v3=L3(); 114 L3(1,2,3); 189 var L3 = function (L3A1, L3A2) { 210 var l3v1 = L3(1, 2); 220 var l3v2 = L3(1); 225 var l3v3 = L3(); 247 L3(1, 2, 3);
|
D | cf.js | 31 L3: if (x<y) { 36 break L3; 89 L3: if (x < y) { 94 break L3;
|
D | optionalParamArgsTest.types | 148 var L3 = function (L3A1=0,L3A2=L3A1) {return L3A1 + L3A2; } 149 >L3 : (L3A1?: number, L3A2?: number) => number 248 var l3v1=L3(1,2); 250 >L3(1,2) : number 251 >L3 : (L3A1?: number, L3A2?: number) => number 307 var l3v2=L3(1); 309 >L3(1) : number 310 >L3 : (L3A1?: number, L3A2?: number) => number 331 var l3v3=L3(); 333 >L3() : number [all …]
|
D | cf.types | 94 L3: if (x<y) { 95 >L3 : any 109 break L3; 110 >L3 : any
|
D | optionalParamArgsTest.symbols | 130 var L3 = function (L3A1=0,L3A2=L3A1) {return L3A1 + L3A2; } 131 >L3 : Symbol(L3, Decl(optionalParamArgsTest.ts, 50, 3)) 203 var l3v1=L3(1,2); 205 >L3 : Symbol(L3, Decl(optionalParamArgsTest.ts, 50, 3)) 241 var l3v2=L3(1); 243 >L3 : Symbol(L3, Decl(optionalParamArgsTest.ts, 50, 3)) 260 var l3v3=L3(); 262 >L3 : Symbol(L3, Decl(optionalParamArgsTest.ts, 50, 3)) 345 L3(1,2,3); 346 >L3 : Symbol(L3, Decl(optionalParamArgsTest.ts, 50, 3))
|
D | tsxAttributeResolution16.types | 40 let a = <AddressComp postalCode='T1B 0L3' street="vancouver" country="CA" /> 42 ><AddressComp postalCode='T1B 0L3' street="vancouver" country="CA" /> : JSX.Element
|
D | cf.errors.txt | 41 L3: if (x<y) { 48 break L3;
|
D | optionalParamArgsTest.errors.txt | 80 var L3 = function (L3A1=0,L3A2=L3A1) {return L3A1 + L3A2; } 100 var l3v1=L3(1,2); 112 var l3v2=L3(1); 118 var l3v3=L3(); 176 L3(1,2,3);
|
D | optionalTupleElements1.js | 9 type L3 = T3["length"]; 89 declare type L3 = T3["length"];
|
D | optionalTupleElements1.symbols | 22 type L3 = T3["length"]; 23 >L3 : Symbol(L3, Decl(optionalTupleElements1.ts, 6, 23))
|
D | cf.symbols | 61 L3: if (x<y) { 70 break L3;
|
/third_party/typescript/tests/cases/compiler/ |
D | optionalParamArgsTest.ts | 51 var L3 = function (L3A1=0,L3A2=L3A1) {return L3A1 + L3A2; } variable 71 var l3v1=L3(1,2); 83 var l3v2=L3(1); 89 var l3v3=L3(); 113 L3(1,2,3);
|
D | cf.ts | 31 L3: if (x<y) { 36 break L3;
|
/third_party/openssl/crypto/whrlpool/ |
D | wp_block.c | 538 u64 L0, L1, L2, L3, L4, L5, L6, L7; in whirlpool_block() 573 L3 = C0(K, 3) ^ C1(K, 2) ^ C2(K, 1) ^ C3(K, 0) ^ in whirlpool_block() 587 K.q[3] = L3; in whirlpool_block() 599 L3 ^= C0(S, 3) ^ C1(S, 2) ^ C2(S, 1) ^ C3(S, 0) ^ in whirlpool_block() 613 S.q[3] = L3; in whirlpool_block() 622 L3 = C3(K, 0); in whirlpool_block() 631 L3 ^= C2(K, 1); in whirlpool_block() 639 L3 ^= C1(K, 2); in whirlpool_block() 647 L3 ^= C0(K, 3); in whirlpool_block() 663 L3 ^= C7(K, 4); in whirlpool_block() [all …]
|
/third_party/libffi/src/frv/ |
D | eabi.S | 113 bra .L3 117 beq icc0, 0, .L3 120 .L3: label
|
/third_party/skia/tests/sksl/runtime/ |
D | PrecisionQualifiers.skvm | 1 $0 = colorGreen (float4 : slot 1/4, L3) 2 $1 = colorGreen (float4 : slot 2/4, L3) 3 $2 = colorGreen (float4 : slot 3/4, L3) 4 $3 = colorGreen (float4 : slot 4/4, L3) 5 $4 = colorRed (float4 : slot 1/4, L3) 6 $5 = colorRed (float4 : slot 2/4, L3) 7 $6 = colorRed (float4 : slot 3/4, L3) 8 $7 = colorRed (float4 : slot 4/4, L3)
|
D | ArrayIndexing.skvm | 1 $0 = u1[0] (float, L3) 2 $1 = u1[1] (float, L3) 3 $2 = u1[2] (float, L3) 4 $3 = u1[3] (float, L3)
|
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/ |
D | SDL_stdlib.c | 442 jne L3 in _alldiv() 452 L3: in _alldiv() 522 L3: in _aulldiv() 528 jne L3 in _aulldiv() 586 jne L3 in _allrem() 598 L3: in _allrem() 666 L3: in _aullrem() 672 jne L3 in _aullrem() 736 jne L3 in _alldvrm() 752 L3: in _alldvrm() [all …]
|
/third_party/node/deps/npm/node_modules/mute-stream/coverage/lcov-report/ |
D | prettify.css | 1 …gin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.…
|
/third_party/node/deps/npm/node_modules/unique-filename/coverage/ |
D | prettify.css | 1 …gin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.…
|
/third_party/python/Lib/test/ |
D | test_tuple.py | 237 L3 = L2 + list(product(A, repeat=3)) 238 L4 = L3 + list(product(A, repeat=4)) 244 T += product(L3, B) 246 T += product(B, L3)
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.3.7.rst | 131 - intel/genxml: add PIPE_CONTROL field for L3 read only cache invalidation 132 - anv: invalidate L3 read only cache when VF cache is invalidated 133 - iris: invalidate L3 read only cache when VF cache is invalidated
|
/third_party/jerryscript/jerry-libm/ |
D | pow.c | 100 #define L3 3.33333329818377432918e-01 /* 0x3FD55555, 0x518F264D */ macro 350 r = s2 * s2 * (L1 + s2 * (L2 + s2 * (L3 + s2 * (L4 + s2 * (L5 + s2 * L6))))); in pow() 458 #undef L3
|