Searched refs:maxhigh (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/pzip/
H A Dpin.c82 "[m:maxhigh?Exit with exit code 3 if the number of high frequency columns"
84 " is \bmaxhigh\b percent of the total number of columns.]:[maxhigh:=40%]"
527 filter(Sfio_t* ip, unsigned char** bufp, unsigned char** datp, Pz_t* pz, int high, int maxhigh, size_t row, size_t tot) argument
674 if (maxhigh < 0)
676 maxhigh = -maxhigh;
677 if (high > (row * maxhigh / 100))
678 error(6, "high frequency count %d exceeds %d%% of %d", high, maxhigh, row);
680 else if (maxhigh > 0)
682 if (high > maxhigh)
1462 int maxhigh = -40; local
[all...]

Completed in 9 milliseconds