Home
last modified time | relevance | path

Searched refs:proto_t (Results 1 – 25 of 38) sorted by relevance

12

/benchtests/
A Dbench-math-inlines.c179 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 Dbench-memrchr.c23 typedef char *(*proto_t) (const char *, int, size_t); typedef
A Dbench-strcspn.c35 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
A Dbench-memset-large.c29 typedef void *(*proto_t) (void *, int, size_t); typedef
A Dbench-memcpy-walk.c44 typedef char *(*proto_t) (char *, const char *, size_t); typedef
A Dbench-memset-walk.c29 typedef void *(*proto_t) (void *, int, size_t); typedef
A Dbench-memmove-large.c30 typedef char *(*proto_t) (char *, const char *, size_t); typedef
A Dbench-memmove-walk.c48 typedef char *(*proto_t) (char *, const char *, size_t); typedef
A Dbench-rawmemchr.c28 typedef char *(*proto_t) (const char *, int); typedef
A Dbench-memccpy.c38 typedef void *(*proto_t) (void *, const void *, int c, size_t); typedef
A Dbench-strcasecmp.c24 typedef int (*proto_t) (const char *, const char *); typedef
A Dbench-memcpy-large.c33 typedef char *(*proto_t) (char *, const char *, size_t); typedef
A Dbench-strnlen.c37 typedef size_t (*proto_t) (const CHAR *, size_t); typedef
A Dbench-strspn.c37 typedef size_t (*proto_t) (const CHAR *, const CHAR *); typedef
A Dbench-strlen.c31 typedef size_t (*proto_t) (const CHAR *); typedef
A Dbench-memset.c37 typedef void *(*proto_t) (void *, int, size_t); typedef
A Dbench-strcat.c39 typedef CHAR *(*proto_t) (CHAR *, const CHAR *); typedef
A Dbench-memchr.c40 typedef CHAR *(*proto_t) (const CHAR *, int, size_t); typedef
A Dbench-strpbrk.c44 typedef CHAR *(*proto_t) (const CHAR *, const CHAR *); typedef
A Dbench-strrchr.c37 typedef CHAR *(*proto_t) (const CHAR *, int); typedef
A Dbench-strcpy.c51 typedef CHAR *(*proto_t) (CHAR *, const CHAR *); typedef
A Dbench-strcasestr.c30 typedef char *(*proto_t) (const char *, const char *); typedef
A Dbench-strtok.c55 typedef char *(*proto_t) (const char *, const char *); typedef
A Dbench-strncasecmp.c24 typedef int (*proto_t) (const char *, const char *, size_t); typedef
A Dbench-strncat.c36 typedef CHAR *(*proto_t) (CHAR *, const CHAR *, size_t); typedef

Completed in 18 milliseconds

12