OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MEMCOPY
(Results
1 - 14
of
14
) sorted by null
/bionic/libc/arch-x86/string/
memcpy.S
2
#define
MEMCOPY
bcopy.S
41
#ifdef
MEMCOPY
52
#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
90
/* On normal machines we can apply
MEMCOPY
() and MEMZERO() to sample arrays
100
#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
240
MEMCOPY
(qtbl, cinfo->quant_tbl_ptrs[qtblno], SIZEOF(JQUANT_TBL));
jdmaster.c
290
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));
/bionic/libc/string/
bcopy.c
50
#ifdef
MEMCOPY
123
#if defined(
MEMCOPY
) || defined(MEMMOVE)
/bionic/libc/arch-sh/bionic/
memcpy.S
33
#if !defined(
MEMCOPY
) && !defined(MEMMOVE) && !defined(BCOPY)
34
#define
MEMCOPY
37
#if defined(
MEMCOPY
) || defined(MEMMOVE)
48
#if defined(
MEMCOPY
)
Completed in 117 milliseconds