Searched defs:high (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/builtin/
H A Dlook.c99 Sfoff_t high; local
137 if ((low = sfseek(fp, (Sfoff_t)0, SEEK_CUR)) < 0 || (high = sfseek(fp, (Sfoff_t)0, SEEK_END)) <= 0)
169 while ((high - low) > (len + CLOSE))
171 mid = (low + high) / 2;
175 if (mid > high)
183 high = mid - len;
188 if((mid+=sfvalue(fp)) >= high)
190 high = mid;
195 while (low <= high)
/ast/src/lib/libtk/generic/
H A DtkTextTag.c5 * for text widgets, plus most of the other high-level functions
1058 int low, high, delta;
1073 high = tagPtr->priority-1;
1077 high = prio;
1083 if ((tagPtr2->priority >= low) && (tagPtr2->priority <= high)) {
1051 int low, high, delta; local
H A DtkTrig.c209 double m, x, y, low, high;
219 low = end1Ptr[0]; high = end2Ptr[0];
221 low = end2Ptr[0]; high = end1Ptr[0];
229 if ((rectPtr[0] >= low) && (rectPtr[0] <= high)
240 && (rectPtr[2] >= low) && (rectPtr[2] <= high)) {
249 low = end1Ptr[1]; high = end2Ptr[1];
251 low = end2Ptr[1]; high = end1Ptr[1];
255 && (rectPtr[1] >= low) && (rectPtr[1] <= high)) {
265 && (rectPtr[3] >= low) && (rectPtr[3] <= high)) {
207 double m, x, y, low, high; local
/ast/src/cmd/std/
H A Dsplit.c159 char high; member in struct:fname
226 * suflen characters from low..high
232 setfname(const char* prefix, char* format, int suflen, int low, int high) argument
260 fp->high = high;
305 while (++(*cp) > fp->high)
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwvote.c204 Sfoff_t high; local
255 high = fr->srcf->size;
259 high = here;
266 if((wm->wpos + wm->wsize) > high && (wm->wpos = high - wm->wsize) < 0 )
268 wm->wsize = (ssize_t)high;
/ast/src/cmd/pzip/
H A Dpin.c44 " partitioning. This filtering usually gathers high frequency columns"
45 " from the data. A high frequency column has data with a high rate of"
47 " \b--high\b, typically range"
50 " [+(2)?A heuristic search determines an initial ordering of high"
61 " (e.g., 10 minutes on a 400Mhz Pentium with \b--high 80 --window 4M\b)."
75 "[h:high?Select this number of columns with the highest frequencies for the"
82 "[m:maxhigh?Exit with exit code 3 if the number of high frequency columns"
86 "[p:partition?Specifies the data row size and the high frequency column"
96 " list in the same high frequenc
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
1461 int high = -10; local
[all...]

Completed in 32 milliseconds