Home
last modified time | relevance | path

Searched refs:rr1 (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/tests/
DRRectInPathTest.cpp272 SkRRect rr1; in test_round_rect_basic() local
273 rr1.setRect(rect); in test_round_rect_basic()
274 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_basic()
345 SkRRect rr1; in test_round_rect_rects() local
346 rr1.setRectXY(rect, 0, 0); in test_round_rect_rects()
348 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_rects()
374 SkRRect rr1; in test_round_rect_ovals() local
375 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight)); in test_round_rect_ovals()
377 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_ovals()
388 SkRRect rr1; in test_round_rect_general() local
[all …]
DRoundRectTest.cpp192 SkRRect rr1; in test_round_rect_basic() local
193 rr1.setRect(rect); in test_round_rect_basic()
195 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr1.type()); in test_round_rect_basic()
196 REPORTER_ASSERT(reporter, rr1.rect() == rect); in test_round_rect_basic()
199 REPORTER_ASSERT(reporter, zeroPt == rr1.radii((SkRRect::Corner) i)); in test_round_rect_basic()
204 REPORTER_ASSERT(reporter, rr1_2 == rr1 && rr1_2.getType() == rr1.getType()); in test_round_rect_basic()
207 REPORTER_ASSERT(reporter, rr1_3 == rr1 && rr1_3.getType() == rr1.getType()); in test_round_rect_basic()
296 SkRRect rr1; in test_round_rect_rects() local
297 rr1.setRectXY(rect, 0, 0); in test_round_rect_rects()
299 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr1.type()); in test_round_rect_rects()
[all …]
/third_party/NuttX/drivers/usbdev/gadget/
Dusbd_video.c831 register uint32_t r1, r2, rr1, rr2; in usb_format_yuv_semiplanar_420() local
864 rr1 = *(pyy++); in usb_format_yuv_semiplanar_420()
866 *(pp++) = ((GET_BYTE(rr1, 0)) | (GET_BYTE(c[0], 8) << 8) | in usb_format_yuv_semiplanar_420()
867 (GET_BYTE(rr1, 8) << 16) | (GET_BYTE(c[0], 0) << 24)); in usb_format_yuv_semiplanar_420()
868 *(pp++) = ((GET_BYTE(rr1, 16)) | (GET_BYTE(c[0], 24) << 8) | in usb_format_yuv_semiplanar_420()
869 (GET_BYTE(rr1, 24) << 16) | (GET_BYTE(c[0], 16) << 24)); in usb_format_yuv_semiplanar_420()
/third_party/openssl/doc/man3/
DBN_mod_exp_mont.pod19 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1,
41 the I<p1>-th power modulo I<m1> (C<rr1=a1^p1 % m1>) and I<a2> to the I<p2>-th
/third_party/node/deps/openssl/openssl/crypto/bn/
Dbn_exp.c1450 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1, in BN_mod_exp_mont_consttime_x2() argument
1466 if (bn_wexpand(rr1, 16) == NULL) in BN_mod_exp_mont_consttime_x2()
1489 ret = ossl_rsaz_mod_exp_avx512_x2(rr1->d, a1->d, p1->d, m1->d, in BN_mod_exp_mont_consttime_x2()
1495 rr1->top = 16; in BN_mod_exp_mont_consttime_x2()
1496 rr1->neg = 0; in BN_mod_exp_mont_consttime_x2()
1497 bn_correct_top(rr1); in BN_mod_exp_mont_consttime_x2()
1498 bn_check_top(rr1); in BN_mod_exp_mont_consttime_x2()
1510 ret = BN_mod_exp_mont_consttime(rr1, a1, p1, m1, ctx, in_mont1); in BN_mod_exp_mont_consttime_x2()
Drsaz_exp_x2.c120 const BN_ULONG *rr1,
182 to_words52(rr1_red, exp_digits, rr1, factor_size);
/third_party/openssl/crypto/bn/
Dbn_exp.c1429 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1, in BN_mod_exp_mont_consttime_x2() argument
1445 if (bn_wexpand(rr1, 16) == NULL) in BN_mod_exp_mont_consttime_x2()
1468 ret = ossl_rsaz_mod_exp_avx512_x2(rr1->d, a1->d, p1->d, m1->d, in BN_mod_exp_mont_consttime_x2()
1474 rr1->top = 16; in BN_mod_exp_mont_consttime_x2()
1475 rr1->neg = 0; in BN_mod_exp_mont_consttime_x2()
1476 bn_correct_top(rr1); in BN_mod_exp_mont_consttime_x2()
1477 bn_check_top(rr1); in BN_mod_exp_mont_consttime_x2()
1489 ret = BN_mod_exp_mont_consttime(rr1, a1, p1, m1, ctx, in_mont1); in BN_mod_exp_mont_consttime_x2()
Drsaz_exp_x2.c120 const BN_ULONG *rr1,
182 to_words52(rr1_red, exp_digits, rr1, factor_size);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiRegisterInfo.td35 def RR1 : LanaiReg<10, "rr1", [R10]>, DwarfRegAlias<R10>;
/third_party/openssl/include/openssl/
Dbn.h319 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1,
/third_party/node/deps/openssl/openssl/include/openssl/
Dbn.h319 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1,