Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pack/
H A Dpack.c225 int lastparent; in heapify() local
228 lastparent = n/2; in heapify()
229 while (i <= lastparent) { in heapify()