Searched refs:step1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/binutils/binutils/
H A Ddllwrap.c996 dyn_string_t step1 = dyn_string_new (driver_cmdline->length local
999 dyn_string_append_cstr (step1, "-Wl,--base-file,");
1002 dyn_string_append_cstr (step1,
1004 dyn_string_append_cstr (step1, base_file_name);
1005 dyn_string_append_cstr (step1,
1009 dyn_string_append_cstr (step1, " ");
1010 dyn_string_append_cstr (step1, driver_cmdline->s);
1013 if (run (driver_name, step1->s))
1016 dyn_string_delete (step1);
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-loop-manip.c55 tree stmt, initial, step1, stmts; local
79 step1 = fold_build1 (NEGATE_EXPR, TREE_TYPE (step), step);
80 if (tree_int_cst_lt (step1, step))
83 step = step1;
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dmips.c6896 HOST_WIDE_INT step1;
6898 step1 = MIN (size, MIPS_MAX_FIRST_STACK_STEP);
6901 GEN_INT (-step1)))) = 1;
6902 size -= step1;
7051 HOST_WIDE_INT step1, step2;
7065 step1 = cfun->machine->frame.total_size;
7076 step1 -= cfun->machine->frame.args_size;
7083 step2 = MIN (step1, MIPS_MAX_FIRST_STACK_STEP);
7084 step1 -= step2;
7089 if (step1 >
6857 HOST_WIDE_INT step1; local
7010 HOST_WIDE_INT step1, step2; local
[all...]
/freebsd-10-stable/sys/cam/scsi/
H A Dscsi_low.c1298 goto step1;
1302 goto step1;
1318 step1:
/freebsd-10-stable/contrib/netbsd-tests/kernel/
H A Dt_ptrace_wait.c4387 ATF_TC(step1); variable
4388 ATF_TC_HEAD(step1, tc)
4394 ATF_TC_BODY(step1, tc)
6666 ATF_TP_ADD_TC_PT_STEP(tp, step1);

Completed in 143 milliseconds