Searched refs:MEMMOVE_EARLY_FUNC (Results 1 – 2 of 2) sorted by relevance
60 #ifndef MEMMOVE_EARLY_FUNC61 #define MEMMOVE_EARLY_FUNC memmove macro63 void *MEMMOVE_EARLY_FUNC(void *, const void *, size_t);70 return (MEMMOVE_EARLY_FUNC(to, from, len)); in memmove_early()
95 #define MEMMOVE_EARLY_FUNC memmove_std macro