Searched refs:choice_array (Results 1 – 2 of 2) sorted by relevance
1729 const struct choice_t choice_array[] = { variable3499 for (i = 0; i < numberof (choice_array); i++) in try_name()3501 if (strmatch_wild (name, choice_array[i].name)) in try_name()3503 choice = &choice_array[i]; in try_name()3542 for (i = 0; i < numberof (choice_array); i++) in usage()3544 if (col + 1 + strlen (choice_array[i].name) > 79) in usage()3549 printf (" %s", choice_array[i].name); in usage()3550 col += 1 + strlen (choice_array[i].name); in usage()
1122 * tests/devel/try.c (choice_array): Amend 2013-05-03 change to include4245 * tests/devel/try.c (choice_array): Don't try to table addlsh1_n etc if7586 (choice_array): Added mulmid-related entries.8867 (choice_array): Support testing of mpn_mul_5 and mpn_mul_6.9770 (choice_array): Added mpz_kronecker (apparently forgotten) and12734 (choice_array): Remove mpn_gcd_finda.13258 (choice_array): Likewise.14040 * tests/devel/try.c (choice_array): Add mpn_addsub_n[c].14549 * tests/devel/try.c (choice_array): Exclude mpn_preinv_mod_1 unless14551 (choice_array): Exclude mpn_sqr_basecase if SQR_KARATSUBA_THRESHOLD