/device/google/contexthub/firmware/lib/libc/ |
memcpy.c | 4 #define MEMCOPY
|
bcopy.c | 53 #if defined(MEMCOPY) || defined(MEMMOVE) 57 #ifdef MEMCOPY 130 #if defined(MEMCOPY) || defined(MEMMOVE)
|
/external/libjpeg-turbo/ |
jinclude.h | 66 #define MEMCOPY(dest, src, size) \ 74 #define MEMCOPY(dest, src, size) \
|
jutils.c | 113 MEMCOPY(outptr, inptr, count); 123 MEMCOPY(output_row, input_row, num_blocks * (DCTSIZE2 * sizeof(JCOEF)));
|
jstdhuff.c | 32 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); 44 MEMCOPY((*htblptr)->huffval, val, nsymbols * sizeof(UINT8));
|
jdatadst-tj.c | 102 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize);
|
wrbmp.c | 124 MEMCOPY(outptr, inptr, dest->row_width); 196 MEMCOPY(outptr, inptr, cinfo->output_width);
|
jcprepct.c | 292 MEMCOPY(fake_buffer + rgroup_height, true_buffer,
|
jdatadst.c | 144 MEMCOPY(nextbuffer, dest->buffer, dest->bufsize);
|
rdswitch.c | 266 MEMCOPY(scanptr, scans, scanno * sizeof(jpeg_scan_info));
|
rdbmp.c | 258 MEMCOPY(outptr, inptr, source->row_width); 323 MEMCOPY(outptr, inptr, source->row_width);
|
jctrans.c | 102 MEMCOPY((*qtblptr)->quantval, srcinfo->quant_tbl_ptrs[tblno]->quantval,
|
jdinput.c | 267 MEMCOPY(qtbl, cinfo->quant_tbl_ptrs[qtblno], sizeof(JQUANT_TBL));
|
wrppm.c | 118 MEMCOPY(bufferptr, ptr, dest->samples_per_row);
|
jchuff.c | 447 MEMCOPY(state->next_output_byte, buffer, bytestocopy); \ 1002 MEMCOPY(htbl->bits, bits, sizeof(htbl->bits)); [all...] |
jdmarker.c | 494 MEMCOPY((*htblptr)->bits, bits, sizeof((*htblptr)->bits)); 495 MEMCOPY((*htblptr)->huffval, huffval, sizeof((*htblptr)->huffval)); [all...] |
jdmaster.c | 443 MEMCOPY(table + (4 * (MAXJSAMPLE + 1) - CENTERJSAMPLE),
|