| /src/external/gpl2/gmake/dist/ |
| rule.h | 25 unsigned int *lens; /* Lengths of each target. */ member in struct:rule
|
| /src/common/dist/zlib/contrib/infback9/ |
| inflate9.h | 42 unsigned have; /* number of code lengths in lens[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/binutils/dist/zlib/contrib/infback9/ |
| inflate9.h | 42 unsigned have; /* number of code lengths in lens[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/infback9/ |
| inflate9.h | 42 unsigned have; /* number of code lengths in lens[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/gdb/dist/zlib/contrib/infback9/ |
| inflate9.h | 42 unsigned have; /* number of code lengths in lens[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/infback9/ |
| inflate9.h | 42 unsigned have; /* number of code lengths in lens[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_write_format_iso9660_filename.c | 206 const int lens[] = { local 241 for (i = 0; lens[i] >= 0; i++) { 242 for (l = 0; l < lens[i]; l++) {
|
| /src/common/dist/zlib/contrib/puff/ |
| puff.c | 402 * length symbol. These are in the static arrays below, lens[] for the base 443 static const short lens[29] = { /* Size base for length codes 257..285 */ local 477 len = lens[symbol] + bits(s, lext[symbol]);
|
| /src/common/dist/zlib/test/ |
| infcover.c | 622 unsigned short lens[16], work[16]; local 628 lens[bits] = (unsigned short)(bits + 1); 629 lens[15] = 15; 632 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); 636 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
|
| /src/usr.bin/column/ |
| column.c | 216 int *lens, *nlens, maxcols; local 222 lens = ecalloc(maxcols, sizeof(*lens)); 229 nlens = erealloc(lens, (maxcols + 232 lens = nlens; 235 (void)memset(lens + maxcols, 0, 236 DEFCOLS * sizeof(*lens)); 244 if (t->len[coloff] > lens[coloff]) 245 lens[coloff] = t->len[coloff]; 251 lens[coloff] - t->len[coloff] + 2, " ") [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| inflate.h | 112 unsigned have; /* number of code lengths in lens[] */ 114 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/binutils/dist/zlib/contrib/puff/ |
| puff.c | 402 * length symbol. These are in the static arrays below, lens[] for the base 443 static const short lens[29] = { /* Size base for length codes 257..285 */ local 477 len = lens[symbol] + bits(s, lext[symbol]);
|
| /src/external/gpl3/binutils/dist/zlib/test/ |
| infcover.c | 622 unsigned short lens[16], work[16]; local 628 lens[bits] = (unsigned short)(bits + 1); 629 lens[15] = 15; 632 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); 636 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/ |
| puff.c | 402 * length symbol. These are in the static arrays below, lens[] for the base 443 static const short lens[29] = { /* Size base for length codes 257..285 */ local 477 len = lens[symbol] + bits(s, lext[symbol]);
|
| /src/external/gpl3/binutils.old/dist/zlib/test/ |
| infcover.c | 621 unsigned short lens[16], work[16]; local 627 lens[bits] = (unsigned short)(bits + 1); 628 lens[15] = 15; 631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); 635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
|
| /src/external/gpl3/gdb/dist/zlib/contrib/puff/ |
| puff.c | 402 * length symbol. These are in the static arrays below, lens[] for the base 443 static const short lens[29] = { /* Size base for length codes 257..285 */ local 477 len = lens[symbol] + bits(s, lext[symbol]);
|
| /src/external/gpl3/gdb/dist/zlib/test/ |
| infcover.c | 621 unsigned short lens[16], work[16]; local 627 lens[bits] = (unsigned short)(bits + 1); 628 lens[15] = 15; 631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); 635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
|
| /src/external/gpl3/gdb.old/dist/zlib/contrib/puff/ |
| puff.c | 402 * length symbol. These are in the static arrays below, lens[] for the base 443 static const short lens[29] = { /* Size base for length codes 257..285 */ local 477 len = lens[symbol] + bits(s, lext[symbol]);
|
| /src/external/gpl3/gdb.old/dist/zlib/test/ |
| infcover.c | 621 unsigned short lens[16], work[16]; local 627 lens[bits] = (unsigned short)(bits + 1); 628 lens[15] = 15; 631 ret = inflate_table(DISTS, lens, 16, &next, &bits, work); 635 ret = inflate_table(DISTS, lens, 16, &next, &bits, work);
|
| /src/common/dist/zlib/ |
| inflate.h | 118 unsigned have; /* number of code lengths in lens[] */ 120 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/crypto/external/bsd/openssl.old/dist/engines/ |
| e_dasync.c | 140 size_t *lens; member in struct:dasync_pipeline_ctx 591 pipe_ctx->lens = (size_t *)ptr; 720 pipe_ctx->lens[i]);
|
| /src/external/gpl3/binutils/dist/zlib/ |
| inflate.h | 118 unsigned have; /* number of code lengths in lens[] */ 120 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| inflate.h | 118 unsigned have; /* number of code lengths in lens[] */ 120 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/gdb/dist/zlib/ |
| inflate.h | 118 unsigned have; /* number of code lengths in lens[] */ 120 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|
| /src/external/gpl3/gdb.old/dist/zlib/ |
| inflate.h | 118 unsigned have; /* number of code lengths in lens[] */ 120 unsigned short lens[320]; /* temporary storage for code lengths */ member in struct:inflate_state
|