HomeSort by: relevance | last modified time | path
    Searched defs:lengths (Results 1 - 24 of 24) sorted by relevancy

  /src/games/colorbars/
colorbars.c 53 size_t lengths[__arraycount(colorInfo)]; local
83 lengths[i] = strlen(colorInfo[i].name);
84 if (lengths[i] > labelwidth)
85 labelwidth = lengths[i];
107 for (size_t line = 0; line < lengths[i]; line++)
colorbars.c 53 size_t lengths[__arraycount(colorInfo)]; local
83 lengths[i] = strlen(colorInfo[i].name);
84 if (lengths[i] > labelwidth)
85 labelwidth = lengths[i];
107 for (size_t line = 0; line < lengths[i]; line++)
  /src/common/dist/zlib/contrib/puff/
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
213 * a negative value if there is an error. If all of the lengths are zero, i.e.
220 * a simple integer ordering of codes of the same lengths. Hence below the
309 * Given the list of code lengths length[0..n-1] representing a canonical
320 * codes past the end of the incomplete lengths.
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
355 /* check for an over-subscribed or incomplete set of lengths */
393 * - Literals, lengths, and the end-of-block code are combined into a single
397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
213 * a negative value if there is an error. If all of the lengths are zero, i.e.
220 * a simple integer ordering of codes of the same lengths. Hence below the
309 * Given the list of code lengths length[0..n-1] representing a canonical
320 * codes past the end of the incomplete lengths.
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
355 /* check for an over-subscribed or incomplete set of lengths */
393 * - Literals, lengths, and the end-of-block code are combined into a single
397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
  /src/external/gpl3/binutils/dist/zlib/contrib/puff/
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
213 * a negative value if there is an error. If all of the lengths are zero, i.e.
220 * a simple integer ordering of codes of the same lengths. Hence below the
309 * Given the list of code lengths length[0..n-1] representing a canonical
320 * codes past the end of the incomplete lengths.
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
355 /* check for an over-subscribed or incomplete set of lengths */
393 * - Literals, lengths, and the end-of-block code are combined into a single
397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
213 * a negative value if there is an error. If all of the lengths are zero, i.e.
220 * a simple integer ordering of codes of the same lengths. Hence below the
309 * Given the list of code lengths length[0..n-1] representing a canonical
320 * codes past the end of the incomplete lengths.
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
355 /* check for an over-subscribed or incomplete set of lengths */
393 * - Literals, lengths, and the end-of-block code are combined into a single
397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
  /src/external/gpl3/binutils.old/dist/zlib/contrib/puff/
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
213 * a negative value if there is an error. If all of the lengths are zero, i.e.
220 * a simple integer ordering of codes of the same lengths. Hence below the
309 * Given the list of code lengths length[0..n-1] representing a canonical
320 * codes past the end of the incomplete lengths.
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
355 /* check for an over-subscribed or incomplete set of lengths */
393 * - Literals, lengths, and the end-of-block code are combined into a single
397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
213 * a negative value if there is an error. If all of the lengths are zero, i.e.
220 * a simple integer ordering of codes of the same lengths. Hence below the
309 * Given the list of code lengths length[0..n-1] representing a canonical
320 * codes past the end of the incomplete lengths.
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
355 /* check for an over-subscribed or incomplete set of lengths */
393 * - Literals, lengths, and the end-of-block code are combined into a single
397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
  /src/external/bsd/tcpdump/dist/
util-print.c 366 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
368 const char **l = lengths;
util-print.c 366 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
368 const char **l = lengths;
  /src/tests/lib/libbpfjit/
