Searched refs:MEMCPY_EARLY_FUNC (Results 1 – 2 of 2) sorted by relevance
52 #ifndef MEMCPY_EARLY_FUNC53 #define MEMCPY_EARLY_FUNC memcpy macro55 void *MEMCPY_EARLY_FUNC(void *, const void *, size_t);62 return (MEMCPY_EARLY_FUNC(to, from, len)); in memcpy_early()
97 #define MEMCPY_EARLY_FUNC memcpy_std macro