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-a7/bionic/
H A Dmemset.S34 * Optimized memset() for ARM.
36 * memset() returns its first argument.
66 // Fall through to memset...
69 ENTRY(memset) function
176 END(memset)
180 .string "memset: prevented write past end of buffer"
/bionic/libc/arch-arm/cortex-a9/bionic/
H A Dmemset.S65 // Fall through to memset...
68 /* memset() returns its first argument. */
69 ENTRY(memset) function
70 // The neon memset only wins for less than 132.
178 END(memset)
182 .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.
69 // Fall through to memset...
72 ENTRY(memset) function
88 // q0, q1, and r1 contain the memset value
204 END(memset)
208 .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.
61 // Fall through to memset...
64 ENTRY(memset) function
129 END(memset)
133 .string "memset: prevented write past end of buffer"
/bionic/libc/arch-arm/krait/bionic/
H A Dmemset.S67 // Fall through to memset...
70 /* memset() returns its first argument. */
71 ENTRY(memset) function
103 END(memset)
107 .string "memset: prevented write past end of buffer"
/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.h51 extern void* memset(void *, int, size_t);
263 void* memset(void *s, int c, size_t n) { function

Completed in 2763 milliseconds