Home
last modified time | relevance | path

Searched defs:name (Results 1 – 6 of 6) sorted by relevance

/benchtests/
A Djson-lib.c64 json_attr_object_begin (json_ctx_t *ctx, const char *name) in json_attr_object_begin()
91 json_attr_string (json_ctx_t *ctx, const char *name, const char *s) in json_attr_string()
104 json_attr_uint (json_ctx_t *ctx, const char *name, uint64_t d) in json_attr_uint()
117 json_attr_int (json_ctx_t *ctx, const char *name, int64_t d) in json_attr_int()
130 json_attr_double (json_ctx_t *ctx, const char *name, double d) in json_attr_double()
143 json_array_begin (json_ctx_t *ctx, const char *name) in json_array_begin()
A Dbench-math-inlines.c183 const char *name; member
187 #define IMPL(name) { #name, name ## _t } argument
A Dbench-malloc-simple.c166 static void usage (const char *name) in usage()
A Dbench-string.h35 const char *name; member
41 #define IMPL(name, test) \ argument
A Dbench-pthread-locks.c419 do_bench_2 (const char *name, test_t func, int filler, json_ctx_t *js) in do_bench_2()
511 do_bench_1 (const char *name, test_t func, json_ctx_t *js) in do_bench_1()
A Dbench-malloc-thread.c217 static void usage(const char *name) in usage()

Completed in 8 milliseconds