Searched refs:FMEMCOPY (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jutils.c | 152 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size) macro 155 #define FMEMCOPY(dest,src,size) _fmemcpy((void FAR *)(dest), (const void FAR *)(src), (size_t)(size… macro 187 #ifdef FMEMCOPY in jcopy_sample_rows() 200 #ifdef FMEMCOPY in jcopy_sample_rows() 201 FMEMCOPY(outptr, inptr, count); in jcopy_sample_rows() 215 #ifdef FMEMCOPY in jcopy_block_row() 216 FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF))); in jcopy_block_row()
|
Completed in 2 milliseconds