Searched refs:out_r (Results 1 – 7 of 7) sorted by relevance
/external/zlib/src/contrib/inflate86/ |
D | inffast.S | 317 #define out_r %edi macro 351 movl out(%esp), out_r 428 cmpl out_r, end(%esp) 624 movl out_r, %eax 631 movl out_r, from_r 636 movb %al, (out_r) 640 movb %al, 1(out_r) 641 movb %dl, 2(out_r) 642 addl $3, out_r 652 cmpl out_r, beg(%esp) [all …]
|
/external/libvpx/libvpx/test/ |
D | fdct8x8_test.cc | 394 double out_r[kNumCoeffs]; in RunInvAccuracyCheck() local 411 reference_8x8_dct_2d(in, out_r); in RunInvAccuracyCheck() 413 coeff[j] = static_cast<tran_low_t>(round(out_r[j])); in RunInvAccuracyCheck() 447 double out_r[kNumCoeffs]; in RunFwdAccuracyCheck() local 454 reference_8x8_dct_2d(in, out_r); in RunFwdAccuracyCheck() 456 coeff_r[j] = static_cast<tran_low_t>(round(out_r[j])); in RunFwdAccuracyCheck()
|
D | dct32x32_test.cc | 270 double out_r[kNumCoeffs]; in TEST_P() local 287 reference_32x32_dct_2d(in, out_r); in TEST_P() 289 coeff[j] = static_cast<tran_low_t>(round(out_r[j])); in TEST_P()
|
D | dct16x16_test.cc | 524 double out_r[kNumCoeffs]; in RunInvAccuracyCheck() local 541 reference_16x16_dct_2d(in, out_r); in RunInvAccuracyCheck() 543 coeff[j] = static_cast<tran_low_t>(round(out_r[j])); in RunInvAccuracyCheck()
|
/external/boringssl/src/include/openssl/ |
D | dsa.h | 289 BIGNUM **out_kinv, BIGNUM **out_r);
|
/external/boringssl/src/crypto/dsa/ |
D | dsa.c | 765 BIGNUM **out_r) { in DSA_sign_setup() argument 842 BN_clear_free(*out_r); in DSA_sign_setup() 843 *out_r = r; in DSA_sign_setup()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpx_opj.cpp | 140 int* out_r, in sycc_to_rgb() argument 152 *out_r = r; in sycc_to_rgb()
|