Searched defs:used (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/pzip/ |
H A D | pcmp.c | 50 unsigned long used; local 52 used = tsize; 53 if (compress2(t, &used, f, fsize, state.level) != Z_OK) 55 return used;
|
H A D | pin.c | 107 "[w:window?Limit the number of training data rows used to induce the" 377 unsigned long used; local 396 used = dest; 400 used = bufsize; 401 if (compress2(buf, &used, b, size, state.level) != Z_OK) 404 return used; 473 * (np+1) is used as tmp workspace
|
/ast/src/lib/libz/ |
H A D | inftrees.c | 24 lens shorts, which is used as a work area. type is the type of code 53 unsigned used; /* code entries in table used */ local 105 The length counts are used for other purposes as well, i.e. finding 157 filled is at next and has curr index bits. The code being used is huff 171 counts are used for this, and so count[] is decremented as codes are 174 used keeps track of how many table entries have been allocated from the 190 base = extra = work; /* dummy value--not used */ 214 used = 1U << root; /* use root table entries */ 215 mask = used [all...] |
/ast/src/lib/libpz/ |
H A D | pzsplit.c | 48 unsigned long used; member in struct:Id_s 167 if (!ip->used++ && !ip->part && !streq(ip->name, "0") && dp->pz->disc->errorf && (dp->pz->flags & (PZ_SUMMARY|PZ_VERBOSE|PZ_DUMP))) 455 (*pz->disc->errorf)(pz, pz->disc, 0, "%8I*u %12s %2u %4I*u %4I*u %12I*u %12I*u%s", sizeof(ip->windows), ip->windows, ip->name, !!ip->part, sizeof(ip->used), ip->used, sizeof(ip->row), ip->row, sizeof(ip->total), ip->total ? ip->total : ip->modules * ip->row, sizeof(ip->modules), ip->modules, ip->used && !ip->part ? " GENERATE PARTITION" : ""); 569 ip->used++; 586 (*pz->disc->errorf)(pz, pz->disc, 0, "%8d %12s %2d %4I*u %4I*u %12I*u%s", i + 1, ip->name, ip->use, sizeof(ip->used), ip->used, sizeof(ip->row), ip->row, sizeof(ip->size), ip->size, ip->used == 1 ? " NEW" : ""); 805 (*pz->disc->errorf)(pz, pz->disc, 0, "%8I*u %12s %2u %4I*u %4I*u %12I*u %12I*u%s", sizeof(ip->windows), ip->windows, ip->name, !!ip->part, sizeof(ip->used), i [all...] |
/ast/src/lib/libtk/generic/ |
H A D | tkCanvText.c | 85 * Information used for parsing configuration specs: 497 * used to display a text item or check for mouse hits. 722 * must be redisplayed (not used). */ 1490 * left in interp->result, replacing whatever used 1597 int used, c; 1600 used = 1; 1611 sprintf(buffer+used, "\\%03o", c); 1612 used += strlen(buffer+used); 1614 buffer[used] 1580 int used, c; local [all...] |
/ast/src/cmd/std/ |
H A D | df.c | 45 " inline ids are used instead of arguments:" 47 " If \b#\b is specified then the internal width and precision are used." 95 " \"%#..1(filesystem)s %#(type)s %#(blocks)s %#(used)s %#(available)s %#(capacity)s %(mounted)s\"]" 116 unsigned long used; member in struct:__anon226 180 "Percent of total blocks used.", 204 "Percent of total inodes used.", 258 "used", 268 static const char fmt_def[] = "%#..1(filesystem)s %#(type)s %#(blocks)s %#(used)s %#(available)s %#(capacity)s %(mounted)s"; 271 static const char fmt_std[] = "%#..1(filesystem)s %#(blocks)s %#(used)s %#(available)s %8(capacity)s %(mounted)s"; 524 s = (df->total || df->ttotal) ? scale(df->fraction, df->used, d [all...] |
/ast/src/cmd/INIT/ |
H A D | ratz.c | 28 " executables, so any \bratz\b option may be used on a \bsear\b file." 169 The data format used by the zlib library is described by RFCs (Request for 479 The compressed data format used by default by the in-memory functions is 517 alloc_func zalloc; /* used to allocate the internal state */ 518 free_func zfree; /* used to free the internal state */ 548 * values are errors, positive values are used for special but normal events. 879 /* This table is used to remember the original form of pointers 1253 /* number of codes used to transfer the bit lengths */ 1301 * save space in the various tables. IPos is used only for parameter passing. 1317 /* used b 1720 unsigned used; /* code entries in table used */ local [all...] |
Completed in 640 milliseconds