Home
last modified time | relevance | path

Searched refs:bzero (Results 1 – 25 of 63) sorted by relevance

123

/sysdeps/powerpc/powerpc64/multiarch/
A Dbzero.c25 extern __typeof (bzero) __bzero_ppc attribute_hidden;
26 extern __typeof (bzero) __bzero_power4 attribute_hidden;
27 extern __typeof (bzero) __bzero_power6 attribute_hidden;
28 extern __typeof (bzero) __bzero_power7 attribute_hidden;
29 extern __typeof (bzero) __bzero_power8 attribute_hidden;
31 extern __typeof (bzero) __bzero_power10 attribute_hidden;
53 weak_alias (__bzero, bzero)
A Difunc-impl-list.c227 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list()
229 IFUNC_IMPL_ADD (array, i, bzero, in __libc_ifunc_impl_list()
235 IFUNC_IMPL_ADD (array, i, bzero, hwcap2 & PPC_FEATURE2_ARCH_2_07 in __libc_ifunc_impl_list()
238 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_HAS_VSX, in __libc_ifunc_impl_list()
240 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_ARCH_2_05 in __libc_ifunc_impl_list()
243 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_POWER4, in __libc_ifunc_impl_list()
245 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ppc)) in __libc_ifunc_impl_list()
/sysdeps/i386/i686/multiarch/
A Dbzero.c22 # define bzero __redirect_bzero macro
24 # undef bzero
26 # define SYMBOL_NAME bzero
31 weak_alias (__bzero, bzero)
A DMakefile3 sysdep_routines += bzero-sse2 memset-sse2 memcpy-ssse3 mempcpy-ssse3 \
6 memset-sse2-rep bzero-sse2-rep strcmp-ssse3 \
24 bcopy-ia32 bzero-ia32 rawmemchr-ia32 \
A Difunc-impl-list.c50 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list()
51 IFUNC_IMPL_ADD (array, i, bzero, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list()
53 IFUNC_IMPL_ADD (array, i, bzero, CPU_FEATURE_USABLE (SSE2), in __libc_ifunc_impl_list()
55 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ia32)) in __libc_ifunc_impl_list()
/sysdeps/sparc/sparc64/multiarch/
A Dbzero.c21 # define bzero __redirect_bzero macro
23 # undef bzero
27 # define SYMBOL_NAME bzero
31 weak_alias (__bzero, bzero)
A Difunc-impl-list.c64 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list()
65 IFUNC_IMPL_ADD (array, i, bzero, hwcap & HWCAP_SPARC_ADP, in __libc_ifunc_impl_list()
67 IFUNC_IMPL_ADD (array, i, bzero, hwcap & HWCAP_SPARC_CRYPTO, in __libc_ifunc_impl_list()
69 IFUNC_IMPL_ADD (array, i, bzero, hwcap & HWCAP_SPARC_BLKINIT, in __libc_ifunc_impl_list()
71 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ultra1)); in __libc_ifunc_impl_list()
/sysdeps/powerpc/powerpc32/power4/multiarch/
A Dbzero.c25 extern __typeof (bzero) __bzero_ppc attribute_hidden;
26 extern __typeof (bzero) __bzero_power6 attribute_hidden;
27 extern __typeof (bzero) __bzero_power7 attribute_hidden;
36 weak_alias (__bzero, bzero)
A DMakefile4 memset-power6 memset-ppc32 bzero-power7 bzero-power6 \
5 bzero-ppc32 mempcpy-power7 mempcpy-ppc32 memchr-power7 \
A Difunc-impl-list.c77 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list()
78 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_HAS_VSX, in __libc_ifunc_impl_list()
80 IFUNC_IMPL_ADD (array, i, bzero, hwcap & PPC_FEATURE_ARCH_2_05, in __libc_ifunc_impl_list()
82 IFUNC_IMPL_ADD (array, i, bzero, 1, __bzero_ppc)) in __libc_ifunc_impl_list()
/sysdeps/x86_64/multiarch/
A Dmemset-sse2-unaligned-erms.S34 .weak bzero; bzero = __bzero
/sysdeps/i386/i686/
A Dbzero.S4 weak_alias (__bzero, bzero)
/sysdeps/i386/i586/
A Dbzero.S4 weak_alias (__bzero, bzero)
/sysdeps/i386/
A Dbzero.S5 weak_alias (__bzero, bzero)
/sysdeps/powerpc/powerpc32/
A Dbzero.S27 weak_alias (__bzero, bzero)
/sysdeps/s390/
A Dbzero.c46 weak_alias (__bzero, bzero)
A Dmemset-z900.S210 weak_alias (__bzero, bzero)
A DMakefile69 sysdep_routines += bzero memset memset-z900 \
/sysdeps/s390/multiarch/
A Difunc-impl-list.c109 IFUNC_IMPL (i, name, bzero, in __libc_ifunc_impl_list()
111 IFUNC_IMPL_ADD (array, i, bzero, in __libc_ifunc_impl_list()
115 IFUNC_IMPL_ADD (array, i, bzero, in __libc_ifunc_impl_list()
119 IFUNC_IMPL_ADD (array, i, bzero, 1, BZERO_Z900_G5) in __libc_ifunc_impl_list()
/sysdeps/alpha/
A Dbzero.S109 weak_alias (__bzero, bzero)
/sysdeps/ia64/
A Dbzero.S75 ENTRY(bzero)
312 END(bzero)
/sysdeps/sparc/sparc32/
A Dmemset.S152 weak_alias (__bzero, bzero)
/sysdeps/powerpc/powerpc64/power7/
A Dmemset.S397 weak_alias (__bzero, bzero)
/sysdeps/powerpc/powerpc64/le/power10/
A Dmemset.S255 weak_alias (__bzero, bzero)
/sysdeps/powerpc/powerpc64/power4/
A Dmemset.S250 weak_alias (__bzero, bzero)

Completed in 18 milliseconds

123