Home
last modified time | relevance | path

Searched refs:l4 (Results 1 - 25 of 46) sorted by relevance

12

/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A 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
[all...]
/third_party/openssl/crypto/aes/asm/
H A 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
[all...]
/third_party/typescript/tests/baselines/reference/
H A DcapturedLetConstInLoop7.js95 l4:
104 break l4;
110 continue l4;
516 return "break-l4";
522 return "continue-l4";
525 l4: for (var y = 0; y < 1; ++y) {
530 case "break-l4": break l4;
531 case "continue-l4": continue l4;
[all...]
H A DletDeclarations-es5-1.js4 let l3, l4, l5 :string, l6;
12 var l3, l4, l5, l6;
H A DletDeclarations-es5.js4 let l3, l4, l5 :string, l6;
18 var l3, l4, l5, l6;
H A DletDeclarations-invalidContexts.js12 let l4 = 0;
44 let l4 = 0;
H A DsuperAccess.js11 var l4 = super.S2; // Expected => Error: Only public instance methods of the base class are accessible via the 'super' keyword variable
47 var l4 = _super.prototype.S2; // Expected => Error: Only public instance methods of the base class are accessible via the 'super' keyword
H A DletDeclarations-validContexts.js15 let l4 = 0;
156 let l4 = 0;
H A DtemplateStringBinaryOperations.js52 var l4 = 1 + `2${ 3 & 4 }5` + 6;
103 var l4 = 1 + "2".concat(3 & 4, "5") + 6; variable
/third_party/ffmpeg/libavcodec/
H A Dh264pred.c146 src[0+2*stride]=(t2 + t4 + 2*t3 + 2 + l2 + l4 + 2*l3 + 2)>>3; in pred4x4_down_left_rv40_c()
150 src[0+3*stride]=(t3 + t5 + 2*t4 + 2 + l3 + l5 + 2*l4 + 2)>>3; in pred4x4_down_left_rv40_c()
153 src[1+3*stride]=(t4 + t6 + 2*t5 + 2 + l4 + l6 + 2*l5 + 2)>>3; in pred4x4_down_left_rv40_c()
188 const int l3, const int l4) in pred4x4_vertical_left_rv40()
201 src[0+1*stride]=(t0 + 2*t1 + t2 + l2 + 2*l3 + l4 + 4)>>3; in pred4x4_vertical_left_rv40()
217 pred4x4_vertical_left_rv40(src, topright, stride, l0, l1, l2, l3, l4); in pred4x4_vertical_left_rv40_c()
272 src[1+3*stride]=(l3 + 2*l4 + l5 + 2)>>2; in pred4x4_horizontal_up_rv40_c()
274 src[2+2*stride]=(t6 + t7 + l3 + l4 + 2)>>2; in pred4x4_horizontal_up_rv40_c()
275 src[2+3*stride]=(l4 + l5 + 1)>>1; in pred4x4_horizontal_up_rv40_c()
276 src[3+3*stride]=(l4 in pred4x4_horizontal_up_rv40_c()
185 pred4x4_vertical_left_rv40(uint8_t *src, const uint8_t *topright, ptrdiff_t stride, const int l0, const int l1, const int l2, const int l3, const int l4) pred4x4_vertical_left_rv40() argument
[all...]
H A Dh264pred_template.c122 const unsigned av_unused l4 = src[-1+4*stride];\
878 const pixel4 dc = PIXEL_SPLAT_X4((l0+l1+l2+l3+l4+l5+l6+l7+4) >> 3); in pred8x8l_left_dc()
899 const pixel4 dc = PIXEL_SPLAT_X4((l0+l1+l2+l3+l4+l5+l6+l7 in pred8x8l_dc()
973 SRC(0,6)=SRC(1,7)= (l6 + 2*l5 + l4 + 2) >> 2; in pred8x8l_down_right()
974 SRC(0,5)=SRC(1,6)=SRC(2,7)= (l5 + 2*l4 + l3 + 2) >> 2; in pred8x8l_down_right()
975 SRC(0,4)=SRC(1,5)=SRC(2,6)=SRC(3,7)= (l4 + 2*l3 + l2 + 2) >> 2; in pred8x8l_down_right()
996 SRC(0,6)= (l5 + 2*l4 + l3 + 2) >> 2; in pred8x8l_vertical_right()
997 SRC(0,7)= (l6 + 2*l5 + l4 + 2) >> 2; in pred8x8l_vertical_right()
999 SRC(0,5)=SRC(1,7)= (l4 + 2*l3 + l2 + 2) >> 2; in pred8x8l_vertical_right()
1030 SRC(1,6)=SRC(3,7)= (l4 in pred8x8l_horizontal_down()
[all...]
/third_party/ffmpeg/libavcodec/alpha/
H A Dhpeldsp_alpha.c40 static inline uint64_t avg4(uint64_t l1, uint64_t l2, uint64_t l3, uint64_t l4)
45 + ((l4 & ~BYTE_VEC(0x03)) >> 2);
49 + (l4 & BYTE_VEC(0x03))
H A Dme_cmp_alpha.c33 static inline uint64_t avg4(uint64_t l1, uint64_t l2, uint64_t l3, uint64_t l4) in avg4() argument
38 + ((l4 & ~BYTE_VEC(0x03)) >> 2); in avg4()
42 + (l4 & BYTE_VEC(0x03)) in avg4()
/third_party/ffmpeg/libpostproc/
H A Dpostprocess_template.c362 const int l4= stride + l3; in doVertLowPass()
363 const int l5= stride + l4; in doVertLowPass()
376 sums[1] = sums[0] - first + src[l4]; in doVertLowPass()
383 sums[8] = sums[7] - src[l4] + last; in doVertLowPass()
389 src[l4]= (sums[3] + sums[5] + 2*src[l4])>>4; in doVertLowPass()
435 "pcmpeqb %%mm7, %%mm2 \n\t" // (l4 - l5) <= 0 ? -1 : 0 in vertX1Filter()
437 "por %%mm5, %%mm4 \n\t" // |l4 - l5| in vertX1Filter()
438 "psubusb %%mm0, %%mm4 \n\t" //d = MAX(0, |l4-l5| - (|l2-l3| + |l5-l6|)/2) in vertX1Filter()
453 "pxor %%mm2, %%mm0 \n\t" //(l4 in vertX1Filter()
[all...]
/third_party/mesa3d/src/intel/tools/
H A Daub_write.c312 for (uint64_t l4 = l4_start; l4 < l4_end; l4 += (1ULL << 39)) { in aub_map_ppgtt()
313 uint64_t l3_start = max(l4, start & 0xffffc0000000); in aub_map_ppgtt()
314 uint64_t l3_end = min(l4 + (1ULL << 39) - 1, in aub_map_ppgtt()
319 populate_ppgtt_table(aub, L3_table(l4), l3_start_idx, l3_end_idx, 3); in aub_map_ppgtt()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A 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
/third_party/openssl/crypto/sha/asm/
H A 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
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/
H A Dbasic.rb365 l4 = Google::Protobuf::RepeatedField.new(:int32)
366 l4[5] = 42
367 assert l4 == [0, 0, 0, 0, 0, 42]
369 l4 << 100
370 assert l4 == [0, 0, 0, 0, 0, 42, 100]
371 l4 << 101 << 102
372 assert l4 == [0, 0, 0, 0, 0, 42, 100, 101, 102]
423 l4 = l + [new_msg]
424 assert l4.count == 2
426 assert l4[
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DNumberFormatterApiTest.java3174 LocalizedNumberFormatter l4 = NumberFormatter.forSkeleton(conciseSkeleton).locale(locale); in assertFormatDescending()
3176 assertEquals(message + ": Concise Skeleton:", normalized, l4.toSkeleton()); in assertFormatDescending()
3180 String actual4 = l4.format(d).toString(); in assertFormatDescending()
3218 LocalizedNumberFormatter l4 = NumberFormatter.forSkeleton(conciseSkeleton).locale(locale); in assertFormatSingle()
3220 assertEquals(message + ": Concise Skeleton:", normalized, l4.toSkeleton()); in assertFormatSingle()
3222 String actual4 = l4.format(input).toString(); in assertFormatSingle()
3259 LocalizedNumberFormatter l4 = NumberFormatter.forSkeleton(conciseSkeleton).locale(locale); in assertFormatSingleMeasure()
3261 assertEquals(message + ": Concise Skeleton:", normalized, l4.toSkeleton()); in assertFormatSingleMeasure()
3263 String actual4 = l4.format(input).toString(); in assertFormatSingleMeasure()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dtype_test.cc152 List l4; in TEST_F() local
153 l4.AddMember(FormatComponentType::kR, FormatMode::kSInt, 16); in TEST_F()
154 EXPECT_FALSE(l1.Equal(&l4)); in TEST_F()
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb275 l4 = Google::Protobuf::RepeatedField.new(:int32)
276 l4[5] = 42
277 assert l4 == [0, 0, 0, 0, 0, 42]
279 l4 << 100
280 assert l4 == [0, 0, 0, 0, 0, 42, 100]
281 l4 << 101 << 102
282 assert l4 == [0, 0, 0, 0, 0, 42, 100, 101, 102]
323 l4 = l + [new_msg]
324 assert l4.count == 2
326 assert l4[
[all...]
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1369 ld [$inp+16],%l4
1378 st %l4,[$out+64*4-4]
1388 ld [$inp+16],%l4
1397 st %l4,[$out+64*4-4]
1407 ld [$inp+16],%l4
1415 st %l4,[$out+64*4-4]
1443 ld [$inp+64*4],%l4
1455 and %l4,$mask,%l4
1458 st %l4,[
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl1369 ld [$inp+16],%l4
1378 st %l4,[$out+64*4-4]
1388 ld [$inp+16],%l4
1397 st %l4,[$out+64*4-4]
1407 ld [$inp+16],%l4
1415 st %l4,[$out+64*4-4]
1443 ld [$inp+64*4],%l4
1455 and %l4,$mask,%l4
1458 st %l4,[
[all...]
/third_party/ffmpeg/libavfilter/
H A Dvf_removegrain.c392 const int l4 = (a4 + a5 + 1) >> 1; in mode22() local
394 const int mi = FFMIN(FFMIN(l1, l2), FFMIN(l3, l4)); in mode22()
395 const int ma = FFMAX(FFMAX(l1, l2), FFMAX(l3, l4)); in mode22()
/third_party/ffmpeg/libavcodec/mips/
H A Dh264pred_mmi.c258 const int l4 = (src[-1+3*stride] + 2*src[-1+4*stride] + src[-1+5*stride] + 2) >> 2; in ff_pred8x8l_dc_8_mmi() local
325 dc1 = l0+l1+l2+l3+l4+l5+l6+l7; in ff_pred8x8l_dc_8_mmi()

Completed in 22 milliseconds

12