Lines Matching defs:window
61 " (e.g., 10 minutes on a 400Mhz Pentium with \b--high 80 --window 4M\b)."
85 "[o:sort?Sort the window data by row before inducing the partition.]"
107 "[w:window?Limit the number of training data rows used to induce the"
108 " partition. The window size may be decreased to accomodate an"
109 " integral number of complete rows.]#[window-size:=4M]"
117 "[S:size?Ignore \b--row\b, determine the fixed record size based on a window"
132 "[V:verify?Verify \b--size\b by reading all data instead of the window sample.]"
220 int window;
611 while ((r = sfread(ip, s = buf, state.window)) > 0)
963 cst[i] = state.window;
1474 state.window = PZ_WINDOW;
1526 state.window = opt_info.num;
1603 disc.window = 1;
1652 win = (state.window / row) * row;
1681 state.window = (state.window / row) * row;
1682 if (!(dat = newof(0, unsigned char, state.window, 0)))
1684 if (!(buf = newof(0, unsigned char, state.window, 0)))
1686 if ((n = sfread(ip, dat, state.window)) <= 0)
1689 state.window = rows * row;
1788 sfprintf(sfstdout, "# row %d window %d compression level %d\n", rec, state.window, state.level);