HomeSort by: relevance | last modified time | path
    Searched defs:trial (Results 1 - 13 of 13) sorted by relevancy

  /src/tests/lib/libpthread/
t_once.c 200 static long trial; variable
220 "child exited on signal %d (%s) in trial %ld",
221 WTERMSIG(status), strsignal(WTERMSIG(status)), trial);
223 "child exited 0x%x in trial %ld", status, trial); local
248 for (trial = 0; trial < ntrials; trial++) {
  /src/external/lgpl3/gmp/dist/mpn/generic/
perfpow.c 247 int ans, where, neg, trial; local
290 trial = (n > SMALL) + (n > MEDIUM);
293 factor = mpn_trialdiv (np, n, nrtrial[trial], &where);
330 factor = mpn_trialdiv (np, n, nrtrial[trial], &where);
336 d = (mp_limb_t) (count * logs[trial] + 1e-9) + 1;
  /src/usr.sbin/lpr/common_source/
common.c 138 int refuse, trial; local
168 refuse = trial = 0;
170 trial++;
191 if (s < 0 && trial == refuse && timo <= 16) {
  /src/crypto/external/bsd/openssl/dist/test/
bntest.c 2116 * of each is an independent Bernoulli trial. The number of such successes
2457 int trial; local
2462 for (trial = 0; trial <= 1; ++trial) {
2481 int trial; local
2486 for (trial = 0; trial <= 1; ++trial) {
  /src/crypto/external/bsd/openssl.old/dist/test/
bntest.c 2373 int trial; local
2378 for (trial = 0; trial <= 1; ++trial) {
2380 || !TEST_int_eq(BN_is_prime_fasttest_ex(r, 1, ctx, trial, NULL),
2397 int trial; local
2402 for (trial = 0; trial <= 1; ++trial) {
2404 || !TEST_false(BN_is_prime_fasttest_ex(r, 1, ctx, trial, NULL))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
reorg.cc 564 rtx_insn *trial, *seq_insn, *prev;
570 delay slot. Do this by finding an insn, TRIAL, where
571 PREV_INSN (NEXT_INSN (TRIAL)) != TRIAL. */
573 for (trial = insn;
574 PREV_INSN (NEXT_INSN (trial)) == trial;
575 trial = NEXT_INSN (trial))
578 seq_insn = PREV_INSN (NEXT_INSN (trial));
555 rtx_insn *trial, *seq_insn, *prev; local
673 rtx_insn *trial = next_nonnote_insn (insn); local
949 rtx_insn *trial; local
1015 rtx_insn *trial; local
1037 rtx_insn *trial = seq->insn (i); local
1144 rtx_insn *trial = seq->insn (i); local
1198 rtx_insn *trial, *next_trial; local
1397 rtx_insn *trial; local
1809 rtx_insn *insn, *trial, *next_trial; local
2285 rtx_insn *trial; local
3270 rtx trial = skip_consecutive_labels (follow_jumps (target_label, local
    [all...]
stor-layout.cc 435 machine_mode trial = mode;
436 if ((GET_MODE_CLASS (trial) == MODE_COMPLEX_INT
437 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial))
438 && have_regs_of_mode[GET_MODE_INNER (trial)])
439 return trial;
447 machine_mode trial = mode;
448 if ((GET_MODE_CLASS (trial) == MODE_VECTOR_INT
449 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial))
450 && have_regs_of_mode[trial]
451 && targetm.vector_mode_supported_p (trial))
433 machine_mode trial = mode; local
445 machine_mode trial = mode; local
    [all...]
function.cc 6145 rtx_insn *prev, *last, *trial;
6154 trial = try_split (PATTERN (last), last, 1);
6155 if (trial == last)
6158 record_insns (NEXT_INSN (prev), NEXT_INSN (trial), &epilogue_insn_hash);
6125 rtx_insn *prev, *last, *trial; local
  /src/external/gpl3/gcc.old/dist/gcc/
reorg.cc 564 rtx_insn *trial, *seq_insn, *prev;
570 delay slot. Do this by finding an insn, TRIAL, where
571 PREV_INSN (NEXT_INSN (TRIAL)) != TRIAL. */
573 for (trial = insn;
574 PREV_INSN (NEXT_INSN (trial)) == trial;
575 trial = NEXT_INSN (trial))
578 seq_insn = PREV_INSN (NEXT_INSN (trial));
555 rtx_insn *trial, *seq_insn, *prev; local
673 rtx_insn *trial = next_nonnote_insn (insn); local
949 rtx_insn *trial; local
1015 rtx_insn *trial; local
1037 rtx_insn *trial = seq->insn (i); local
1144 rtx_insn *trial = seq->insn (i); local
1198 rtx_insn *trial, *next_trial; local
1397 rtx_insn *trial; local
1810 rtx_insn *insn, *trial, *next_trial; local
2286 rtx_insn *trial; local
3265 rtx trial = skip_consecutive_labels (follow_jumps (target_label, local
    [all...]
stor-layout.cc 435 machine_mode trial = mode;
436 if ((GET_MODE_CLASS (trial) == MODE_COMPLEX_INT
437 || mode_for_size (bitsize, MODE_COMPLEX_INT, false).exists (&trial))
438 && have_regs_of_mode[GET_MODE_INNER (trial)])
439 return trial;
447 machine_mode trial = mode;
448 if ((GET_MODE_CLASS (trial) == MODE_VECTOR_INT
449 || mode_for_size (bitsize, MODE_VECTOR_INT, 0).exists (&trial))
450 && have_regs_of_mode[trial]
451 && targetm.vector_mode_supported_p (trial))
433 machine_mode trial = mode; local
445 machine_mode trial = mode; local
    [all...]
function.cc 6152 rtx_insn *prev, *last, *trial;
6161 trial = try_split (PATTERN (last), last, 1);
6162 if (trial == last)
6165 record_insns (NEXT_INSN (prev), NEXT_INSN (trial), &epilogue_insn_hash);
6132 rtx_insn *prev, *last, *trial; local
  /src/crypto/external/apache2/openssl/dist/test/
bntest.c 2383 * of each is an independent Bernoulli trial. The number of such successes
2724 int trial; local
2729 for (trial = 0; trial <= 1; ++trial) {
2748 int trial; local
2753 for (trial = 0; trial <= 1; ++trial) {
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 2098 int trial; local
2152 for (trial = 0; trial < trials; ++trial) {
2153 if (execute_command && trial == execute_after_trial) {
2160 if (parse_remapped_files_with_try(trial, argc, argv, 0,
2169 trial >= remap_after_trial ? num_unsaved_files : 0,
2170 trial >= remap_after_trial ? unsaved_files : 0,

Completed in 37 milliseconds