Home
last modified time | relevance | path

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

12

/linux-3.3/arch/avr32/lib/
Dmemset.S23 .global memset symbol
26 memset: label
/linux-3.3/arch/m32r/lib/
Dmemset.S17 .global memset symbol
22 memset: label
100 memset: label
/linux-3.3/arch/frv/lib/
Dmemset.S25 .globl memset,__memset_end symbol
27 memset: label
/linux-3.3/arch/microblaze/lib/
Dmemset.c35 void *memset(void *v_src, int c, __kernel_size_t n) in memset() function
49 void *memset(void *v_src, int c, __kernel_size_t n) in memset() function
/linux-3.3/arch/sparc/lib/
Dbzero.S9 .globl memset symbol
11 memset: /* %o0=buf, %o1=pat, %o2=len */ label
Dmemset.S64 .globl memset symbol
67 memset: label
/linux-3.3/arch/alpha/lib/
Dmemset.S20 .globl memset symbol
124 memset = __memset define
Dev6-memset.S36 .globl memset symbol
597 memset = __memset define
/linux-3.3/arch/xtensa/lib/
Dmemset.S42 .global memset symbol
44 memset: label
/linux-3.3/arch/powerpc/boot/
Dstring.S97 .globl memset symbol
98 memset: label
/linux-3.3/arch/mn10300/lib/
Dmemset.S21 .globl memset symbol
23 memset: label
/linux-3.3/arch/cris/arch-v32/lib/
Dmemset.c47 void *memset(void *pdst, int c, unsigned int plen) in memset() function
/linux-3.3/arch/cris/arch-v10/lib/
Dmemset.c47 void *memset(void *pdst, int c, unsigned int plen) in memset() function
/linux-3.3/arch/parisc/lib/
Dmemset.c28 memset (void *dstpp, int sc, size_t len) in memset() function
/linux-3.3/arch/arm/include/asm/
Dstring.h29 #define memset(p,v,n) \ macro
/linux-3.3/arch/m68k/lib/
Dmemset.c10 void *memset(void *s, int c, size_t count) in memset() function
/linux-3.3/arch/tile/lib/
Dmemset_64.c23 void *memset(void *s, int c, size_t n) in memset() function
Dmemset_32.c23 void *memset(void *s, int c, size_t n) in memset() function
/linux-3.3/arch/x86/lib/
Dmemcpy_32.c17 void *memset(void *s, int c, size_t count) in memset() function
/linux-3.3/arch/sparc/include/asm/
Dstring_64.h28 #define memset(s, c, count) __builtin_memset(s, c, count) macro
Dstring_32.h36 #define memset(s, c, count) __builtin_memset(s, c, count) macro
/linux-3.3/arch/mips/boot/compressed/
Ddecompress.c61 void *memset(void *s, int c, size_t n) in memset() function
/linux-3.3/arch/alpha/include/asm/
Dstring.h28 #define memset(s, c, n) \ macro
/linux-3.3/arch/m32r/boot/compressed/
Dmisc.c31 static void *memset(void *s, int c, size_t n) in memset() function
/linux-3.3/arch/x86/include/asm/
Dstring_32.h325 #define memset(s, c, count) __builtin_memset(s, c, count) macro
327 #define memset(s, c, count) \ macro

12