HomeSort by relevance Sort by last modified time
    Searched refs:MEMCOPY (Results 1 - 24 of 24) sorted by null

  /bionic/libc/arch-x86/string/
memcpy.S 2 #define MEMCOPY
bcopy.S 41 #ifdef MEMCOPY
52 #if defined(MEMCOPY) || defined(MEMMOVE)
  /bionic/libc/string/
memcpy.c 28 #define MEMCOPY
bcopy.c 50 #ifdef MEMCOPY
123 #if defined(MEMCOPY) || defined(MEMMOVE)
  /external/jpeg/
jinclude.h 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
jutils.c 96 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
106 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
rdswitch.c 253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
jcparam.c 162 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
jcprepct.c 295 MEMCOPY(fake_buffer + rgroup_height, true_buffer,
jctrans.c 93 MEMCOPY((*qtblptr)->quantval,
jdinput.c 258 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
jdmaster.c 294 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
jdmarker.c 477 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
478 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
    [all...]
jchuff.c 820 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));
  /external/qemu/distrib/jpeg-6b/
jinclude.h 62 #define MEMCOPY(dest,src,size) bcopy((const void *)(src), (void *)(dest), (size_t)(size))
68 #define MEMCOPY(dest,src,size) memcpy((void *)(dest), (const void *)(src), (size_t)(size))
jutils.c 96 /* On normal machines we can apply MEMCOPY() and MEMZERO() to sample arrays
106 #define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
rdswitch.c 253 MEMCOPY(scanptr, scans, scanno * SIZEOF(jpeg_scan_info));
jcparam.c 162 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8));
jcprepct.c 295 MEMCOPY(fake_buffer + rgroup_height, true_buffer,
jctrans.c 93 MEMCOPY((*qtblptr)->quantval,
jdinput.c 258 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
jdmaster.c 294 MEMCOPY(table + (4 * (MAXJSAMPLE+1) - CENTERJSAMPLE),
jdmarker.c 477 MEMCOPY((*htblptr)->bits, bits, SIZEOF((*htblptr)->bits));
478 MEMCOPY((*htblptr)->huffval, huffval, SIZEOF((*htblptr)->huffval));
    [all...]
jchuff.c 820 MEMCOPY(htbl->bits, bits, SIZEOF(htbl->bits));

Completed in 151 milliseconds