FMEMCOPY is only used within LibJPEG.
 
Symbols
loading...
Files
loading...

FMEMCOPY macro

Syntax

#define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)

Arguments

dest

src

size

References

LocationText
jutils.c:152
#define FMEMCOPY(dest,src,size) MEMCOPY(dest,src,size)
jutils.c:187
#ifdef FMEMCOPY
jutils.c:200
#ifdef FMEMCOPY
jutils.c:201
FMEMCOPY(outptr, inptr, count);
jutils.c:215
#ifdef FMEMCOPY
jutils.c:216
FMEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * SIZEOF(JCOEF)));