Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-src/contrib/arm-optimized-routines/pl/math/
H A Dpl_sig.h
/freebsd-src/contrib/arm-optimized-routines/string/test/
H A Dmemset.c18 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 Dstrlen.c19 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 Dstrchr.c19 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 Dstrrchr.c19 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 Dstrcmp.c18 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 Dstrnlen.c23 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 Dmemcmp.c18 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 Dmemcpy.c18 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 Dmemchr.c19 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 Dstrchrnul.c23 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 Dmemrchr.c23 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 Dstrcpy.c18 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 Dstrncmp.c18 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 Dmemmove.c18 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 Dstpcpy.c22 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.c29 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.c29 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 Dssp.h58 #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 Dstring.h53 __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 Dstrlen.c28 static const struct fun global() struct
31 funfun global() argument
33 test_mtefun global() argument
H A Dmemset.c27 static const struct fun global() struct
30 funfun global() argument
/freebsd-src/contrib/arm-optimized-routines/math/aarch64/
H A Dv_math.h
/freebsd-src/contrib/arm-optimized-routines/pl/math/test/
H A Dmathbench_funcs.h
/freebsd-src/contrib/arm-optimized-routines/math/test/
H A Dmathbench.c161 static const struct fun global() struct
180 funfun global() argument
[all...]

123