Searched refs:hseg (Results 1 – 1 of 1) sorted by relevance
431 struct seg *hseg = NULL; in as_addseg() local435 hseg = as->a_lastgaphl; in as_addseg()436 lseg = AVL_PREV(&as->a_segtree, hseg); in as_addseg()439 hseg = AVL_NEXT(&as->a_segtree, lseg); in as_addseg()442 if (hseg && lseg && lseg->s_base < newseg->s_base && in as_addseg()443 hseg->s_base > newseg->s_base) { in as_addseg()1910 struct seg *lseg, *hseg; in as_gap_aligned() local1962 hseg = as_findseg(as, lobound, 1); in as_gap_aligned()1963 lseg = AS_SEGPREV(as, hseg); in as_gap_aligned()1975 hseg = as_findseg(as, hibound, 1); in as_gap_aligned()[all …]