Searched refs:MEMCOPY (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/jpeg/
H A Djinclude.h62 #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
H A Djutils.c90 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
100 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
H A Drdswitch.c253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
H A Djcparam.c162 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
H A Djcprepct.c295 MEMCOPY(fake_buffer + rgroup_height, true_buffer,
H A Djctrans.c93 MEMCOPY((*qtblptr)->quantval,
H A Djdinput.c240 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
H A Djdmaster.c271 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/jpeg/
H A Djinclude.h62 #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
H A Djutils.c90 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
100 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
H A Drdswitch.c253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
H A Djcparam.c162 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
H A Djcprepct.c295 MEMCOPY(fake_buffer + rgroup_height, true_buffer,
H A Djctrans.c93 MEMCOPY((*qtblptr)->quantval,
H A Djdinput.c240 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/jpeg/
H A Djinclude.h62 #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
H A Djutils.c90 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
100 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
H A Drdswitch.c253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
H A Djcparam.c162 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
H A Djcprepct.c295 MEMCOPY(fake_buffer + rgroup_height, true_buffer,
H A Djctrans.c93 MEMCOPY((*qtblptr)->quantval,
H A Djdinput.c240 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/clib/
H A Dmemmove.c57 #ifdef MEMCOPY
145 #if defined(MEMCOPY) || defined(MEMMOVE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/clib/
H A Dmemmove.c57 #ifdef MEMCOPY
145 #if defined(MEMCOPY) || defined(MEMMOVE)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/clib/
H A Dmemmove.c57 #ifdef MEMCOPY
145 #if defined(MEMCOPY) || defined(MEMMOVE)

Completed in 209 milliseconds

12