Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
git-mirror
/
glibc
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
0
Security
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security
Insights
Files
e029e2e
argp
assert
benchtests
Makefile
README
acos-inputs
acosh-inputs
asin-inputs
asinh-inputs
atan-inputs
atanh-inputs
bench-bcopy-ifunc.c
bench-bcopy.c
bench-bzero-ifunc.c
bench-bzero.c
bench-memccpy-ifunc.c
bench-memccpy.c
bench-memchr-ifunc.c
bench-memchr.c
bench-memcmp-ifunc.c
bench-memcmp.c
bench-memcpy-ifunc.c
bench-memcpy.c
bench-memmem-ifunc.c
bench-memmem.c
bench-memmove-ifunc.c
bench-memmove.c
bench-mempcpy-ifunc.c
bench-mempcpy.c
bench-memrchr-ifunc.c
bench-memrchr.c
bench-memset-ifunc.c
bench-memset.c
bench-modf.c
bench-rawmemchr-ifunc.c
bench-rawmemchr.c
bench-skeleton.c
bench-stpcpy-ifunc.c
bench-stpcpy.c
bench-stpcpy_chk-ifunc.c
bench-stpcpy_chk.c
bench-stpncpy-ifunc.c
bench-stpncpy.c
bench-strcasecmp-ifunc.c
bench-strcasecmp.c
bench-strcasestr-ifunc.c
bench-strcasestr.c
bench-strcat-ifunc.c
bench-strcat.c
bench-strchr-ifunc.c
bench-strchr.c
bench-strchrnul-ifunc.c
bench-strchrnul.c
bench-strcmp-ifunc.c
bench-strcmp.c
bench-strcpy-ifunc.c
bench-strcpy.c
bench-strcpy_chk-ifunc.c
bench-strcpy_chk.c
bench-strcspn-ifunc.c
bench-strcspn.c
bench-string.h
bench-strlen-ifunc.c
bench-strlen.c
bench-strncasecmp-ifunc.c
bench-strncasecmp.c
bench-strncat-ifunc.c
bench-strncat.c
bench-strncmp-ifunc.c
bench-strncmp.c
bench-strncpy-ifunc.c
bench-strncpy.c
bench-strnlen-ifunc.c
bench-strnlen.c
bench-strpbrk-ifunc.c
bench-strpbrk.c
bench-strrchr-ifunc.c
bench-strrchr.c
bench-strspn-ifunc.c
bench-strspn.c
bench-strstr-ifunc.c
bench-strstr.c
bench-timing.h
cos-inputs
cosh-inputs
exp-inputs
log-inputs
pow-inputs
rint-inputs
sin-inputs
sinh-inputs
tan-inputs
tanh-inputs
bits
catgets
conf
conform
crypt
csu
ctype
debug
dirent
dlfcn
elf
gmon
gnulib
grp
gshadow
hesiod
hurd
iconv
iconvdata
include
inet
intl
io
libidn
libio
locale
localedata
login
mach
malloc
manual
math
misc
nis
nptl
nptl_db
nscd
nss
po
ports
posix
pwd
resolv
resource
rt
scripts
setjmp
shadow
signal
socket
soft-fp
stdio-common
stdlib
streams
string
sunrpc
sysdeps
sysvipc
termios
time
timezone
wcsmbs
wctype
.gitattributes
.gitignore
BUGS
CANCEL-FCT-WAIVE
CANCEL-FILE-WAIVE
CONFORMANCE
COPYING
COPYING.LIB
ChangeLog
ChangeLog.1
ChangeLog.10
ChangeLog.11
ChangeLog.12
ChangeLog.13
ChangeLog.14
ChangeLog.15
ChangeLog.16
ChangeLog.17
ChangeLog.2
ChangeLog.3
ChangeLog.4
ChangeLog.5
ChangeLog.6
ChangeLog.7
ChangeLog.8
ChangeLog.9
INSTALL
LICENSES
Makeconfig
Makefile
Makefile.in
Makerules
NAMESPACE
NEWS
PROJECTS
README
Rules
Versions.def
WUR-REPORT
abi-tags
aclocal.m4
config.h.in
config.make.in
configure
configure.in
cppflags-iterator.mk
extra-lib.mk
extra-modules.mk
libc-abis
o-iterator.mk
shlib-versions
test-skeleton.c
version.h
Breadcrumbs
glibc
/
benchtests
/
bench-memrchr-ifunc.c
Blame
Blame
Latest commit
History
History
20 lines (16 loc) · 886 Bytes
Breadcrumbs
glibc
/
benchtests
/
bench-memrchr-ifunc.c
Top
File metadata and controls
Code
Blame
20 lines (16 loc) · 886 Bytes
Raw
/* Measure IFUNC implementations of memrchr function. Copyright (C) 2013 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ #define TEST_IFUNC 1 #include "bench-memrchr.c"
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
You can’t perform that action at this time.