Home
last modified time | relevance | path

Searched defs:s (Results 1 – 20 of 20) sorted by relevance

/benchtests/
A Dbench-strpbrk.c28 # define STRPBRK_RESULT(s, pos) ((s)[(pos)] ? (s) + (pos) : NULL) argument
51 SIMPLE_STRPBRK (const CHAR *s, const CHAR *rej) in SIMPLE_STRPBRK()
66 do_one_test (impl_t *impl, const CHAR *s, const CHAR *rej, RES_TYPE exp_res) in do_one_test()
98 CHAR *rej, *s; in do_test() local
A Dbench-strcspn.c19 #define STRPBRK_RESULT(s, pos) (pos) argument
42 SIMPLE_STRCSPN (const CHAR *s, const CHAR *rej) in SIMPLE_STRCSPN()
A Dbench-strspn.c44 SIMPLE_STRSPN (const CHAR *s, const CHAR *acc) in SIMPLE_STRSPN()
61 do_one_test (impl_t *impl, const CHAR *s, const CHAR *acc, size_t exp_res) in do_one_test()
90 CHAR *acc, *s; in do_test() local
A Dbench-memrchr.c30 simple_memrchr (const char *s, int c, size_t n) in simple_memrchr()
A Dbench-rawmemchr.c31 generic_rawmemchr (const char *s, int c) in generic_rawmemchr()
42 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const char *s, int c, char *exp_res) in do_one_test()
A Dbench-memchr.c47 SIMPLE_MEMCHR (const CHAR *s, int c, size_t n) in SIMPLE_MEMCHR()
57 do_one_test (impl_t *impl, const CHAR *s, int c, size_t n) in do_one_test()
A Dbench-strrchr.c44 SIMPLE_STRRCHR (const CHAR *s, int c) in SIMPLE_STRRCHR()
56 do_one_test (impl_t *impl, const CHAR *s, int c, CHAR *exp_res) in do_one_test()
A Dbench-strnlen.c41 memchr_strnlen (const CHAR *s, size_t maxlen) in memchr_strnlen()
52 do_one_test (impl_t *impl, const CHAR *s, size_t maxlen, size_t exp_len) in do_one_test()
A Dbench-strchr.c65 simple_STRCHR (const CHAR *s, int c) in simple_STRCHR()
77 do_one_test (impl_t *impl, const CHAR *s, int c, const CHAR *exp_res) in do_one_test()
A Djson-lib.c91 json_attr_string (json_ctx_t *ctx, const char *name, const char *s) in json_attr_string()
166 json_element_string (json_ctx_t *ctx, const char *s) in json_element_string()
A Dbench-strlen.c49 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const CHAR *s, size_t exp_len) in do_one_test()
A Dbench-memset-walk.c35 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, CHAR *s_end, in do_one_test()
A Dbench-strtok.c24 oldstrtok (char *s, const char *delim) in oldstrtok()
A Dbench-memset-large.c35 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, in do_one_test()
A Dbench-memset.c43 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, in do_one_test()
A Dbench-strsep.c27 char *s; in simple_strsep() local
A Dbench-malloc-simple.c129 char s[100]; in bench() local
A Dbench-strcmp.c186 for (size_t s = 99; s <= size; s++) in do_test_page_boundary() local
A Dbench-strncmp.c234 for (size_t s = 99; s <= size; s++) in do_test_page_boundary() local
A Dbench-pthread-locks.c485 double s = (double) curs[i] / (double) iters - mean; in do_bench_2() local

Completed in 15 milliseconds