Searched refs:last_row (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/bsd/mdocml/dist/
H A Dtbl_int.h33 struct tbl_row *last_row; /* Last layout row. */ member in struct:tbl_node
H A Dtbl_layout.c292 tbl->first_row = tbl->last_row =
324 tbl->last_row = rp;
338 if (tbl->last_row == NULL ||
339 tbl->last_row->first != NULL) {
341 if (tbl->last_row)
342 tbl->last_row->next = rp;
345 tbl->last_row = rp;
347 rp = tbl->last_row;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmodulo-sched.c3290 int last_row = ps->ii - 1;
3303 for (row = 0; row < last_row; row++)
3309 ps->rows[last_row] = first_row;
3310 ps->rows_length[last_row] = first_row_length;
3285 int last_row = ps->ii - 1; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.cc3291 int last_row = ps->ii - 1;
3304 for (row = 0; row < last_row; row++)
3310 ps->rows[last_row] = first_row;
3311 ps->rows_length[last_row] = first_row_length;
3286 int last_row = ps->ii - 1; local

Completed in 134 milliseconds