Home
last modified time | relevance | path

Searched refs:U2 (Results 1 - 25 of 38) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A Dqualify.js30 export module U2 {
88 var U2;
89 (function (U2) {
91 })(U2 = Peer.U2 || (Peer.U2 = {}));
H A DstrictOptionalProperties1.js187 interface U2 {
193 declare let u2: U2
453 interface U2 {
459 declare let u2: U2;
H A DintersectionReduction.js48 type U2 = Readonly<A & B>; // never
H A DintersectionReductionStrict.js48 type U2 = Readonly<A & B>; // never
H A DtemplateLiteralTypes1.js193 type U2 = {a2:A} | {b2:A} | {c2:A} | {d2:A} | {e2:A} | {f2:A} | {g2:A} | {h2:A} | {i2:A} | {j2:A};
198 type U100000 = U1 & U2 & U3 & U4 & U5; // Error
/third_party/node/deps/v8/src/codegen/
H A Dtnode.h278 template <class T, class U1, class U2>
279 struct is_subtype<T, UnionT<U1, U2>> {
281 is_subtype<T, U1>::value || is_subtype<T, U2>::value;
283 template <class T1, class T2, class U1, class U2>
284 struct is_subtype<UnionT<T1, T2>, UnionT<U1, U2>> {
286 (is_subtype<T1, U1>::value || is_subtype<T1, U2>::value) &&
287 (is_subtype<T2, U1>::value || is_subtype<T2, U2>::value);
332 template <class T, class U1, class U2>
333 struct types_have_common_values<T, UnionT<U1, U2>> {
335 types_have_common_values<T, U2>
[all...]
/third_party/mesa3d/src/compiler/glsl/glcpp/tests/
H A D067-nested-ifdef-ifndef.c7 #ifdef U2
35 #ifndef U2
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl878 $U1,$U2,$S1,$S2)=map(32*$_,(0..11));
990 call __ecp_nistz256_mul_mont ! p256_mul_mont(U2, in2_x, Z1sqr);
991 add %sp,LOCALS+$U2,$rp
994 call __ecp_nistz256_sub_from ! p256_sub(H, U2, U1);
1005 bne,pt %icc,.Ladd_proceed ! is_equal(U1,U2)?
1082 call __ecp_nistz256_mul_mont ! p256_mul_mont(U2, U1, Hsqr);
1083 add %sp,LOCALS+$U2,$rp
1085 call __ecp_nistz256_mul_by_2 ! p256_mul_by_2(Hsqr, U2);
1096 add %sp,LOCALS+$U2,$bp
1097 call __ecp_nistz256_sub_morf ! p256_sub(res_y, U2, res_
[all...]
H A Decp_nistz256-armv4.pl1395 $U1,$U2,$S1,$S2)=map(32*$_,(0..17));
1504 add $r_ptr,sp,#$U2
1505 bl __ecp_nistz256_mul_mont @ p256_mul_mont(U2, in2_x, Z1sqr);
1509 bl __ecp_nistz256_sub_from @ p256_sub(H, U2, U1);
1517 orr $a0,$a0,$a4 @ ~is_equal(U1,U2)
1528 @ if(~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
1565 add $r_ptr,sp,#$U2
1566 bl __ecp_nistz256_mul_mont @ p256_mul_mont(U2, U1, Hsqr);
1569 bl __ecp_nistz256_add_self @ p256_mul_by_2(Hsqr, U2);
1578 add $b_ptr,sp,#$U2
[all...]
H A Decp_nistz256-armv8.pl874 $U1,$U2,$S1,$S2)=map(32*$_,(0..11));
967 add $rp,sp,#$U2
968 bl __ecp_nistz256_mul_mont // p256_mul_mont(U2, in2_x, Z1sqr);
974 bl __ecp_nistz256_sub_from // p256_sub(H, U2, U1);
978 orr $acc0,$acc0,$acc2 // ~is_equal(U1,U2)
985 cbnz $acc0,.Ladd_proceed // if(~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
1031 add $rp,sp,#$U2
1032 bl __ecp_nistz256_mul_mont // p256_mul_mont(U2, U1, Hsqr);
1039 bl __ecp_nistz256_add // p256_mul_by_2(Hsqr, U2);
1048 add $bp,sp,#$U2
[all...]
H A Decp_nistz256-x86_64.pl3471 $U1,$U2,$S1,$S2,
3622 lea $U2(%rsp), $r_ptr # U2 = X2*Z1^2
3623 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, in2_x, Z1sqr);
3626 lea $H(%rsp), $r_ptr # H = U2 - U1
3627 call __ecp_nistz256_sub_from$x # p256_sub(H, U2, U1);
3631 or $acc1, $acc4 # !is_equal(U1, U2)
3639 # if (!is_equal(U1, U2) | in1infty | in2infty | !is_equal(S1, S2))
3674 lea $U2(%rsp), $r_ptr # U1*H^2
3675 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, U
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl878 $U1,$U2,$S1,$S2)=map(32*$_,(0..11));
990 call __ecp_nistz256_mul_mont ! p256_mul_mont(U2, in2_x, Z1sqr);
991 add %sp,LOCALS+$U2,$rp
994 call __ecp_nistz256_sub_from ! p256_sub(H, U2, U1);
1005 bne,pt %icc,.Ladd_proceed ! is_equal(U1,U2)?
1082 call __ecp_nistz256_mul_mont ! p256_mul_mont(U2, U1, Hsqr);
1083 add %sp,LOCALS+$U2,$rp
1085 call __ecp_nistz256_mul_by_2 ! p256_mul_by_2(Hsqr, U2);
1096 add %sp,LOCALS+$U2,$bp
1097 call __ecp_nistz256_sub_morf ! p256_sub(res_y, U2, res_
[all...]
H A Decp_nistz256-armv4.pl1395 $U1,$U2,$S1,$S2)=map(32*$_,(0..17));
1504 add $r_ptr,sp,#$U2
1505 bl __ecp_nistz256_mul_mont @ p256_mul_mont(U2, in2_x, Z1sqr);
1509 bl __ecp_nistz256_sub_from @ p256_sub(H, U2, U1);
1517 orr $a0,$a0,$a4 @ ~is_equal(U1,U2)
1528 @ if(~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
1565 add $r_ptr,sp,#$U2
1566 bl __ecp_nistz256_mul_mont @ p256_mul_mont(U2, U1, Hsqr);
1569 bl __ecp_nistz256_add_self @ p256_mul_by_2(Hsqr, U2);
1578 add $b_ptr,sp,#$U2
[all...]
H A Decp_nistz256-armv8.pl901 $U1,$U2,$S1,$S2)=map(32*$_,(0..11));
996 add $rp,sp,#$U2
997 bl __ecp_nistz256_mul_mont // p256_mul_mont(U2, in2_x, Z1sqr);
1003 bl __ecp_nistz256_sub_from // p256_sub(H, U2, U1);
1007 orr $acc0,$acc0,$acc2 // ~is_equal(U1,U2)
1014 cbnz $acc0,.Ladd_proceed // if(~is_equal(U1,U2) | in1infty | in2infty | ~is_equal(S1,S2))
1060 add $rp,sp,#$U2
1061 bl __ecp_nistz256_mul_mont // p256_mul_mont(U2, U1, Hsqr);
1068 bl __ecp_nistz256_add // p256_mul_by_2(Hsqr, U2);
1077 add $bp,sp,#$U2
[all...]
H A Decp_nistz256-x86_64.pl3471 $U1,$U2,$S1,$S2,
3622 lea $U2(%rsp), $r_ptr # U2 = X2*Z1^2
3623 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, in2_x, Z1sqr);
3626 lea $H(%rsp), $r_ptr # H = U2 - U1
3627 call __ecp_nistz256_sub_from$x # p256_sub(H, U2, U1);
3631 or $acc1, $acc4 # !is_equal(U1, U2)
3639 # if (!is_equal(U1, U2) | in1infty | in2infty | !is_equal(S1, S2))
3674 lea $U2(%rsp), $r_ptr # U1*H^2
3675 call __ecp_nistz256_mul_mont$x # p256_mul_mont(U2, U
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dbmp_to_nv12.py63 U2 = converted_pixels[((((i / width) * 2) * width) + width + (i % width)) * 3 + 1] variable
66 uv_buffer[i] = (U1 + U2) / 2
/third_party/ffmpeg/libavcodec/
H A Dxxan.c244 uint8_t *U2 = U + s->pic->linesize[1]; in xan_decode_chroma() local
258 U[i] = U[i+1] = U2[i] = U2[i+1] = uval | (uval >> 5); in xan_decode_chroma()
264 U2 += s->pic->linesize[1] * 2; in xan_decode_chroma()
H A Dtruemotion2.c86 int *Y1, *U1, *V1, *Y2, *U2, *V2; member
431 U = (ctx->cur?ctx->U2:ctx->U1) + by * 2 * Ustride + bx * 2;\
445 Uo = (ctx->cur?ctx->U1:ctx->U2) + by * 2 * oUstride + bx * 2;
825 U = (ctx->cur?ctx->U2:ctx->U1); in tm2_decode_blocks()
985 l->U2 = l->U1 + w * h; in decode_init()
986 l->V1 = l->U2 + w * h; in decode_init()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c315 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add() local
363 ecp_nistz256_mul_mont(U2, in2_x, Z1sqr); /* U2 = X2*Z1^2 */ in ecp_nistz256_point_add()
364 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */ in ecp_nistz256_point_add()
377 * intermediate variables U1, U2 and S1, S2 that are derived from in ecp_nistz256_point_add()
379 * - U1 = X1 * (Z2)^2 ; U2 = X2 * (Z1)^2 in ecp_nistz256_point_add()
382 * It is easy to prove that is_equal(U1, U2) implies that the affine in ecp_nistz256_point_add()
393 * Therefore since U1 = U2, we know H = 0, and therefore Z3 = H*Z1*Z2 in ecp_nistz256_point_add()
400 if (is_equal(U1, U2) in ecp_nistz256_point_add()
446 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; ecp_nistz256_point_add_affine() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c315 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; in ecp_nistz256_point_add() local
363 ecp_nistz256_mul_mont(U2, in2_x, Z1sqr); /* U2 = X2*Z1^2 */ in ecp_nistz256_point_add()
364 ecp_nistz256_sub(H, U2, U1); /* H = U2 - U1 */ in ecp_nistz256_point_add()
377 * intermediate variables U1, U2 and S1, S2 that are derived from in ecp_nistz256_point_add()
379 * - U1 = X1 * (Z2)^2 ; U2 = X2 * (Z1)^2 in ecp_nistz256_point_add()
382 * It is easy to prove that is_equal(U1, U2) implies that the affine in ecp_nistz256_point_add()
393 * Therefore since U1 = U2, we know H = 0, and therefore Z3 = H*Z1*Z2 in ecp_nistz256_point_add()
400 if (is_equal(U1, U2) in ecp_nistz256_point_add()
446 BN_ULONG U2[P256_LIMBS], S2[P256_LIMBS]; ecp_nistz256_point_add_affine() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DDataExtractor.h24 Uint24(uint8_t U0, uint8_t U1, uint8_t U2) { in Uint24()
25 Bytes[0] = U0; Bytes[1] = U1; Bytes[2] = U2; in Uint24()
/third_party/mbedtls/library/
H A Dbignum.c1884 mbedtls_mpi G, TA, TU, U1, U2, TB, TV, V1, V2; in mbedtls_mpi_inv_mod() local
1890 mbedtls_mpi_init(&TA); mbedtls_mpi_init(&TU); mbedtls_mpi_init(&U1); mbedtls_mpi_init(&U2); in mbedtls_mpi_inv_mod()
1907 MBEDTLS_MPI_CHK(mbedtls_mpi_lset(&U2, 0)); in mbedtls_mpi_inv_mod()
1915 if ((U1.p[0] & 1) != 0 || (U2.p[0] & 1) != 0) { in mbedtls_mpi_inv_mod()
1917 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&U2, &U2, &TA)); in mbedtls_mpi_inv_mod()
1921 MBEDTLS_MPI_CHK(mbedtls_mpi_shift_r(&U2, 1)); in mbedtls_mpi_inv_mod()
1939 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&U2, &U2, &V2)); in mbedtls_mpi_inv_mod()
1943 MBEDTLS_MPI_CHK(mbedtls_mpi_sub_mpi(&V2, &V2, &U2)); in mbedtls_mpi_inv_mod()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DStringExtras.h162 unsigned U2 = hexDigitValue(LSB); in hexFromNibbles() local
163 assert(U1 != -1U && U2 != -1U); in hexFromNibbles()
165 return static_cast<uint8_t>((U1 << 4) | U2); in hexFromNibbles()
/third_party/rust/crates/unicode-width/scripts/
H A Dunicode.py38 U2 = 2 variable in OffsetType
49 (0, 6, OffsetType.U2),
297 to their enum variant's integer value. For example, with `OffsetType.U2`, each byte will
/third_party/selinux/checkpolicy/
H A Dpolicy_parse.y143 %token U1 U2 U3 R1 R2 R3 T1 T2 T3 L1 L2 H1 H2
566 cexpr_prim : U1 op U2
578 | U2 op { if (insert_separator(1)) return -1; } names_push

Completed in 26 milliseconds

12