Searched refs:stopslot (Results 1 – 1 of 1) sorted by relevance
1202 int stopslot, *ppref, lcv, prevlcv; in amap_pp_adjref() local1207 stopslot = curslot + slotlen; in amap_pp_adjref()1241 for (/* lcv already set */; lcv < stopslot ; lcv += len) { in amap_pp_adjref()1243 if (lcv + len > stopslot) { /* goes past end? */ in amap_pp_adjref()1244 pp_setreflen(ppref, lcv, ref, stopslot - lcv); in amap_pp_adjref()1245 pp_setreflen(ppref, stopslot, ref, in amap_pp_adjref()1246 len - (stopslot - lcv)); in amap_pp_adjref()1247 len = stopslot - lcv; in amap_pp_adjref()