Home
last modified time | relevance | path

Searched defs:json_ctx (Results 1 – 22 of 22) sorted by relevance

/benchtests/
A Djson-lib.h26 struct json_ctx struct
33 typedef struct json_ctx json_ctx_t; argument
A Dbench-strncmp.c75 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const CHAR *s1, const CHAR in do_one_test()
94 do_test_limit (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len, in do_test_limit()
144 do_test (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len, size_t in do_test()
196 do_one_test_page_boundary (json_ctx_t *json_ctx, CHAR *s1, CHAR *s2, in do_one_test_page_boundary()
213 do_test_page_boundary (json_ctx_t *json_ctx) in do_test_page_boundary()
250 do_one_test_page (json_ctx_t *json_ctx, size_t offset1, size_t offset2, in do_one_test_page()
296 do_test_page (json_ctx_t *json_ctx) in do_test_page()
321 json_ctx_t json_ctx; in test_main() local
A Dbench-rawmemchr.c42 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const char *s, int c, char *exp_res) in do_one_test()
68 do_test (json_ctx_t *json_ctx, size_t align, size_t pos, size_t len, int seek_char) in do_test()
107 json_ctx_t json_ctx; in test_main() local
A Dbench-memmove-large.c33 do_one_test (json_ctx_t *json_ctx, impl_t *impl, char *dst, char *src, in do_one_test()
52 do_test (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len) in do_test()
87 json_ctx_t json_ctx; in test_main() local
A Dbench-memmove.c32 do_one_test (json_ctx_t *json_ctx, impl_t *impl, char *dst, char *src, in do_one_test()
54 do_test (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len) in do_test()
89 json_ctx_t json_ctx; in test_main() local
A Dbench-memcpy-walk.c47 do_one_test (json_ctx_t *json_ctx, impl_t *impl, char *dst, char *src, in do_one_test()
69 do_test (json_ctx_t *json_ctx, size_t len, int both_ways) in do_test()
98 json_ctx_t json_ctx; in test_main() local
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()
75 do_test (json_ctx_t *json_ctx, size_t align, size_t len) in do_test()
108 json_ctx_t json_ctx; in test_main() local
A Dbench-memcpy-large.c36 do_one_test (json_ctx_t *json_ctx, impl_t *impl, char *dst, const char *src, in do_one_test()
55 do_test (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len, in do_test()
98 json_ctx_t json_ctx; in test_main() local
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()
53 do_test (json_ctx_t *json_ctx, int c, size_t len) in do_test()
74 json_ctx_t json_ctx; in test_main() local
A Dbench-memset-large.c35 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, in do_one_test()
54 do_test (json_ctx_t *json_ctx, size_t align, int c, size_t len) in do_test()
79 json_ctx_t json_ctx; in test_main() local
A Dbench-memcpy.c38 do_one_test (json_ctx_t *json_ctx, impl_t *impl, char *dst, const char *src, in do_one_test()
60 do_test (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len, in do_test()
103 json_ctx_t json_ctx; in test_main() local
A Dbench-memset.c43 do_one_test (json_ctx_t *json_ctx, impl_t *impl, CHAR *s, in do_one_test()
62 do_test (json_ctx_t *json_ctx, size_t align, int c, size_t len) in do_test()
87 json_ctx_t json_ctx; in test_main() local
A Dbench-memmove-walk.c51 do_one_test (json_ctx_t *json_ctx, impl_t *impl, char *dst, char *src, in do_one_test()
73 do_test (json_ctx_t *json_ctx, size_t len, int overlap, int both_ways) in do_test()
112 json_ctx_t json_ctx; in test_main() local
A Dbench-strcmp.c82 do_one_test (json_ctx_t *json_ctx, impl_t *impl, in do_one_test()
102 do_test (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len, int in do_test()
148 do_one_test_page_boundary (json_ctx_t *json_ctx, CHAR *s1, CHAR *s2, in do_one_test_page_boundary()
164 do_test_page_boundary (json_ctx_t *json_ctx) in do_test_page_boundary()
204 json_ctx_t json_ctx; in test_main() local
A Dbench-memcmp.c65 do_one_test (json_ctx_t *json_ctx, impl_t *impl, const CHAR *s1, in do_one_test()
84 do_test (json_ctx_t *json_ctx, size_t align1, size_t align2, size_t len, in do_test()
130 json_ctx_t json_ctx; in test_main() local
A Dbench-memcpy-random.c126 do_one_test (json_ctx_t *json_ctx, impl_t *impl, char *dst, char *src, in do_one_test()
147 do_test (json_ctx_t *json_ctx, size_t max_size) in do_test()
178 json_ctx_t json_ctx; in test_main() local
A Dbench-strcoll.c180 bench_list (json_ctx_t *json_ctx, word_list *list) in bench_list()
215 bench_file (json_ctx_t *json_ctx, const char *testname, const char *filename, in bench_file()
239 json_ctx_t *json_ctx = malloc (sizeof (json_ctx_t)); in main() local
A Dbench-skeleton.c42 json_ctx_t json_ctx; in main() local
A Dbench-math-inlines.c220 do_one_test (json_ctx_t *json_ctx, proto_t test_fn, volatile double *arr, in do_one_test()
245 json_ctx_t json_ctx; in test_main() local
A Dbench-malloc-simple.c117 json_ctx_t json_ctx; in bench() local
A Dbench-malloc-thread.c228 json_ctx_t json_ctx; in main() local
A Dbench-pthread-locks.c525 json_ctx_t json_ctx; in do_bench() local

Completed in 19 milliseconds