Searched refs:used (Results 1 - 13 of 13) sorted by relevance

/ast/src/lib/libz/
H A Dinftrees.c24 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/cmd/pzip/
H A Dpcmp.c50 unsigned long used; local
52 used = tsize;
53 if (compress2(t, &used, f, fsize, state.level) != Z_OK)
55 return used;
H A Dpin.c107 "[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/libpz/
H A Dpzsplit.c48 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 DtkCanvText.c85 * 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 Ddf.c45 " 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/lib/libtk/library/demos/
H A Dbind.tcl40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
H A Drolodex69 tk_dialog .fileSelection {File Selection} {This is a dummy file selection dialog box, which is used because there isn't a good file selection dialog built into Tk yet.} {} 0 OK
156 set helpTopics(.menu.file) {This is the "file" menu. It can be used to invoke some overall operations on the rolodex applications, such as loading a file or exiting.}
/ast/src/cmd/pax/
H A Dtar.sh45 function character used. The leading - is optional for the
/ast/src/cmd/INIT/
H A Dratz.c28 " 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...]
H A Dpackage.mk1167 that was used to generate this binary package. It describes
/ast/src/cmd/nmake/
H A DMakerules.mk61 set option=';separate-include;b;-;Allow \b$$(CC.INCLUDE.LOCAL)\b to be used with compilers that support it. On by default. If \b--noseparate-include\b is set then \b$$(CC.INCLUDE.LOCAL)\b will not be used, even if the current compiler supports it.'
2813 * rhs are package names used in compilation
2816 * .PACKAGE. is the ordered package list used to alter
3176 * used by :VARIANT:
3571 * when C const is used/implemented to do same
/ast/lib/package/
H A Dpackage.mk1167 that was used to generate this binary package. It describes

Completed in 129 milliseconds