Home
last modified time | relevance | path

Searched refs:new_time (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/crypto/libressl/crypto/ts/
H A Dts_rsp_utils.c225 ASN1_GENERALIZEDTIME *new_time; in TS_TST_INFO_set_time() local
229 new_time = ASN1_STRING_dup(gtime); in TS_TST_INFO_set_time()
230 if (new_time == NULL) { in TS_TST_INFO_set_time()
235 a->time = new_time; in TS_TST_INFO_set_time()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dmodulo-sched.c2317 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii); in ps_insert_empty_row() local
2319 SCHED_TIME (u) = new_time; in ps_insert_empty_row()
2320 crr_insn->cycle = new_time; in ps_insert_empty_row()
2321 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2322 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()
2338 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii) + 1; in ps_insert_empty_row() local
2340 SCHED_TIME (u) = new_time; in ps_insert_empty_row()
2341 crr_insn->cycle = new_time; in ps_insert_empty_row()
2342 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2343 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dmodulo-sched.c2296 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii); in ps_insert_empty_row() local
2298 SCHED_TIME (u) = new_time; in ps_insert_empty_row()
2299 crr_insn->cycle = new_time; in ps_insert_empty_row()
2300 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2301 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()
2317 int new_time = SCHED_TIME (u) + (SCHED_TIME (u) / ii) + 1; in ps_insert_empty_row() local
2319 SCHED_TIME (u) = new_time; in ps_insert_empty_row()
2320 crr_insn->cycle = new_time; in ps_insert_empty_row()
2321 SCHED_ROW (u) = new_time % new_ii; in ps_insert_empty_row()
2322 SCHED_STAGE (u) = new_time / new_ii; in ps_insert_empty_row()