/third_party/skia/tests/ |
H A D | RRectInPathTest.cpp | 216 SkRRect rr, rr2; in test_inset() local 220 rr.inset(-20, -20, &rr2); in test_inset() 223 rr.inset(20, 20, &rr2); in test_inset() 226 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset() 230 rr.inset(19, 19, &rr2); in test_inset() 232 rr.inset(20, 20, &rr2); in test_inset() 253 SkRRect rr2; // construct the same RR using the most general set function in test_9patch_rrect() local 255 rr2.setRectRadii(rect, radii); in test_9patch_rrect() 286 SkRRect rr2; in test_round_rect_basic() local 287 rr2 in test_round_rect_basic() 353 SkRRect rr2; test_round_rect_rects() local 396 SkRRect rr2; test_round_rect_general() local [all...] |
H A D | RoundRectTest.cpp | 128 SkRRect rr, rr2; in test_inset() local 132 rr.inset(-20, -20, &rr2); in test_inset() 133 REPORTER_ASSERT(reporter, rr2.isRect()); in test_inset() 135 rr.inset(20, 20, &rr2); in test_inset() 136 REPORTER_ASSERT(reporter, rr2.isRect()); in test_inset() 138 rr.inset(r.width()/2, r.height()/2, &rr2); in test_inset() 139 REPORTER_ASSERT(reporter, rr2.isEmpty()); in test_inset() 142 rr.inset(19, 19, &rr2); in test_inset() 143 REPORTER_ASSERT(reporter, rr2.isSimple()); in test_inset() 144 rr.inset(20, 20, &rr2); in test_inset() 168 SkRRect rr2; // construct the same RR using the most general set function test_9patch_rrect() local 211 SkRRect rr2; test_round_rect_basic() local 306 SkRRect rr2; test_round_rect_rects() local 346 SkRRect rr2; test_round_rect_general() local 371 SkRRect rr2; test_round_rect_iffy_parameters() local [all...] |
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_video.c | 831 register uint32_t r1, r2, rr1, rr2; in usb_format_yuv_semiplanar_420() local 865 rr2 = *(pyy++); in usb_format_yuv_semiplanar_420() 870 *(pp++) = ((GET_BYTE(rr2, 0)) | (GET_BYTE(c[1], 8) << 8) | in usb_format_yuv_semiplanar_420() 871 (GET_BYTE(rr2, 8) << 16) | (GET_BYTE(c[1], 0) << 24)); in usb_format_yuv_semiplanar_420() 872 *(pp++) = ((GET_BYTE(rr2, 16)) | (GET_BYTE(c[1], 24) << 8) | in usb_format_yuv_semiplanar_420() 873 (GET_BYTE(rr2, 24) << 16) | (GET_BYTE(c[1], 16) << 24)); in usb_format_yuv_semiplanar_420()
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_exp.c | 1452 BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2, in BN_mod_exp_mont_consttime_x2() 1468 if (bn_wexpand(rr2, 16) == NULL) in BN_mod_exp_mont_consttime_x2() 1491 rr2->d, a2->d, p2->d, m2->d, in BN_mod_exp_mont_consttime_x2() 1500 rr2->top = 16; in BN_mod_exp_mont_consttime_x2() 1501 rr2->neg = 0; in BN_mod_exp_mont_consttime_x2() 1502 bn_correct_top(rr2); in BN_mod_exp_mont_consttime_x2() 1503 bn_check_top(rr2); in BN_mod_exp_mont_consttime_x2() 1511 /* rr2 = a2^p2 mod m2 */ in BN_mod_exp_mont_consttime_x2() 1512 ret &= BN_mod_exp_mont_consttime(rr2, a2, p2, m2, ctx, in_mont2); in BN_mod_exp_mont_consttime_x2() 1450 BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *m1, BN_MONT_CTX *in_mont1, BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m2, BN_MONT_CTX *in_mont2, BN_CTX *ctx) BN_mod_exp_mont_consttime_x2() argument
|
/third_party/openssl/crypto/bn/ |
H A D | bn_exp.c | 1431 BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2, in BN_mod_exp_mont_consttime_x2() 1447 if (bn_wexpand(rr2, 16) == NULL) in BN_mod_exp_mont_consttime_x2() 1470 rr2->d, a2->d, p2->d, m2->d, in BN_mod_exp_mont_consttime_x2() 1479 rr2->top = 16; in BN_mod_exp_mont_consttime_x2() 1480 rr2->neg = 0; in BN_mod_exp_mont_consttime_x2() 1481 bn_correct_top(rr2); in BN_mod_exp_mont_consttime_x2() 1482 bn_check_top(rr2); in BN_mod_exp_mont_consttime_x2() 1490 /* rr2 = a2^p2 mod m2 */ in BN_mod_exp_mont_consttime_x2() 1491 ret &= BN_mod_exp_mont_consttime(rr2, a2, p2, m2, ctx, in_mont2); in BN_mod_exp_mont_consttime_x2() 1429 BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1, const BIGNUM *m1, BN_MONT_CTX *in_mont1, BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2, const BIGNUM *m2, BN_MONT_CTX *in_mont2, BN_CTX *ctx) BN_mod_exp_mont_consttime_x2() argument
|
/third_party/skia/samplecode/ |
H A D | SampleQuadStroker.cpp | 640 SkRRect rr2; variable 641 rr.inset(width/2, width/2, &rr2); 642 path.addRRect(rr2, SkPathDirection::kCCW); 643 rr.inset(-width/2, -width/2, &rr2); 644 path.addRRect(rr2, SkPathDirection::kCW);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 321 BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2,
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 321 BIGNUM *rr2, const BIGNUM *a2, const BIGNUM *p2,
|