Home
last modified time | relevance | path

Searched refs:l0 (Results 1 – 25 of 141) sorted by relevance

123456

/third_party/python/Doc/library/
Dpathlib-inheritance.svg1l0 319.40945l-539.00525 0l0 -319.40945z" clip-rule="nonzero"/></clipPath><g clip-path="url(#p.0)">…
/third_party/typescript/tests/baselines/reference/
DcapturedLetConstInLoop8_ES6.js3 l0:
21 continue l0;
53 continue l0;
66 l0:
84 continue l0;
116 continue l0;
131 l0: for (let z = 0; z < 1; ++z) {
146 continue l0;
177 continue l0;
189 l0: for (const z = 0; z < 1;) {
[all …]
DcapturedLetConstInLoop8.js3 l0:
21 continue l0;
53 continue l0;
66 l0:
84 continue l0;
116 continue l0;
131 l0: for (var z = 0; z < 1; ++z) {
208 case "continue-l0": continue l0;
215 l0: for (var z = 0; z < 1;) {
292 case "continue-l0": continue l0;
DcapturedLetConstInLoop8_ES6.types5 l0:
6 >l0 : any
83 continue l0;
84 >l0 : any
161 continue l0;
162 >l0 : any
186 l0:
187 >l0 : any
258 continue l0;
259 >l0 : any
[all …]
DcapturedLetConstInLoop8.types5 l0:
6 >l0 : any
83 continue l0;
84 >l0 : any
161 continue l0;
162 >l0 : any
186 l0:
187 >l0 : any
258 continue l0;
259 >l0 : any
[all …]
DcapturedLetConstInLoop9_ES6.js38 l0:
46 break l0;
57 break l0;
75 break l0;
170 l0: for (let a of []) {
175 break l0;
183 break l0;
196 break l0;
DcapturedLetConstInLoop9.js38 l0:
46 break l0;
57 break l0;
75 break l0;
228 l0: for (var _i = 0, _a = []; _i < _a.length; _i++) {
236 case "break-l0": break l0;
DcapturedLetConstInLoop9.types93 l0:
94 >l0 : any
113 break l0;
114 >l0 : any
146 break l0;
147 >l0 : any
196 break l0;
197 >l0 : any
/third_party/openssl/crypto/idea/
Di_ecb.c29 unsigned long l0, l1, d[2]; in IDEA_ecb_encrypt() local
31 n2l(in, l0); in IDEA_ecb_encrypt()
32 d[0] = l0; in IDEA_ecb_encrypt()
36 l0 = d[0]; in IDEA_ecb_encrypt()
37 l2n(l0, out); in IDEA_ecb_encrypt()
40 l0 = l1 = d[0] = d[1] = 0; in IDEA_ecb_encrypt()
/third_party/node/deps/openssl/openssl/crypto/idea/
Di_ecb.c29 unsigned long l0, l1, d[2]; in IDEA_ecb_encrypt() local
31 n2l(in, l0); in IDEA_ecb_encrypt()
32 d[0] = l0; in IDEA_ecb_encrypt()
36 l0 = d[0]; in IDEA_ecb_encrypt()
37 l2n(l0, out); in IDEA_ecb_encrypt()
40 l0 = l1 = d[0] = d[1] = 0; in IDEA_ecb_encrypt()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
Daes-sparcv9.pl46 $acc0="%l0";
552 ldub [%i0+0],%l0
556 sll %l0,24,%l0
561 or %l1,%l0,%l0
567 or %l0,%l2,%o0
572 ldub [%i0+8],%l0
578 sll %l0,24,%l0
583 or %l1,%l0,%l0
589 or %l0,%l2,%o2
602 srl %o0,24,%l0
[all …]
/third_party/openssl/crypto/aes/asm/
Daes-sparcv9.pl46 $acc0="%l0";
552 ldub [%i0+0],%l0
556 sll %l0,24,%l0
561 or %l1,%l0,%l0
567 or %l0,%l2,%o0
572 ldub [%i0+8],%l0
578 sll %l0,24,%l0
583 or %l1,%l0,%l0
589 or %l0,%l2,%o2
602 srl %o0,24,%l0
[all …]
/third_party/typescript/tests/cases/compiler/
DcapturedLetConstInLoop8.ts2 l0:
20 continue l0;
52 continue l0;
65 l0:
83 continue l0;
115 continue l0;
DcapturedLetConstInLoop8_ES6.ts3 l0:
21 continue l0;
53 continue l0;
66 l0:
84 continue l0;
116 continue l0;
DcapturedLetConstInLoop9_ES6.ts39 l0:
47 break l0;
58 break l0;
76 break l0;
DcapturedLetConstInLoop9.ts37 l0:
45 break l0;
56 break l0;
74 break l0;
/third_party/ffmpeg/libavcodec/
Dqpel_template.c85 uint32_t a, b, c, d, l0, l1, h0, h1; \
90 l0 = (a & 0x03030303UL) + \
100 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
105 l0 = (a & 0x03030303UL) + \
115 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
135 uint32_t a, b, c, d, l0, l1, h0, h1; \
140 l0 = (a & 0x03030303UL) + \
150 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
155 l0 = (a & 0x03030303UL) + \
165 h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
Dhpeldsp.c179 uint32_t l0 = (a & 0x03030303UL) + \
195 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
200 l0 = (a & 0x03030303UL) + \
206 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
224 uint32_t l0 = (a & 0x03030303UL) + \
240 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
245 l0 = (a & 0x03030303UL) + \
251 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
272 uint32_t l0 = (a & 0x03030303UL) + \
288 (((l0 + l1) >> 2) & 0x0F0F0F0FUL)); \
[all …]
/third_party/node/deps/openssl/openssl/crypto/des/
Decb3_enc.c22 register DES_LONG l0, l1; in DES_ecb3_encrypt() local
27 c2l(in, l0); in DES_ecb3_encrypt()
29 ll[0] = l0; in DES_ecb3_encrypt()
35 l0 = ll[0]; in DES_ecb3_encrypt()
37 l2c(l0, out); in DES_ecb3_encrypt()
/third_party/openssl/crypto/des/
Decb3_enc.c22 register DES_LONG l0, l1; in DES_ecb3_encrypt() local
27 c2l(in, l0); in DES_ecb3_encrypt()
29 ll[0] = l0; in DES_ecb3_encrypt()
35 l0 = ll[0]; in DES_ecb3_encrypt()
37 l2c(l0, out); in DES_ecb3_encrypt()
/third_party/ffmpeg/libavutil/ppc/
Dfloat_dsp_vsx.c94 vec_f d, s0, s1, h0, l0, s2, s3; in ff_vector_fmul_reverse_vsx() local
101 l0 = vec_mergel(s1, s1); // [c,c,d,d] in ff_vector_fmul_reverse_vsx()
105 s1 = vec_mergeh(vec_mergel(l0, h0), // [d,b,d,b] in ff_vector_fmul_reverse_vsx()
106 vec_mergeh(l0, h0)); // [c,a,c,a] in ff_vector_fmul_reverse_vsx()
108 l0 = vec_mergel(s3, s3); in ff_vector_fmul_reverse_vsx()
112 s3 = vec_mergeh(vec_mergel(l0, h0), in ff_vector_fmul_reverse_vsx()
113 vec_mergeh(l0, h0)); in ff_vector_fmul_reverse_vsx()
Dfloat_dsp_altivec.c99 vec_f d, s0, s1, h0, l0, s2, s3; in ff_vector_fmul_reverse_altivec() local
106 l0 = vec_mergel(s1, s1); // [c,c,d,d] in ff_vector_fmul_reverse_altivec()
110 s1 = vec_mergeh(vec_mergel(l0, h0), // [d,b,d,b] in ff_vector_fmul_reverse_altivec()
111 vec_mergeh(l0, h0)); // [c,a,c,a] in ff_vector_fmul_reverse_altivec()
113 l0 = vec_mergel(s3, s3); in ff_vector_fmul_reverse_altivec()
117 s3 = vec_mergeh(vec_mergel(l0, h0), in ff_vector_fmul_reverse_altivec()
118 vec_mergeh(l0, h0)); in ff_vector_fmul_reverse_altivec()
/third_party/openssl/crypto/bn/
Dbn_div.c340 BN_ULONG q, l0; in bn_div_fixed_top() local
422 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in bn_div_fixed_top()
423 tmp->d[div_n] = l0; in bn_div_fixed_top()
429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top()
430 q -= l0; in bn_div_fixed_top()
436 for (l0 = 0 - l0, j = 0; j < div_n; j++) in bn_div_fixed_top()
437 tmp->d[j] = sdiv->d[j] & l0; in bn_div_fixed_top()
438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n); in bn_div_fixed_top()
439 (*wnumtop) += l0; in bn_div_fixed_top()
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_div.c340 BN_ULONG q, l0; in bn_div_fixed_top() local
422 l0 = bn_mul_words(tmp->d, sdiv->d, div_n, q); in bn_div_fixed_top()
423 tmp->d[div_n] = l0; in bn_div_fixed_top()
429 l0 = bn_sub_words(wnum, wnum, tmp->d, div_n + 1); in bn_div_fixed_top()
430 q -= l0; in bn_div_fixed_top()
436 for (l0 = 0 - l0, j = 0; j < div_n; j++) in bn_div_fixed_top()
437 tmp->d[j] = sdiv->d[j] & l0; in bn_div_fixed_top()
438 l0 = bn_add_words(wnum, wnum, tmp->d, div_n); in bn_div_fixed_top()
439 (*wnumtop) += l0; in bn_div_fixed_top()
/third_party/libinput/src/
Dlibinput-versionsort.h33 libinput_strverscmp(const char *l0, const char *r0) in libinput_strverscmp() argument
35 const unsigned char *l = (const void *)l0; in libinput_strverscmp()
69 strverscmp(const char *l0, const char *r0) in strverscmp() argument
71 return libinput_strverscmp(l0, r0); in strverscmp()

123456