Searched defs:memset (Results 1 - 8 of 8) sorted by relevance

/bionic/libc/arch-arm/bionic/
H A Dmemset.S33 * Optimized memset() for ARM.
35 * memset() returns its first argument.
45 // Fall through to memset...
48 ENTRY(memset) function
128 * Optimized memset() for ARM.
130 * memset() returns its first argument.
200 END(memset)
/bionic/libc/arch-x86/string/
H A Dmemset.S1 /* $OpenBSD: memset.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
9 ENTRY(memset) function
56 END(memset)
/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dmemset.S34 * Optimized memset() for ARM.
36 * memset() returns its first argument.
71 // Fall through to memset...
75 ENTRY(memset) function
89 // r0 and r1 contain the memset value
196 END(memset)
200 .string "memset buffer overflow"
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dmemset.S70 // Fall through to memset...
74 /* memset() returns its first argument. */
75 ENTRY(memset) function
78 # The neon memset only wins for less than 132.
120 END(memset)
204 .string "memset buffer overflow"
/bionic/libc/arch-arm/generic/bionic/
H A Dmemset.S33 * Optimized memset() for ARM.
35 * memset() returns its first argument.
59 // Fall through to memset...
62 ENTRY(memset) function
129 END(memset)
133 .string "memset buffer overflow"
/bionic/libc/arch-arm/krait/bionic/
H A Dmemset.S71 // Fall through to memset...
75 /* memset() returns its first argument. */
76 ENTRY(memset) function
115 END(memset)
119 .string "memset buffer overflow"
/bionic/libc/bionic/
H A Dmemset.c31 void* memset(void* dst, int c, size_t n) function
/bionic/libc/include/
H A Dstring.h43 extern void* memset(void *, int, size_t);
143 void* memset(void *s, int c, size_t n) { function

Completed in 1105 milliseconds