Home
last modified time | relevance | path

Searched refs:rr1 (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/tests/
H A 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
409 SkRRect rr1; test_round_rect_iffy_parameters() local
[all...]
H A 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
326 SkRRect rr1; test_round_rect_ovals() local
338 SkRRect rr1; test_round_rect_general() local
360 SkRRect rr1; test_round_rect_iffy_parameters() local
[all...]
/third_party/NuttX/drivers/usbdev/gadget/
H A 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/node/deps/openssl/openssl/crypto/bn/
H A 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()
1509 /* rr1 = a1^p1 mod m1 */ 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()
/third_party/openssl/crypto/bn/
H A 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()
1488 /* rr1 = a1^p1 mod m1 */ 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()
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h319 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1,
/third_party/openssl/include/openssl/
H A Dbn.h319 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1,

Completed in 9 milliseconds