Home
last modified time | relevance | path

Searched refs:USE_MEMCPY (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dmalloc.h353 #ifndef USE_MEMCPY
355 #define USE_MEMCPY 1 macro
357 #define USE_MEMCPY 0
377 #if USE_MEMCPY
/OK3568_Linux_fs/kernel/include/linux/mtd/
H A Ddoc2000.h110 #define USE_MEMCPY macro
/OK3568_Linux_fs/u-boot/include/linux/mtd/
H A Ddoc2000.h100 #define USE_MEMCPY macro
/OK3568_Linux_fs/u-boot/common/
H A Ddlmalloc.src162 USE_MEMCPY (default: 1 if HAVE_MEMCPY is defined, 0 otherwise)
350 USE_MEMCPY should be defined as 1 if you actually want to
359 #ifndef USE_MEMCPY
361 #define USE_MEMCPY 1
363 #define USE_MEMCPY 0
383 #if USE_MEMCPY
424 #else /* !USE_MEMCPY */