Searched defs:memset (Results 26 – 36 of 36) sorted by relevance
12
/linux-3.3/arch/sh/boot/compressed/ |
D | misc.c | 78 void* memset(void* s, int c, size_t n) in memset() function
|
/linux-3.3/arch/s390/boot/compressed/ |
D | misc.c | 70 void *memset(void *s, int c, size_t n) in memset() function
|
/linux-3.3/arch/arm/boot/compressed/ |
D | string.c | 116 void *memset(void *s, int c, size_t count) in memset() function
|
/linux-3.3/arch/m68k/include/asm/ |
D | string.h | 111 #define memset(d, c, n) __builtin_memset(d, c, n) macro
|
/linux-3.3/arch/x86/boot/compressed/ |
D | misc.c | 227 void *memset(void *s, int c, size_t n) in memset() function
|
/linux-3.3/arch/s390/lib/ |
D | string.c | 375 void *memset(void *s, int c, size_t n) in memset() function
|
/linux-3.3/arch/h8300/boot/compressed/ |
D | misc.c | 100 void* memset(void* s, int c, size_t n) in memset() function
|
/linux-3.3/arch/cris/boot/compressed/ |
D | misc.c | 173 void *memset(void *s, int c, size_t n) in memset() function
|
/linux-3.3/arch/mn10300/boot/compressed/ |
D | misc.c | 58 static inline void *memset(const void *s, int c, size_t n) in memset() function
|
/linux-3.3/lib/ |
D | string.c | 575 void *memset(void *s, int c, size_t count) in memset() function
|
/linux-3.3/arch/x86/boot/ |
D | boot.h | 236 #define memset(d,c,l) __builtin_memset(d,c,l) macro
|
12