Home
last modified time | relevance | path

Searched refs:r_ptr (Results 1 - 9 of 9) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl125 ($r_ptr,$a_ptr,$b_ptr,$ff,$a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7,$t1,$t2)=
259 str $a0,[$r_ptr,#0]
261 str $a1,[$r_ptr,#4]
263 str $a2,[$r_ptr,#8]
265 str $a3,[$r_ptr,#12]
267 str $a4,[$r_ptr,#16]
269 str $a5,[$r_ptr,#20]
271 str $a6,[$r_ptr,#24]
272 str $a7,[$r_ptr,#28]
413 str $a0,[$r_ptr,#
[all...]
H A Decp_nistz256-x86_64.pl118 my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx");
157 mov $a0, 8*0($r_ptr)
159 mov $a1, 8*1($r_ptr)
161 mov $a2, 8*2($r_ptr)
162 mov $a3, 8*3($r_ptr)
229 mov $a0, 8*0($r_ptr)
230 mov $a1, 8*1($r_ptr)
231 mov $a2, 8*2($r_ptr)
232 mov $a3, 8*3($r_ptr)
303 mov $a0, 8*0($r_ptr)
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-armv4.pl125 ($r_ptr,$a_ptr,$b_ptr,$ff,$a0,$a1,$a2,$a3,$a4,$a5,$a6,$a7,$t1,$t2)=
259 str $a0,[$r_ptr,#0]
261 str $a1,[$r_ptr,#4]
263 str $a2,[$r_ptr,#8]
265 str $a3,[$r_ptr,#12]
267 str $a4,[$r_ptr,#16]
269 str $a5,[$r_ptr,#20]
271 str $a6,[$r_ptr,#24]
272 str $a7,[$r_ptr,#28]
413 str $a0,[$r_ptr,#
[all...]
H A Decp_nistz256-x86_64.pl118 my ($r_ptr,$a_ptr,$b_ptr)=("%rdi","%rsi","%rdx");
157 mov $a0, 8*0($r_ptr)
159 mov $a1, 8*1($r_ptr)
161 mov $a2, 8*2($r_ptr)
162 mov $a3, 8*3($r_ptr)
229 mov $a0, 8*0($r_ptr)
230 mov $a1, 8*1($r_ptr)
231 mov $a2, 8*2($r_ptr)
232 mov $a3, 8*3($r_ptr)
303 mov $a0, 8*0($r_ptr)
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_csp_enc.c331 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 in AccumulateRGBA()
811 AccumulateRGB(const uint8_t* const r_ptr, const uint8_t* const g_ptr, const uint8_t* const b_ptr, int step, int rgb_stride, uint16_t* dst, int width) AccumulateRGB() argument
842 ImportYUVAFromRGBA(const uint8_t* r_ptr, const uint8_t* g_ptr, const uint8_t* b_ptr, const uint8_t* a_ptr, int step, int rgb_stride, float dithering, int use_iterative_conversion, WebPPicture* const picture) ImportYUVAFromRGBA() argument
1103 const uint8_t* r_ptr = rgb + (swap_rb ? 2 : 0); Import() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_compensationdelay.c109 unsigned r_ptr, w_ptr = 0; in filter_frame() local
126 r_ptr = (w_ptr + buf_size - delay) & b_mask; in filter_frame()
132 dst[n] = dry * sample + wet * buffer[r_ptr]; in filter_frame()
134 r_ptr = (r_ptr + 1) & b_mask; in filter_frame()
/third_party/backends/backend/
H A Davision.c6588 uint8_t* r_ptr = background + (bytes_per_line * l); in get_background_raster() local
6589 uint8_t* g_ptr = r_ptr + bytes_per_line / bpp; in get_background_raster()
6593 out_data [p++] = *(r_ptr++); in get_background_raster()
7843 uint8_t* r_ptr = stripe_data; in reader_process() local
7848 out_data [i++] = *r_ptr; r_ptr += 3; in reader_process()
7861 uint8_t* r_ptr = stripe_data + ((unsigned int) s->avdimen.hw_bytes_per_line * l); in reader_process() local
7862 uint8_t* g_ptr = r_ptr + s->avdimen.hw_pixels_per_line; in reader_process()
7866 out_data [i++] = *(r_ptr++); in reader_process()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/ec/
H A Decp_nistz256-armv4.S3244 ldr r0,[sp,#32] @ restore r_ptr
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/ec/
H A Decp_nistz256-armv4.S3244 ldr r0,[sp,#32] @ restore r_ptr

Completed in 65 milliseconds