Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/pack/
H A Dpack.c227 int lastparent; in heapify() local
230 lastparent = n/2; in heapify()
231 while (i <= lastparent) { in heapify()