/third_party/skia/tests/ |
D | RRectInPathTest.cpp | 272 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 …]
|
D | RoundRectTest.cpp | 192 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/flutter/skia/tests/ |
D | RRectInPathTest.cpp | 276 SkRRect rr1; in test_round_rect_basic() local 277 rr1.setRect(rect); in test_round_rect_basic() 278 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_basic() 349 SkRRect rr1; in test_round_rect_rects() local 350 rr1.setRectXY(rect, 0, 0); in test_round_rect_rects() 352 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_rects() 378 SkRRect rr1; in test_round_rect_ovals() local 379 rr1.setRectXY(rect, SkScalarHalf(kWidth), SkScalarHalf(kHeight)); in test_round_rect_ovals() 381 path_contains_rrect_check(reporter, rr1, dir, start); in test_round_rect_ovals() 392 SkRRect rr1; in test_round_rect_general() local [all …]
|
D | RoundRectTest.cpp | 189 SkRRect rr1; in test_round_rect_basic() local 190 rr1.setRect(rect); in test_round_rect_basic() 192 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr1.type()); in test_round_rect_basic() 193 REPORTER_ASSERT(reporter, rr1.rect() == rect); in test_round_rect_basic() 196 REPORTER_ASSERT(reporter, zeroPt == rr1.radii((SkRRect::Corner) i)); in test_round_rect_basic() 201 REPORTER_ASSERT(reporter, rr1_2 == rr1 && rr1_2.getType() == rr1.getType()); in test_round_rect_basic() 204 REPORTER_ASSERT(reporter, rr1_3 == rr1 && rr1_3.getType() == rr1.getType()); in test_round_rect_basic() 293 SkRRect rr1; in test_round_rect_rects() local 294 rr1.setRectXY(rect, 0, 0); in test_round_rect_rects() 296 REPORTER_ASSERT(reporter, SkRRect::kRect_Type == rr1.type()); in test_round_rect_rects() [all …]
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | usbd_video.c | 831 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/ |
D | BN_mod_exp_mont.pod | 19 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/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph263pay.h | 232 unsigned int rr1:8; /* reserved */ member 271 unsigned int rr1:8; /* reserved */
|
/third_party/openssl/crypto/bn/ |
D | bn_exp.c | 1409 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1, in BN_mod_exp_mont_consttime_x2() argument 1425 if (bn_wexpand(rr1, 16) == NULL) in BN_mod_exp_mont_consttime_x2() 1448 ret = ossl_rsaz_mod_exp_avx512_x2(rr1->d, a1->d, p1->d, m1->d, in BN_mod_exp_mont_consttime_x2() 1454 rr1->top = 16; in BN_mod_exp_mont_consttime_x2() 1455 rr1->neg = 0; in BN_mod_exp_mont_consttime_x2() 1456 bn_correct_top(rr1); in BN_mod_exp_mont_consttime_x2() 1457 bn_check_top(rr1); in BN_mod_exp_mont_consttime_x2() 1469 ret = BN_mod_exp_mont_consttime(rr1, a1, p1, m1, ctx, in_mont1); in BN_mod_exp_mont_consttime_x2()
|
D | rsaz_exp_x2.c | 130 const BN_ULONG *rr1, 192 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/ |
D | LanaiRegisterInfo.td | 35 def RR1 : LanaiReg<10, "rr1", [R10]>, DwarfRegAlias<R10>;
|
/third_party/openssl/include/openssl/ |
D | bn.h | 319 int BN_mod_exp_mont_consttime_x2(BIGNUM *rr1, const BIGNUM *a1, const BIGNUM *p1,
|