Searched refs:old_end (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/sys/netinet/ |
H A D | tcp_sack.c | 871 tcp_seq old_end = oldblock->rblk_end; in tcp_sack_update_reported_history() local 873 if (SEQ_LT(end, old_start) || SEQ_GT(start, old_end)) { in tcp_sack_update_reported_history() 879 if (SEQ_GEQ(start, old_start) && SEQ_LEQ(end, old_end)) { in tcp_sack_update_reported_history() 884 end = old_end; in tcp_sack_update_reported_history() 891 if (SEQ_GEQ(old_end, start) && SEQ_LT(old_start, start)) { in tcp_sack_update_reported_history() 894 } else if (SEQ_GEQ(end, old_start) && SEQ_GT(old_end, end)) { in tcp_sack_update_reported_history() 896 end = old_end; in tcp_sack_update_reported_history() 900 SEQ_GEQ(end, old_end), in tcp_sack_update_reported_history() 902 old_start, old_end, start, end)); in tcp_sack_update_reported_history()
|
/dflybsd-src/contrib/gdb-7/readline/ |
H A D | vi_mode.c | 1026 int old_end; local 1032 old_end = rl_end; 1039 rl_end = old_end;
|
/dflybsd-src/contrib/binutils-2.27/gold/ |
H A D | layout.cc | 3701 const uint64_t old_end = old_addr + (*p)->memsz(); in set_segment_offsets() local 3708 gold_assert(new_addr == old_end); in set_segment_offsets()
|
/dflybsd-src/contrib/binutils-2.34/gold/ |
H A D | layout.cc | 4093 const uint64_t old_end = old_addr + (*p)->memsz(); in set_segment_offsets() local 4100 gold_assert(new_addr == old_end); in set_segment_offsets()
|