HomeSort by: relevance | last modified time | path
    Searched defs:lengths (Results 1 - 21 of 21) 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++)
  /src/external/gpl3/gdb/dist/sim/common/
cgen-scache.c 71 profiling table. Chain lengths are determined by cti's.
464 unsigned long *lengths; local
467 sim_io_printf (sd, " Insn chain lengths:\n\n");
469 lengths = CPU_SCACHE_CHAIN_LENGTHS (cpu);
471 if (lengths[i] > max_val)
472 max_val = lengths[i];
478 sim_add_commas (buf, sizeof (buf), lengths[i]));
480 lengths[i], max_val);
  /src/external/gpl3/gdb.old/dist/sim/common/
cgen-scache.c 71 profiling table. Chain lengths are determined by cti's.
464 unsigned long *lengths; local
467 sim_io_printf (sd, " Insn chain lengths:\n\n");
469 lengths = CPU_SCACHE_CHAIN_LENGTHS (cpu);
471 if (lengths[i] > max_val)
472 max_val = lengths[i];
478 sim_add_commas (buf, sizeof (buf), lengths[i]));
480 lengths[i], max_val);
  /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...]
  /src/crypto/external/apache2/openssl/dist/test/
bio_base64_test.c 47 static unsigned lengths[6] = { 0, 3, 48, 192, 768, 1536 }; variable
386 t.bytes = lengths[lencase];
446 * For 6 input lengths of randomly generated raw input:
450 * corresponding to encoded lengths (plus linebreaks and ignored
469 * Internally, each test may loop over a range of encoded line lengths and
  /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...]
  /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...]
  /src/external/gpl3/gdb/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...]
  /src/external/gpl3/gdb.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...]
  /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;
  /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];
  /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];
  /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...]
  /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...]
  /src/external/gpl3/gcc/dist/gcc/cp/
module.cc 665 static unsigned lengths[4]; member in class:__anon13560::bytes_out
767 out.lengths[2] += bit_flush (out, bit_val, bit_pos);
784 out.lengths[x]++;
789 out.lengths[2] += bit_flush (out, bit_val, bit_pos);
804 unsigned bytes_out::lengths[4]; member in class:bytes_out
1624 lengths[3] += pos;
4838 dump ("Wrote %u bytes in %u blocks", lengths[3], spans[3]);
4839 dump ("Wrote %u bits in %u bytes", lengths[0] + lengths[1], lengths[2])
    [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...]
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 118 static const int *lengths = lengths_list; variable
561 if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md,
608 || !EVP_MAC_update(mctx, buf, lengths[testnum])
661 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0)
675 if (!EVP_MAC_update(mctx, buf, lengths[testnum]))
728 RAND_bytes(buf, lengths[testnum]);
742 rc = EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]);
750 rc = EVP_EncryptUpdate(ctx, buf, &outl, buf, lengths[testnum]);
808 NULL, lengths[testnum])) {
821 if (!EVP_EncryptUpdate(ctx, buf, &outl, buf, lengths[testnum]))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
speed.c 203 static const int *lengths = lengths_list; variable
648 if (!EVP_Digest(buf, (size_t)lengths[testnum], md2, NULL, EVP_md2(),
665 if (!EVP_Digest(buf, (size_t)lengths[testnum], mdc2, NULL, EVP_mdc2(),
682 if (!EVP_Digest(buf, (size_t)lengths[testnum], md4, NULL, EVP_md4(),
698 MD5(buf, lengths[testnum], md5);
712 HMAC_Update(hctx, buf, lengths[testnum]);
726 SHA1(buf, lengths[testnum], sha);
737 SHA256(buf, lengths[testnum], sha256);
748 SHA512(buf, lengths[testnum], sha512);
760 WHIRLPOOL(buf, lengths[testnum], whirlpool)
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 140 static const int *lengths = lengths_list; variable
729 || !EVP_DigestUpdate(ctx, buf, (size_t)lengths[testnum])
737 if (!EVP_Digest(buf, (size_t)lengths[testnum], digest, NULL, md,
822 || !EVP_MAC_update(mctx, buf, lengths[testnum])
885 if (EVP_Cipher(tempargs->ctx, buf, buf, (size_t)lengths[testnum]) <= 0)
899 if (!EVP_MAC_update(mctx, buf, lengths[testnum]))
952 RAND_bytes(buf, lengths[testnum]);
966 rc = EVP_DecryptUpdate(ctx, buf, &outl, buf, lengths[testnum]);
974 rc = EVP_EncryptUpdate(ctx, buf, &outl, buf, lengths[testnum]);
1036 NULL, lengths[testnum]))
    [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...]
  /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...]

Completed in 80 milliseconds