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

/bionic/libc/arch-arm/cortex-a15/bionic/
H A Dmemset.S34 * Optimized memset() for ARM.
36 * memset() returns its first argument.
66 // Fall through to memset...
69 ENTRY(memset) function
81 // r0 and r1 contain the memset value
187 END(memset)
191 .string "memset: prevented write past end of buffer"
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dmemset.S64 // Fall through to memset...
67 /* memset() returns its first argument. */
68 ENTRY(memset) function
69 // The neon memset only wins for less than 132.
108 END(memset)
188 .string "memset: prevented write past end of buffer"
/bionic/libc/arch-arm/denver/bionic/
H A Dmemset.S35 * Optimized memset() for ARM.
37 * memset() returns its first argument.
68 // Fall through to memset...
71 ENTRY(memset) function
87 // q0, q1, and r1 contain the memset value
203 END(memset)
207 .string "memset: prevented write past end of buffer"
/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: prevented write past end of buffer"
/bionic/libc/arch-arm/krait/bionic/
H A Dmemset.S66 // Fall through to memset...
69 /* memset() returns its first argument. */
70 ENTRY(memset) function
106 END(memset)
110 .string "memset: prevented write past end of buffer"
/bionic/libc/bionic/
H A Dmemset.c31 void* memset(void* dst, int c, size_t n) function
/bionic/libc/arch-arm64/denver64/bionic/
H A Dmemset.S66 ENTRY(memset) function
263 END(memset)
/bionic/libc/arch-arm64/generic/bionic/
H A Dmemset.S70 ENTRY(memset) function
239 END(memset)
/bionic/libc/include/
H A Dstring.h44 extern void* memset(void *, int, size_t);
177 void* memset(void *s, int c, size_t n) { function

Completed in 196 milliseconds