/freebsd-src/contrib/arm-optimized-routines/pl/math/ |
H A D | pl_sig.h |
|
/freebsd-src/contrib/arm-optimized-routines/string/test/ |
H A D | memset.c | 18 static const struct fun struct 21 void *(*fun) (void *s, int c, size_t n); argument 23 test_mtefun global() argument 50 test(const struct fun * fun,int salign,int c,int len) test() argument [all...] |
H A D | strlen.c | 19 static const struct fun struct 22 size_t (*fun) (const char *s); argument 24 } funtab[] = { argument 54 test (const struct fun *fun, int align, int len) in test()
|
H A D | strchr.c | 19 static const struct fun struct 22 char *(*fun) (const char *s, int c); member 24 } funtab[] = { argument 50 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
H A D | strrchr.c | 19 static const struct fun struct 22 char *(*fun) (const char *s, int c); argument 24 } funtab[] = { argument 50 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
H A D | strcmp.c | 18 static const struct fun struct 21 int (*fun) (const char *s1, const char *s2); member 23 } funtab[] = { argument 55 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test()
|
H A D | strnlen.c | 23 static const struct fun struct 26 size_t (*fun) (const char *s, size_t m); argument 28 } funtab[] = { argument 53 test (const struct fun *fun, int align, size_t maxlen, size_t len) in test()
|
H A D | memcmp.c | 18 static const struct fun struct 21 int (*fun) (const void *s1, const void *s2, size_t n); argument 23 } funtab[] = { argument 49 test (const struct fun *fun, int s1align, int s2align, int len, int diffpos, in test()
|
H A D | memcpy.c | 18 static const struct fun struct 21 void *(*fun) (void *, const void *, size_t); argument 23 test_mtefun global() argument 58 test(const struct fun * fun,int dalign,int salign,int len) test() argument [all...] |
H A D | memchr.c | 19 static const struct fun struct 22 void *(*fun) (const void *s, int c, size_t n); argument 24 } funtab[] = { argument 52 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
|
H A D | strchrnul.c | 23 static const struct fun struct 26 char *(*fun) (const char *s, int c); member 28 } funtab[] = { argument 54 test (const struct fun *fun, int align, int seekpos, int len) in test()
|
H A D | memrchr.c | 23 static const struct fun struct 26 void *(*fun) (const void *s, int c, size_t n); member 50 test (const struct fun *fun, int align, size_t seekpos, size_t len, in test()
|
H A D | strcpy.c | 18 static const struct fun struct 21 char *(*fun) (char *dest, const char *src); argument 23 } funtab[] = { argument 52 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
H A D | strncmp.c | 18 static const struct fun struct 21 int (*fun) (const char *, const char *, size_t); member 23 } funtab[] = { argument 49 test (const struct fun *fun, int s1align, int s2align, int maxlen, int diffpos, in test()
|
H A D | memmove.c | 18 static const struct fun struct 21 void *(*fun) (void *, const void *, size_t); argument 23 test_mtefun global() argument 56 test(const struct fun * fun,int dalign,int salign,int len) test() argument 96 test_overlap(const struct fun * fun,int dalign,int salign,int len) test_overlap() argument [all...] |
H A D | stpcpy.c | 22 static const struct fun struct 25 char *(*fun) (char *dest, const char *src); argument 27 } funtab[] = { argument 54 test (const struct fun *fun, int dalign, int salign, int len) in test()
|
H A D | __mtag_tag_region.c | 29 static const struct fun struct 32 void *(*fun) (void *s, size_t n); argument 54 test (const struct fun *fun, int salign, int len) in test()
|
H A D | __mtag_tag_zero_region.c | 29 static const struct fun struct 32 void *(*fun) (void *s, size_t n); argument 54 test (const struct fun *fun, int salign, int len) in test()
|
/freebsd-src/include/ssp/ |
H A D | ssp.h | 58 #define __ssp_real_(fun) fun argument 60 #define __ssp_real_(fun) __ssp_real_ ## fun argument 62 #define __ssp_real(fun) __ssp_real_(fun) argument 72 __ssp_redirect_raw(rtype,fun,symbol,args,call,cond,bos) global() argument 81 __ssp_redirect(rtype,fun,args,call) global() argument 83 __ssp_redirect0(rtype,fun,args,call) global() argument [all...] |
H A D | string.h | 53 __ssp_bos_check3_typed_var(fun,dsttype,dsrvar,dst,srctype,srcvar,src,lenvar,len) global() argument 64 __ssp_bos_check3_typed(fun,dsttype,dst,srctype,src,len) global() argument 68 __ssp_bos_check3(fun,dst,src,len) global() argument 72 __ssp_bos_check2_var(fun,dstvar,dst,srcvar,src) global() argument 81 __ssp_bos_check2(fun,dst,src) global() argument 84 __ssp_bos_icheck3_restrict(fun,type1,type2) global() argument 91 __ssp_bos_icheck3(fun,type1,type2) global() argument 98 __ssp_bos_icheck2_restrict(fun,type1,type2) global() argument [all...] |
/freebsd-src/contrib/arm-optimized-routines/string/bench/ |
H A D | strlen.c | 28 static const struct fun global() struct 31 funfun global() argument 33 test_mtefun global() argument
|
H A D | memset.c | 27 static const struct fun global() struct 30 funfun global() argument
|
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/ |
H A D | v_math.h |
|
/freebsd-src/contrib/arm-optimized-routines/pl/math/test/ |
H A D | mathbench_funcs.h |
|
/freebsd-src/contrib/arm-optimized-routines/math/test/ |
H A D | mathbench.c | 161 static const struct fun global() struct 180 funfun global() argument [all...] |