Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/mdocml/dist/
Dtbl_layout.c292 tbl->first_row = tbl->last_row = in tbl_layout()
324 tbl->last_row = rp; in tbl_layout()
338 if (tbl->last_row == NULL || in tbl_layout()
339 tbl->last_row->first != NULL) { in tbl_layout()
341 if (tbl->last_row) in tbl_layout()
342 tbl->last_row->next = rp; in tbl_layout()
345 tbl->last_row = rp; in tbl_layout()
347 rp = tbl->last_row; in tbl_layout()
Dtbl_int.h33 struct tbl_row *last_row; /* Last layout row. */ member
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dmodulo-sched.cc3286 int last_row = ps->ii - 1; in rotate_partial_schedule() local
3299 for (row = 0; row < last_row; row++) in rotate_partial_schedule()
3305 ps->rows[last_row] = first_row; in rotate_partial_schedule()
3306 ps->rows_length[last_row] = first_row_length; in rotate_partial_schedule()