Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/pack/
H A Dpack.c246 long bitsout; in packfile() local
290 bitsout = maxlev = 0; in packfile()
301 bitsout += c*(count[i]>>1); in packfile()
312 outsize = ((bitsout+7)>>3)+6+maxlev+diffbytes; in packfile()