/third_party/typescript/tests/baselines/reference/ |
H A D | capturedLetConstInLoop8_ES6.js | 3 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 [all...] |
H A D | capturedLetConstInLoop8.js | 3 l0: 21 continue l0; 53 continue l0; 66 l0: 84 continue l0; 116 continue l0; 131 l0: for (var z = 0; z < 1; ++z) {
146 return "continue-l0";
173 case "continue-l0": return state_2;
191 return "continue-l0";
130 l0: for (var z = 0; z < 1; ++z) { global() function [all...] |
H A D | capturedLetConstInLoop9_ES6.js | 38 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;
|
H A D | capturedLetConstInLoop9.js | 38 l0: 46 break l0; 57 break l0; 75 break l0; 186 return "break-l0";
195 return "break-l0";
209 return "break-l0";
222 case "break-l0": return state_2;
228 l0: for (var _i = 0, _a = []; _i < _a.length; _i++) {
236 case "break-l0" [all...] |
H A D | capturedLetConstInLoop7.js | 3 l0: 11 break l0; 17 continue l0; 386 return "break-l0";
392 return "continue-l0";
396 l0: for (var _i = 0, _a = []; _i < _a.length; _i++) {
402 case "break-l0": break l0;
403 case "continue-l0": continue l0;
[all...] |
/third_party/node/deps/openssl/openssl/crypto/idea/ |
H A D | i_ecb.c | 29 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/openssl/crypto/idea/ |
H A D | i_ecb.c | 29 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/des/ |
H A D | ecb3_enc.c | 22 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/ |
H A D | ecb3_enc.c | 22 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/ |
H A D | float_dsp_altivec.c | 99 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()
|
H A D | float_dsp_vsx.c | 94 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()
|
/third_party/ffmpeg/libavcodec/ |
H A D | qpel_template.c | 85 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 [all...] |
H A D | hpeldsp.c | 179 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 [all...] |
H A D | h264pred_template.c | 128 const unsigned av_unused l0 = src[-1+0*stride];\ 150 src[1+3*stride]=(l2 + 2*l1 + l0 + 2)>>2; in pred4x4_down_right() 153 src[2+3*stride]=(l1 + 2*l0 + lt + 2)>>2; in pred4x4_down_right() 157 src[3+3*stride]=(l0 + 2*lt + t0 + 2)>>2; in pred4x4_down_right() 212 src[1+3*stride]=(l0 + 2*lt + t0 + 2)>>2; in pred4x4_vertical_right() 218 src[0+2*stride]=(lt + 2*l0 + l1 + 2)>>2; in pred4x4_vertical_right() 219 src[0+3*stride]=(l0 + 2*l1 + l2 + 2)>>2; in pred4x4_vertical_right() 257 src[0+0*stride]=(l0 + l1 + 1)>>1; in pred4x4_horizontal_up() 258 src[1+0*stride]=(l0 + 2*l1 + l2 + 2)>>2; in pred4x4_horizontal_up() 286 src[2+1*stride]=(lt + l0 in pred4x4_horizontal_down() [all...] |
/third_party/libinput/src/ |
H A D | libinput-versionsort.h | 33 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()
|
/third_party/lame/misc/ |
H A D | mlame_corr.c | 49 static double l0 = 0; in analyze_dstereo() local 58 _x += (t1 = (*p)[0] - l0); _x2 += t1 * t1; in analyze_dstereo() 61 l0 = (*p)[0]; in analyze_dstereo() 93 static double l0 = 0; in analyze_dmono() local 100 _x += (t1 = (*p) - l0); _x2 += t1 * t1; in analyze_dmono() 101 l0 = *p; in analyze_dmono()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_div.c | 340 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() [all...] |
/third_party/openssl/crypto/bn/ |
H A D | bn_div.c | 340 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() [all...] |
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aes-sparcv9.pl | 46 $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 [all...] |
/third_party/openssl/crypto/aes/asm/ |
H A D | aes-sparcv9.pl | 46 $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 [all...] |
/third_party/musl/src/misc/ |
H A D | realpath.c | 18 size_t p, q, l, l0, cnt=0, nup=0; in realpath() local 56 l0 = l = z-(stack+p); in realpath() 80 if (l0==2 && stack[p-2]=='.' && stack[p-1]=='.') { in realpath() 110 if (l0) q += l; in realpath()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | hpeldsp_mmi.c | 809 uint32_t l0 = (a & 0x03030303UL) + in ff_put_pixels4_xy2_8_mmi() local 824 *((uint32_t *) block) = h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL); in ff_put_pixels4_xy2_8_mmi() 829 l0 = (a & 0x03030303UL) + in ff_put_pixels4_xy2_8_mmi() 834 *((uint32_t *) block) = h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL); in ff_put_pixels4_xy2_8_mmi() 938 uint32_t l0 = (a & 0x03030303UL) + in ff_put_pixels8_xy2_8_mmi() 953 *((uint32_t *) block) = h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL); in ff_put_pixels8_xy2_8_mmi() 958 l0 = (a & 0x03030303UL) + in ff_put_pixels8_xy2_8_mmi() 963 *((uint32_t *) block) = h0 + h1 + (((l0 + l1) >> 2) & 0x0F0F0F0FUL); in ff_put_pixels8_xy2_8_mmi() 987 uint32_t l0 = (a & 0x03030303UL) + in ff_avg_pixels4_xy2_8_mmi() local 1002 *((uint32_t *) block) = rnd_avg32(*((uint32_t *) block), h0 + h1 + (((l0 in ff_avg_pixels4_xy2_8_mmi() 1028 uint32_t l0 = (a & 0x03030303UL) + ff_avg_pixels8_xy2_8_mmi() local 1079 uint32_t l0 = (a & 0x03030303UL) + ff_put_no_rnd_pixels8_xy2_8_mmi() local [all...] |
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | radeon_vce.c | 104 * sort l0 and l1 to the top of the list 108 struct rvce_cpb_slot *i, *l0 = NULL, *l1 = NULL; in sort_cpb() local 112 l0 = i; in sort_cpb() 117 if (enc->pic.picture_type == PIPE_H2645_ENC_PICTURE_TYPE_P && l0) in sort_cpb() 120 if (enc->pic.picture_type == PIPE_H2645_ENC_PICTURE_TYPE_B && l0 && l1) in sort_cpb() 129 if (l0) { in sort_cpb() 130 list_del(&l0->list); in sort_cpb() 131 list_add(&l0->list, &enc->cpb_slots); in sort_cpb()
|
H A D | radeon_vce_50.c | 167 struct rvce_cpb_slot *l0 = si_l0_slot(enc); in encode() local 168 si_vce_frame_offset(enc, l0, &luma_offset, &chroma_offset); in encode() 169 RVCE_CS(l0->picture_type); // encPicType in encode() 170 RVCE_CS(l0->frame_num); // frameNumber in encode() 171 RVCE_CS(l0->pic_order_cnt); // pictureOrderCount in encode()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | radeon_vce.c | 116 * sort l0 and l1 to the top of the list 120 struct rvce_cpb_slot *i, *l0 = NULL, *l1 = NULL; in sort_cpb() local 124 l0 = i; in sort_cpb() 129 if (enc->pic.picture_type == PIPE_H2645_ENC_PICTURE_TYPE_P && l0) in sort_cpb() 133 l0 && l1) in sort_cpb() 142 if (l0) { in sort_cpb() 143 list_del(&l0->list); in sort_cpb() 144 list_add(&l0->list, &enc->cpb_slots); in sort_cpb()
|