/external/rust/crates/ring/crypto/fipsmodule/ec/asm/ |
D | ecp_nistz256-armv4.pl | 70 ($r_ptr,$a_ptr,$b_ptr,$ff,$a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7,$t1,$t2)= 173 str $a0,[$r_ptr,#0] 175 str $a1,[$r_ptr,#4] 177 str $a2,[$r_ptr,#8] 179 str $a3,[$r_ptr,#12] 181 str $a4,[$r_ptr,#16] 183 str $a5,[$r_ptr,#20] 185 str $a6,[$r_ptr,#24] 186 str $a7,[$r_ptr,#28] 297 str $a0,[$r_ptr,#0] [all …]
|
D | p256-x86_64-asm.pl | 88 my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx"); 126 mov $a0, 8*0($r_ptr) 128 mov $a1, 8*1($r_ptr) 130 mov $a2, 8*2($r_ptr) 131 mov $a3, 8*3($r_ptr) 176 mov $a0, 8*0($r_ptr) 178 mov $a1, 8*1($r_ptr) 180 mov $a2, 8*2($r_ptr) 181 mov $a3, 8*3($r_ptr) 196 my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx"); [all …]
|
/external/boringssl/src/crypto/fipsmodule/ec/asm/ |
D | p256-x86_64-asm.pl | 88 my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx"); 130 mov $a0, 8*0($r_ptr) 132 mov $a1, 8*1($r_ptr) 134 mov $a2, 8*2($r_ptr) 135 mov $a3, 8*3($r_ptr) 150 my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx"); 463 mov $acc4, 8*0($r_ptr) 464 mov $acc5, 8*1($r_ptr) 465 mov $acc0, 8*2($r_ptr) 466 mov $acc1, 8*3($r_ptr) [all …]
|
/external/webp/src/enc/ |
D | picture_csp_enc.c | 331 static void ImportOneRow(const uint8_t* const r_ptr, in ImportOneRow() argument 341 dst[i + 0 * w] = UpLift(r_ptr[off]); in ImportOneRow() 445 static int PreprocessARGB(const uint8_t* r_ptr, in PreprocessARGB() argument 493 ImportOneRow(r_ptr, g_ptr, b_ptr, step, picture->width, src1); in PreprocessARGB() 495 ImportOneRow(r_ptr + rgb_stride, g_ptr + rgb_stride, b_ptr + rgb_stride, in PreprocessARGB() 511 r_ptr += 2 * rgb_stride; in PreprocessARGB() 754 static WEBP_INLINE void ConvertRowToY(const uint8_t* const r_ptr, in ConvertRowToY() argument 763 dst_y[i] = RGBToY(r_ptr[j], g_ptr[j], b_ptr[j], rg); in ConvertRowToY() 767 static WEBP_INLINE void AccumulateRGBA(const uint8_t* const r_ptr, in AccumulateRGBA() argument 779 r = SUM4(r_ptr + j, 4); in AccumulateRGBA() [all …]
|
/external/libopus/silk/float/ |
D | find_LTP_FLP.c | 38 …const silk_float r_ptr[], /* I LPC residual … in silk_find_LTP_FLP() argument 52 lag_ptr = r_ptr - ( lag[ k ] + LTP_ORDER / 2 ); in silk_find_LTP_FLP() 54 silk_corrVector_FLP( lag_ptr, r_ptr, subfr_length, LTP_ORDER, xX_ptr ); in silk_find_LTP_FLP() 55 xx = ( silk_float )silk_energy_FLP( r_ptr, subfr_length + LTP_ORDER ); in silk_find_LTP_FLP() 60 r_ptr += subfr_length; in silk_find_LTP_FLP()
|
D | main_FLP.h | 148 …const silk_float r_ptr[], /* I LPC residual …
|
/external/libopus/silk/fixed/ |
D | find_LTP_FIX.c | 38 …const opus_int16 r_ptr[], /* I Residual signal af… in silk_find_LTP_FIX() argument 54 lag_ptr = r_ptr - ( lag[ k ] + LTP_ORDER / 2 ); in silk_find_LTP_FIX() 56 …silk_sum_sqr_shift( &xx, &xx_shifts, r_ptr, subfr_length + LTP_ORDER ); … in silk_find_LTP_FIX() 73 …silk_corrVector_FIX( lag_ptr, r_ptr, subfr_length, LTP_ORDER, xXLTP_Q17_ptr, xX_shifts, arch ); … in silk_find_LTP_FIX() 95 r_ptr += subfr_length; in silk_find_LTP_FIX()
|
/external/libxaac/decoder/ |
D | ixheaacd_interface.h | 91 VOID ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, 95 VOID ixheaacd_calc_pre_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, 99 VOID ixheaacd_calc_post_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, 103 VOID ixheaacd_calc_post_twid_armv7(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr,
|
D | ixheaacd_acelp_mdct.c | 101 static void ixheaacd_pre_twid(WORD32 *in, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_pre_twid() argument 109 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i], in[nlength + i], cos_ptr[i], in ixheaacd_pre_twid() 114 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i + 1], in[nlength + i + 1], in ixheaacd_pre_twid() 119 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i + 2], in[nlength + i + 2], in ixheaacd_pre_twid() 124 *r_ptr++ = ixheaacd_mul_sub64_sat_32(in[i + 3], in[nlength + i + 3], in ixheaacd_pre_twid()
|
D | ixheaacd_imdct.c | 100 void ixheaacd_calc_pre_twid_dec(WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_calc_pre_twid_dec() argument 109 *r_ptr++ = ((ixheaacd_mult32(ixheaacd_negate32_sat(*ptr_x), (*cos_ptr)) - in ixheaacd_calc_pre_twid_dec() 118 void ixheaacd_calc_post_twid_dec(WORD32 *xptr, WORD32 *r_ptr, WORD32 *i_ptr, in ixheaacd_calc_post_twid_dec() argument 129 *xptr = (-(ixheaacd_mult32((r_ptr[i]), (*cos_ptr)) - in ixheaacd_calc_post_twid_dec() 132 ixheaacd_mult32((r_ptr[i]), (*sin_ptr++)))); in ixheaacd_calc_post_twid_dec()
|
D | ixheaacd_function_selector.h | 160 extern VOID (*ixheaacd_calc_pre_twid)(WORD32 *ptr_x, WORD32 *r_ptr, 165 extern VOID (*ixheaacd_calc_post_twid)(WORD32 *ptr_x, WORD32 *r_ptr,
|
/external/libvpx/libvpx/third_party/libwebm/common/ |
D | hdr_util.cc | 39 PrimaryChromaticityPtr r_ptr(nullptr); in CopyMasteringMetadata() local 45 if (!CopyPrimaryChromaticity(*parser_mm.r, &r_ptr)) in CopyMasteringMetadata() 61 if (!muxer_mm->SetChromaticity(r_ptr.get(), g_ptr.get(), b_ptr.get(), in CopyMasteringMetadata()
|
/external/libwebm/common/ |
D | hdr_util.cc | 39 PrimaryChromaticityPtr r_ptr(nullptr); in CopyMasteringMetadata() local 45 if (!CopyPrimaryChromaticity(*parser_mm.r, &r_ptr)) in CopyMasteringMetadata() 61 if (!muxer_mm->SetChromaticity(r_ptr.get(), g_ptr.get(), b_ptr.get(), in CopyMasteringMetadata()
|
/external/libaom/libaom/third_party/libwebm/common/ |
D | hdr_util.cc | 39 PrimaryChromaticityPtr r_ptr(nullptr); in CopyMasteringMetadata() local 45 if (!CopyPrimaryChromaticity(*parser_mm.r, &r_ptr)) in CopyMasteringMetadata() 61 if (!muxer_mm->SetChromaticity(r_ptr.get(), g_ptr.get(), b_ptr.get(), in CopyMasteringMetadata()
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-categories/ |
D | main.cpp | 33 Rectangle *r_ptr = new Rectangle(9,7); in main() local
|
/external/libxaac/decoder/x86_64/ |
D | ixheaacd_function_selector_x86_64.c | 209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_function_selector_armv8.c | 209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_function_selector_generic.c | 210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/x86/ |
D | ixheaacd_function_selector_x86.c | 209 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 213 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libxaac/decoder/armv7/ |
D | ixheaacd_function_selector_armv7.c | 210 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength, 214 (WORD32 *ptr_x, WORD32 *r_ptr, WORD32 *i_ptr, WORD32 nlength,
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 1062 PrimaryChromaticityPtr r_ptr(nullptr); in SetChromaticity() local 1064 if (!CopyChromaticity(r, &r_ptr)) in SetChromaticity() 1083 r_ = r_ptr.release(); in SetChromaticity()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 1062 PrimaryChromaticityPtr r_ptr(nullptr); in SetChromaticity() local 1064 if (!CopyChromaticity(r, &r_ptr)) in SetChromaticity() 1083 r_ = r_ptr.release(); in SetChromaticity()
|
/external/libwebm/mkvmuxer/ |
D | mkvmuxer.cc | 1062 PrimaryChromaticityPtr r_ptr(nullptr); in SetChromaticity() local 1064 if (!CopyChromaticity(r, &r_ptr)) in SetChromaticity() 1083 r_ = r_ptr.release(); in SetChromaticity()
|
/external/rust/crates/ring/pregenerated/ |
D | ecp_nistz256-armv4-ios32.S | 811 ldr r0,[sp,#32] @ restore r_ptr
|
D | ecp_nistz256-armv4-linux32.S | 792 ldr r0,[sp,#32] @ restore r_ptr
|