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

/ast/src/cmd/builtin/
H A Dlook.c97 Sfoff_t low; 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;
178 low = mid;
185 low = mid;
194 sfseek(fp, low, SEEK_SET);
195 while (low <= high)
202 low += sfvalue(fp);
/ast/src/lib/libz/
H A Dinftrees.c57 unsigned low; /* low bits for current root entry */ local
58 unsigned mask; /* mask for low root bits */
165 of the low root bits of huff. This is saved in low to check for when a
213 low = (unsigned)(-1); /* trigger new sub-table when len > root */
215 mask = used - 1; /* mask for comparing low */
238 /* replicate for those indices with low len bits equal to huff */
266 if (len > root && (huff & mask) != low) {
290 low
[all...]
H A Dinflate.c271 unsigned low, size; local
286 low = 0;
288 if ((low % 7) == 0) printf("\n ");
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
291 if (++low == size) break;
297 low = 0;
299 if ((low % 6) == 0) printf("\n ");
300 printf("{%u,%u,%d}", state.distcode[low]
[all...]
/ast/src/cmd/std/
H A Dsplit.c158 char low; member in struct:fname
226 * suflen characters from low..high
232 setfname(const char* prefix, char* format, int suflen, int low, int high) argument
259 fp->low = low;
266 *cp++ = low;
307 *cp-- = fp->low;
328 *cp++ = fp->low;
/ast/src/lib/libpz/
H A Dpzwrite.c39 register unsigned char* low; local
155 low = pp->low;
190 if (pat[j] != bp[j] && low[j])
199 if (pat[j] != bp[j] && low[j])
H A Dpzdeflate.c39 register unsigned char* low; local
116 low = pp->low;
213 if (pat[j] != wrk[j] && low[j])
226 if (pat[j] != wrk[j] && low[j])
H A Dpzip.h186 unsigned char* low; /* 1 if lo frequency, 0 if hi */ member in struct:Pzpart_s
H A Dpzpart.c254 memset(pp->low, 1, pp->row);
256 pp->low[pp->map[i]] = 0;
258 pp->low[pp->fix[i]] = 0;
324 if (!(pp->low = vmnewof(pz->vm, 0, unsigned char, pp->row, 0)) ||
391 pp->low[pp->fix[k++] = i] = 0;
/ast/src/cmd/tests/sfio/
H A Dtdisc.c144 char buf[1024], low[64], up[64]; local
152 l = low;
186 if(sfputr(f,low,'\n') < 0)
/ast/src/lib/libtk/generic/
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
H A DtkTextTag.c1058 int low, high, delta;
1072 low = prio;
1076 low = tagPtr->priority+1;
1083 if ((tagPtr2->priority >= low) && (tagPtr2->priority <= high)) {
1051 int low, high, delta; local
/ast/src/cmd/INIT/
H A Dratz.c1724 unsigned low; /* low bits for current root entry */ local
1725 unsigned mask; /* mask for low root bits */
1832 of the low root bits of huff. This is saved in low to check for when a
1880 low = (unsigned)(-1); /* trigger new sub-table when len > root */
1882 mask = used - 1; /* mask for comparing low */
1905 /* replicate for those indices with low len bits equal to huff */
1933 if (len > root && (huff & mask) != low) {
1957 low
[all...]
/ast/src/cmd/pzip/
H A Dpop.c31 " It can cut high or low frequency partition columns, list format field"
49 "[l:low?List information on low frequency columns only.]"
299 sfprintf(sfstdout, "%s frequency info over %I*d rows\n\n", (op & OP_LO) ? "low" : "high", sizeof(rows), rows);
371 sfprintf(sfstdout, "%s frequency info over %I*d rows\n\n", (op & OP_LO) ? "low" : "high", sizeof(rows), rows);
586 if (pp->low[i])
/ast/src/cmd/ksh93/sh/
H A Dinit.c2209 int n=0,low; local
2218 if((low=strcmp(name,e_tolower)) && strcmp(name,e_toupper))
2231 if(low==0)

Completed in 36 milliseconds