Searched refs:MEMSET_EARLY_FUNC (Results 1 – 2 of 2) sorted by relevance
34 #ifndef MEMSET_EARLY_FUNC35 #define MEMSET_EARLY_FUNC memset macro37 void *MEMSET_EARLY_FUNC(void *, int, size_t);44 return (MEMSET_EARLY_FUNC(buf, c, len)); in memset_early()
93 #define MEMSET_EARLY_FUNC memset_std macro