Searched refs:MEMCOPY (Results 1 – 10 of 10) sorted by relevance
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/ |
A D | jinclude.h | 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size)) macro 68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size)) macro
|
A D | jutils.c | 152 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
|
A D | jcparam.c | 179 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in add_huff_table() 191 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
|
A D | jdatadst.c | 136 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize); in empty_mem_output_buffer()
|
A D | rdswitch.c | 255 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info)); in read_scan_script()
|
A D | jcprepct.c | 298 MEMCOPY(fake_buffer + rgroup_height, true_buffer, in create_context_buffer()
|
A D | jctrans.c | 101 MEMCOPY((*qtblptr)->quantval, in jpeg_copy_critical_parameters()
|
A D | jdmarker.c | 519 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits)); in get_dht() 520 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval)); in get_dht()
|
A D | jdinput.c | 507 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL)); in latch_quant_tables()
|
A D | jchuff.c | 1368 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits)); in jpeg_gen_optimal_table()
|
Completed in 17 milliseconds