Home
last modified time | relevance | path

Searched refs:WCSNLEN (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/x86_64/multiarch/
Dwcsnlen-avx2.S1 #ifndef WCSNLEN
2 # define WCSNLEN __wcsnlen_avx2 macro
5 #define STRLEN WCSNLEN
Dwcsnlen-evex.S1 #ifndef WCSNLEN
2 # define WCSNLEN __wcsnlen_evex macro
5 #define STRLEN WCSNLEN
Dwcsnlen-sse4_1.S1 #ifndef WCSNLEN
2 # define WCSNLEN __wcsnlen_sse4_1 macro
8 #define STRLEN WCSNLEN
Dwcsnlen-generic.c25 # ifndef WCSNLEN
26 # define WCSNLEN __wcsnlen_generic macro
/glibc-2.36/wcsmbs/
Dwcsnlen.c20 #ifdef WCSNLEN
21 # define __wcsnlen WCSNLEN
33 #ifndef WCSNLEN
/glibc-2.36/sysdeps/s390/
Dwcsnlen-c.c23 # define WCSNLEN WCSNLEN_C macro
/glibc-2.36/sysdeps/x86_64/
Dwcsnlen.S29 # define WCSNLEN __wcsnlen macro
/glibc-2.36/benchtests/
Dbench-strnlen.c182 # define WCSNLEN generic_strnlen macro
/glibc-2.36/ChangeLog.old/
DChangeLog.25831 [IS_IN (libc)](WCSNLEN): Remove.
834 [ISA_SHOULD_BUILD (1)][! WCSNLEN](WCSNLEN): New.
DChangeLog.1832714 * wcsmbs/wcsnlen.c: Use WCSNLEN if defined.