Home
last modified time | relevance | path

Searched refs:result (Results 1 – 7 of 7) sorted by relevance

/benchtests/
A Dbench-strcoll.c245 result_t result = OK; in main() local
258 result = bench_file (json_ctx, input_files[i], filename, locale + 1); in main()
260 if (result != OK) in main()
262 if (result == ERROR_LOCALE) in main()
264 else if (result == ERROR_IO) in main()
275 return result; in main()
A Dbench-strcasecmp.c47 int result = CALL (impl, s1, s2); in do_one_test() local
48 if ((exp_result == 0 && result != 0) in do_one_test()
49 || (exp_result < 0 && result >= 0) in do_one_test()
50 || (exp_result > 0 && result <= 0)) in do_one_test()
53 result, exp_result); in do_one_test()
A Dbench-strrchr.c89 CHAR *result; in do_test() local
111 result = (CHAR *) (buf + align + pos); in do_test()
114 result = (CHAR *) (buf + align + len); in do_test()
116 result = NULL; in do_test()
121 do_one_test (impl, (CHAR *) (buf + align), seek_char, result); in do_test()
A Dbench-strchr.c101 CHAR *result; in do_test() local
120 result = buf + align + pos; in do_test()
123 result = buf + align + len; in do_test()
125 result = NULLRET (buf + align + len); in do_test()
131 do_one_test (impl, buf + align, seek_char, result); in do_test()
A Dbench-rawmemchr.c71 char *result; in do_test() local
89 result = (char *) (buf1 + align + pos); in do_test()
98 do_one_test (json_ctx, impl, (char *) (buf1 + align), seek_char, result); in do_test()
A Dbench-strpbrk.c97 RES_TYPE result; in do_test() local
137 result = STRPBRK_RESULT (s, pos); in do_test()
142 do_one_test (impl, s, rej, result); in do_test()
/benchtests/scripts/
A Dplot_strings.py272 for result in json_iter["results"]:
273 domain.append(result[args.key])
274 timings[result[args.key]].append(result["timings"])

Completed in 7 milliseconds