t_bpfjit.c 2639 static size_t lengths[3] = { 1, 2, 4 }; local
2656 for (l = 1; l < 5 + lengths[i]; l++) {
2661 l = 5 + lengths[i];
2805 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local
2826 for (l = 1; l < 5 + lengths[i]; l++) {
2831 l = 5 + lengths[i];
t_bpfjit.c 2639 static size_t lengths[3] = { 1, 2, 4 }; local
2656 for (l = 1; l < 5 + lengths[i]; l++) {
2661 l = 5 + lengths[i];
2805 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local
2826 for (l = 1; l < 5 + lengths[i]; l++) {
2831 l = 5 + lengths[i];
  /src/tests/net/bpfjit/
t_bpfjit.c 2459 static size_t lengths[3] = { 1, 2, 4 }; local
2480 for (l = 1; l < 5 + lengths[i]; l++) {
2485 l = 5 + lengths[i];
2625 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local
2650 for (l = 1; l < 5 + lengths[i]; l++) {
2655 l = 5 + lengths[i];
t_bpfjit.c 2459 static size_t lengths[3] = { 1, 2, 4 }; local
2480 for (l = 1; l < 5 + lengths[i]; l++) {
2485 l = 5 + lengths[i];
2625 static size_t lengths[6] = { 1, 2, 4, 1, 2, 4 }; local
2650 for (l = 1; l < 5 + lengths[i]; l++) {
2655 l = 5 + lengths[i];
  /src/external/gpl2/diffutils/dist/src/
diff3.c 86 size_t *lengths[2]; /* Line lengths (including newlines, if any) */
96 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
118 ((diff)->lengths[filenum][linenum])
126 ((diff)->lengths[filenum])
961 sizeof *bptr->lengths[1]));
972 bptr->lengths[0] = bptr->lengths[1] = 0;
1011 bptr->lengths[0] = xmalloc (numlines * sizeof *bptr->lengths[0])
85 size_t *lengths[2]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff_block
95 size_t *lengths[3]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff3_block
    [all...]
diff3.c 86 size_t *lengths[2]; /* Line lengths (including newlines, if any) */
96 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
118 ((diff)->lengths[filenum][linenum])
126 ((diff)->lengths[filenum])
961 sizeof *bptr->lengths[1]));
972 bptr->lengths[0] = bptr->lengths[1] = 0;
1011 bptr->lengths[0] = xmalloc (numlines * sizeof *bptr->lengths[0])
85 size_t *lengths[2]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff_block
95 size_t *lengths[3]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff3_block
    [all...]
  /src/external/gpl2/xcvs/dist/diff/
diff3.c 89 size_t *lengths[2]; /* Line lengths (including newlines, if any) */
99 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
121 ((diff)->lengths[filenum][linenum])
129 ((diff)->lengths[filenum])
1100 bptr->lengths[0] = bptr->lengths[1] = 0;
1138 bptr->lengths[0] = ALLOCATE (numlines, size_t);
1142 &(bptr->lengths[0][i])
88 size_t *lengths[2]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff_block
98 size_t *lengths[3]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff3_block
    [all...]
diff3.c 89 size_t *lengths[2]; /* Line lengths (including newlines, if any) */
99 size_t *lengths[3]; /* Line lengths (including newlines, if any) */
121 ((diff)->lengths[filenum][linenum])
129 ((diff)->lengths[filenum])
1100 bptr->lengths[0] = bptr->lengths[1] = 0;
1138 bptr->lengths[0] = ALLOCATE (numlines, size_t);
1142 &(bptr->lengths[0][i])
88 size_t *lengths[2]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff_block
98 size_t *lengths[3]; \/* Line lengths (including newlines, if any) *\/ member in struct:diff3_block
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
module.cc 694 static unsigned lengths[4]; member in class:bytes_out
700 unsigned bytes_out::lengths[4]; member in class:bytes_out
732 lengths[2] += bit_flush ();
771 lengths[x]++;
776 lengths[2] += bit_flush ();
1588 lengths[3] += pos;
4669 dump ("Wrote %u bytes in %u blocks", lengths[3], spans[3]);
4670 dump ("Wrote %u bits in %u bytes", lengths[0] + lengths[1], lengths[2])
    [all...]
module.cc 694 static unsigned lengths[4]; member in class:bytes_out
700 unsigned bytes_out::lengths[4]; member in class:bytes_out
732 lengths[2] += bit_flush ();
771 lengths[x]++;
776 lengths[2] += bit_flush ();
1588 lengths[3] += pos;
4669 dump ("Wrote %u bytes in %u blocks", lengths[3], spans[3]);
4670 dump ("Wrote %u bits in %u bytes", lengths[0] + lengths[1], lengths[2])
    [all...]
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 6710 -I --histogram Display histogram of bucket list lengths\n"));
15376 uint64_t *lengths;
15392 lengths = calloc (filedata->nbuckets, sizeof (*lengths));
15393 if (lengths == NULL)
15407 if (maxlength < ++lengths[hn])
15422 free (lengths);
15428 ++counts[lengths[hn]];
15445 free (lengths);
15456 uint64_t *lengths;
15373 uint64_t *lengths; local
15453 uint64_t *lengths; local
    [all...]
readelf.c 6710 -I --histogram Display histogram of bucket list lengths\n"));
15376 uint64_t *lengths;
15392 lengths = calloc (filedata->nbuckets, sizeof (*lengths));
15393 if (lengths == NULL)
15407 if (maxlength < ++lengths[hn])
15422 free (lengths);
15428 ++counts[lengths[hn]];
15445 free (lengths);
15456 uint64_t *lengths;
15373 uint64_t *lengths; local
15453 uint64_t *lengths; local
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 6324 -I --histogram Display histogram of bucket list lengths\n"));
14832 uint64_t *lengths;
14848 lengths = calloc (filedata->nbuckets, sizeof (*lengths));
14849 if (lengths == NULL)
14863 if (maxlength < ++lengths[hn])
14878 free (lengths);
14884 ++counts[lengths[hn]];
14901 free (lengths);
14912 uint64_t *lengths;
14829 uint64_t *lengths; local
14909 uint64_t *lengths; local
    [all...]
readelf.c 6324 -I --histogram Display histogram of bucket list lengths\n"));
14832 uint64_t *lengths;
14848 lengths = calloc (filedata->nbuckets, sizeof (*lengths));
14849 if (lengths == NULL)
14863 if (maxlength < ++lengths[hn])
14878 free (lengths);
14884 ++counts[lengths[hn]];
14901 free (lengths);
14912 uint64_t *lengths;
14829 uint64_t *lengths; local
14909 uint64_t *lengths; local
    [all...]

Completed in 126 milliseconds