Home
last modified time | relevance | path

Searched defs:memset (Results 26 – 36 of 36) sorted by relevance

12

/linux-3.3/arch/sh/boot/compressed/
Dmisc.c78 void* memset(void* s, int c, size_t n) in memset() function
/linux-3.3/arch/s390/boot/compressed/
Dmisc.c70 void *memset(void *s, int c, size_t n) in memset() function
/linux-3.3/arch/arm/boot/compressed/
Dstring.c116 void *memset(void *s, int c, size_t count) in memset() function
/linux-3.3/arch/m68k/include/asm/
Dstring.h111 #define memset(d, c, n) __builtin_memset(d, c, n) macro
/linux-3.3/arch/x86/boot/compressed/
Dmisc.c227 void *memset(void *s, int c, size_t n) in memset() function
/linux-3.3/arch/s390/lib/
Dstring.c375 void *memset(void *s, int c, size_t n) in memset() function
/linux-3.3/arch/h8300/boot/compressed/
Dmisc.c100 void* memset(void* s, int c, size_t n) in memset() function
/linux-3.3/arch/cris/boot/compressed/
Dmisc.c173 void *memset(void *s, int c, size_t n) in memset() function
/linux-3.3/arch/mn10300/boot/compressed/
Dmisc.c58 static inline void *memset(const void *s, int c, size_t n) in memset() function
/linux-3.3/lib/
Dstring.c575 void *memset(void *s, int c, size_t count) in memset() function
/linux-3.3/arch/x86/boot/
Dboot.h236 #define memset(d,c,l) __builtin_memset(d,c,l) macro

12