Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/include/linux/mtd/
H A Ddoc2000.h110 #define USE_MEMCPY macro
/openbmc/u-boot/include/linux/mtd/
H A Ddoc2000.h99 #define USE_MEMCPY macro
/openbmc/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 */