Home
last modified time | relevance | path

Searched refs:new_pos (Results 1 – 5 of 5) sorted by relevance

/dragonfly/contrib/less/
H A Dinput.c86 POSITION new_pos; in forw_line_seg() local
151 new_pos = base_pos; in forw_line_seg()
161 new_pos++; in forw_line_seg()
169 new_pos++; in forw_line_seg()
343 return (new_pos); in forw_line_seg()
362 POSITION new_pos; in back_line() local
462 new_pos = base_pos; in back_line()
486 new_pos++; in back_line()
528 new_pos++; in back_line()
535 new_pos++; in back_line()
[all …]
H A Dline.c1336 POSITION new_pos; in forw_raw_line() local
1347 new_pos = ch_tell(); in forw_raw_line()
1358 new_pos = ch_tell() - 1; in forw_raw_line()
1370 return (new_pos); in forw_raw_line()
1381 POSITION new_pos; in back_raw_line() local
1398 new_pos = ch_tell() + 1; in back_raw_line()
1408 new_pos = ch_zero(); in back_raw_line()
1422 new_pos = ch_tell() + 1; in back_raw_line()
1440 return (new_pos); in back_raw_line()
/dragonfly/stand/lib/
H A Dsplitfs.c223 off_t new_pos, seek_by; in splitfs_seek() local
270 new_pos = lseek(sf->curfd, seek_by, SEEK_CUR); in splitfs_seek()
271 if (new_pos < 0) in splitfs_seek()
273 sf->tot_pos += new_pos - sf->file_pos; in splitfs_seek()
274 sf->file_pos = new_pos; in splitfs_seek()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsched-rgn.c3429 int old_pos, new_pos, i; in rgn_fix_recovery_cfg() local
3439 for (new_pos = ebb_head[BLOCK_TO_BB (bbi) + 1] - 1; in rgn_fix_recovery_cfg()
3440 rgn_bb_table[new_pos] != bbi; in rgn_fix_recovery_cfg()
3441 new_pos--) in rgn_fix_recovery_cfg()
3443 new_pos++; in rgn_fix_recovery_cfg()
3444 gcc_assert (new_pos > ebb_head[BLOCK_TO_BB (bbi)]); in rgn_fix_recovery_cfg()
3446 gcc_assert (new_pos < old_pos); in rgn_fix_recovery_cfg()
3448 memmove (rgn_bb_table + new_pos + 1, in rgn_fix_recovery_cfg()
3449 rgn_bb_table + new_pos, in rgn_fix_recovery_cfg()
3450 (old_pos - new_pos) * sizeof (*rgn_bb_table)); in rgn_fix_recovery_cfg()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsched-rgn.c3650 int old_pos, new_pos, i; in rgn_fix_recovery_cfg() local
3660 for (new_pos = ebb_head[BLOCK_TO_BB (bbi) + 1] - 1; in rgn_fix_recovery_cfg()
3661 rgn_bb_table[new_pos] != bbi; in rgn_fix_recovery_cfg()
3662 new_pos--) in rgn_fix_recovery_cfg()
3664 new_pos++; in rgn_fix_recovery_cfg()
3665 gcc_assert (new_pos > ebb_head[BLOCK_TO_BB (bbi)]); in rgn_fix_recovery_cfg()
3667 gcc_assert (new_pos < old_pos); in rgn_fix_recovery_cfg()
3669 memmove (rgn_bb_table + new_pos + 1, in rgn_fix_recovery_cfg()
3670 rgn_bb_table + new_pos, in rgn_fix_recovery_cfg()
3671 (old_pos - new_pos) * sizeof (*rgn_bb_table)); in rgn_fix_recovery_cfg()
[all …]