/benchtests/ |
A D | bench-math-inlines.c | 179 typedef int (*proto_t) (volatile double *p, size_t n, size_t iters); typedef 184 proto_t fn; 220 do_one_test (json_ctx_t *json_ctx, proto_t test_fn, volatile double *arr, in do_one_test()
|
A D | bench-memrchr.c | 23 typedef char *(*proto_t) (const char *, int, size_t); typedef
|
A D | bench-strcspn.c | 35 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
|
A D | bench-memset-large.c | 29 typedef void *(*proto_t) (void *, int, size_t); typedef
|
A D | bench-memcpy-walk.c | 44 typedef char *(*proto_t) (char *, const char *, size_t); typedef
|
A D | bench-memset-walk.c | 29 typedef void *(*proto_t) (void *, int, size_t); typedef
|
A D | bench-memmove-large.c | 30 typedef char *(*proto_t) (char *, const char *, size_t); typedef
|
A D | bench-memmove-walk.c | 48 typedef char *(*proto_t) (char *, const char *, size_t); typedef
|
A D | bench-rawmemchr.c | 28 typedef char *(*proto_t) (const char *, int); typedef
|
A D | bench-memccpy.c | 38 typedef void *(*proto_t) (void *, const void *, int c, size_t); typedef
|
A D | bench-strcasecmp.c | 24 typedef int (*proto_t) (const char *, const char *); typedef
|
A D | bench-memcpy-large.c | 33 typedef char *(*proto_t) (char *, const char *, size_t); typedef
|
A D | bench-strnlen.c | 37 typedef size_t (*proto_t) (const CHAR *, size_t); typedef
|
A D | bench-strspn.c | 37 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
|
A D | bench-strlen.c | 31 typedef size_t (*proto_t) (const CHAR *); typedef
|
A D | bench-memset.c | 37 typedef void *(*proto_t) (void *, int, size_t); typedef
|
A D | bench-strcat.c | 39 typedef CHAR *(*proto_t) (CHAR *, const CHAR *); typedef
|
A D | bench-memchr.c | 40 typedef CHAR *(*proto_t) (const CHAR *, int, size_t); typedef
|
A D | bench-strpbrk.c | 44 typedef CHAR *(*proto_t) (const CHAR *, const CHAR *); typedef
|
A D | bench-strrchr.c | 37 typedef CHAR *(*proto_t) (const CHAR *, int); typedef
|
A D | bench-strcpy.c | 51 typedef CHAR *(*proto_t) (CHAR *, const CHAR *); typedef
|
A D | bench-strcasestr.c | 30 typedef char *(*proto_t) (const char *, const char *); typedef
|
A D | bench-strtok.c | 55 typedef char *(*proto_t) (const char *, const char *); typedef
|
A D | bench-strncasecmp.c | 24 typedef int (*proto_t) (const char *, const char *, size_t); typedef
|
A D | bench-strncat.c | 36 typedef CHAR *(*proto_t) (CHAR *, const CHAR *, size_t); typedef
|