Home
last modified time | relevance | path

Searched refs:a_result (Results 1 - 2 of 2) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/prng/
H A Drand_r.c30 int a_result = rand_r(&seed); in rand_r_0100() local
33 if (a_result == b_result) { in rand_r_0100()
34 t_error("%s rand_r error change seed get result is all %d\n", __func__, a_result); in rand_r_0100()
47 int a_result = rand_r(&seed); in rand_r_0200() local
50 if (a_result != b_result) { in rand_r_0200()
51 t_error("%s rand_r error get result is %d and %d \n", __func__, a_result, b_result); in rand_r_0200()
64 int a_result = rand_r(&seed); in rand_r_0300() local
66 if (a_result == b_result) { in rand_r_0300()
67 t_error("%s rand_r error change seed get result is all %d\n", __func__, a_result); in rand_r_0300()
/third_party/ltp/pan/cgi/
H A Dreconsile.cgi31 foreach $a_result (@results) {
32 if (-f "$a_result.scanner") {
33 push(@result_filenames, "$a_result.scanner");
35 print "Could not find a scanner file for $a_result\n";

Completed in 1 milliseconds