Searched refs:__memset_generic (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dstring_32.h207 static inline void *__memset_generic(void *s, char c, size_t count) function
219 #define __constant_count_memset(s, c, count) __memset_generic((s), (c), (count))
320 : __memset_generic((s), (c), (count)))

Completed in 25 milliseconds