Searched refs:MEMMOVE_EARLY_FUNC (Results 1 – 2 of 2) sorted by relevance
65 #ifndef MEMMOVE_EARLY_FUNC66 #define MEMMOVE_EARLY_FUNC memmove macro68 void *MEMMOVE_EARLY_FUNC(void *, const void *, size_t);75 return (MEMMOVE_EARLY_FUNC(to, from, len)); in memmove_early()
98 #define MEMMOVE_EARLY_FUNC memmove_std macro