Searched defs:inc (Results 1 - 9 of 9) sorted by relevance
/ast/src/cmd/vczip/tests/ |
H A D | tio.c | 81 { int k, inc; local 82 inc = random()%2; 84 { if(inc)
|
/ast/src/lib/libpz/ |
H A D | pzinflate.c | 29 restore(register Pz_t* pz, Pzpart_t* pp, register Sfio_t* ip, Sfio_t* op, register unsigned char* pat, register unsigned char* buf, size_t row, size_t m, register size_t* map, register unsigned char** mix, register size_t* inc) argument 45 mix[i] += inc[i]; 219 if (restore(pz, pp, pz->io, op, pat, pz->wrk, pp->row, k, pp->map, pp->mix, pp->inc))
|
H A D | pzip.h | 180 size_t* inc; /* column mix increment */ member in struct:Pzpart_s
|
/ast/src/lib/libtk/generic/ |
H A D | tkMessage.c | 527 int width, inc, height, numLines; 555 inc = 0; 558 inc = width/2; 560 for ( ; ; inc /= 2) { 594 if (inc <= 2) { 599 width += inc; 601 width -= inc; 522 int width, inc, height, numLines; local
|
H A D | tkRectOval.c | 607 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; 619 inc = rectPtr->width/2.0; 620 x1 -= inc; 621 y1 -= inc; 622 x2 += inc; 623 y2 += inc; 600 double xDiff, yDiff, x1, y1, x2, y2, inc, tmp; local
|
/ast/src/lib/libdss/ |
H A D | tag.c | 251 getline(Tag_t* tag, Tagframe_t* fp, int* inc, Tagdisc_t* disc) argument 255 *inc = 0; 276 *inc = 1; 294 int inc; local 308 if (!(s = getline(tag, fp, &inc, disc))) 347 if (!(s = getline(tag, fp, &inc, disc))) 355 } while (!inc);
|
/ast/src/lib/libast/misc/ |
H A D | fts.c | 710 resize(register FTS* fts, size_t inc) argument 721 fts->homesize = ((fts->homesize + inc + 4) / PATH_MAX + 1) * PATH_MAX;
|
/ast/src/lib/libast/regex/ |
H A D | regnexec.c | 147 vecopen(int inc, int siz) argument 152 if (inc <= 0) 153 inc = 16; 156 if (!(v = (Vector_t*)stkseek(sp, sizeof(Vector_t) + inc * siz))) 163 v->max = v->inc = inc; 176 while ((v->max += v->inc) <= index);
|
H A D | reglib.h | 306 int inc; /* growth increment */ member in struct:Vector_s
|
Completed in 523 milliseconds