Home
last modified time | relevance | path

Searched refs:lengths (Results 1 – 25 of 556) sorted by relevance

12345678910>>...23

/netbsd/external/gpl3/gdb/dist/zlib/contrib/puff/
H A Dpuff.c546 short lengths[FIXLCODES]; in fixed() local
556 lengths[symbol] = 8; in fixed()
558 lengths[symbol] = 9; in fixed()
560 lengths[symbol] = 7; in fixed()
562 lengths[symbol] = 8; in fixed()
567 lengths[symbol] = 5; in fixed()
692 lengths[order[index]] = bits(s, 3); in dynamic()
694 lengths[order[index]] = 0; in dynamic()
711 lengths[index++] = symbol; in dynamic()
727 lengths[index++] = len; in dynamic()
[all …]
/netbsd/external/gpl3/binutils/dist/zlib/contrib/puff/
H A Dpuff.c546 short lengths[FIXLCODES]; in fixed() local
556 lengths[symbol] = 8; in fixed()
558 lengths[symbol] = 9; in fixed()
560 lengths[symbol] = 7; in fixed()
562 lengths[symbol] = 8; in fixed()
567 lengths[symbol] = 5; in fixed()
692 lengths[order[index]] = bits(s, 3); in dynamic()
694 lengths[order[index]] = 0; in dynamic()
711 lengths[index++] = symbol; in dynamic()
727 lengths[index++] = len; in dynamic()
[all …]
/netbsd/external/gpl3/gdb.old/dist/zlib/contrib/puff/
H A Dpuff.c546 short lengths[FIXLCODES]; in fixed() local
556 lengths[symbol] = 8; in fixed()
558 lengths[symbol] = 9; in fixed()
560 lengths[symbol] = 7; in fixed()
562 lengths[symbol] = 8; in fixed()
567 lengths[symbol] = 5; in fixed()
692 lengths[order[index]] = bits(s, 3); in dynamic()
694 lengths[order[index]] = 0; in dynamic()
711 lengths[index++] = symbol; in dynamic()
727 lengths[index++] = len; in dynamic()
[all …]
/netbsd/external/gpl3/binutils.old/dist/zlib/contrib/puff/
H A Dpuff.c546 short lengths[FIXLCODES]; in fixed() local
556 lengths[symbol] = 8; in fixed()
558 lengths[symbol] = 9; in fixed()
560 lengths[symbol] = 7; in fixed()
562 lengths[symbol] = 8; in fixed()
567 lengths[symbol] = 5; in fixed()
692 lengths[order[index]] = bits(s, 3); in dynamic()
694 lengths[order[index]] = 0; in dynamic()
711 lengths[index++] = symbol; in dynamic()
727 lengths[index++] = len; in dynamic()
[all …]
/netbsd/common/dist/zlib/contrib/puff/
H A Dpuff.c546 short lengths[FIXLCODES]; in fixed() local
556 lengths[symbol] = 8; in fixed()
558 lengths[symbol] = 9; in fixed()
560 lengths[symbol] = 7; in fixed()
562 lengths[symbol] = 8; in fixed()
567 lengths[symbol] = 5; in fixed()
692 lengths[order[index]] = bits(s, 3); in dynamic()
694 lengths[order[index]] = 0; in dynamic()
711 lengths[index++] = symbol; in dynamic()
727 lengths[index++] = len; in dynamic()
[all …]
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dspeed.c203 static const int *lengths = lengths_list; variable
698 MD5(buf, lengths[testnum], md5); in MD5_loop()
926 int nb_iter = save_count * 4 * lengths[0] / lengths[testnum]; in EVP_Update_loop()
965 int nb_iter = save_count * 4 * lengths[0] / lengths[testnum]; in EVP_Update_loop_ccm()
1004 int nb_iter = save_count * 4 * lengths[0] / lengths[testnum]; in EVP_Update_loop_aead()
1034 int nb_iter = save_count * 4 * lengths[0] / lengths[testnum]; in EVP_Digest_loop()
1649 lengths = &lengths_single; in speed_main()
1794 buflen = lengths[size_num - 1]; in speed_main()
1960 l0 = (long)lengths[0]; in speed_main()
1961 l1 = (long)lengths[i]; in speed_main()
[all …]
/netbsd/games/colorbars/
H A Dcolorbars.c53 size_t lengths[__arraycount(colorInfo)]; in main() local
83 lengths[i] = strlen(colorInfo[i].name); in main()
84 if (lengths[i] > labelwidth) in main()
85 labelwidth = lengths[i]; in main()
107 for (size_t line = 0; line < lengths[i]; line++) in main()
/netbsd/external/zlib/pigz/dist/zopfli/
H A Dtree.c30 void ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits, in ZopfliLengthsToSymbols() argument
47 assert(lengths[i] <= maxbits); in ZopfliLengthsToSymbols()
48 bl_count[lengths[i]]++; in ZopfliLengthsToSymbols()
60 unsigned len = lengths[i]; in ZopfliLengthsToSymbols()
H A Dtree.h39 void ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits,
/netbsd/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c120 ((diff)->lengths[filenum][linenum])
128 ((diff)->lengths[filenum])
1096 bptr->lengths[0] = bptr->lengths[1] = 0;
1134 bptr->lengths[0] = ALLOCATE (numlines, size_t);
1138 &(bptr->lengths[0][i]),
1161 &(bptr->lengths[1][i]),
1908 if (p->lengths[0]) free(p->lengths[0]);
1909 if (p->lengths[1]) free(p->lengths[1]);
1927 if (p->lengths[0]) free(p->lengths[0]);
1928 if (p->lengths[1]) free(p->lengths[1]);
[all …]
/netbsd/external/gpl3/gdb/dist/sim/common/
H A Dcgen-scache.c423 unsigned long *lengths; in scache_print_profile() local
458 lengths = CPU_SCACHE_CHAIN_LENGTHS (cpu); in scache_print_profile()
460 if (lengths[i] > max_val) in scache_print_profile()
461 max_val = lengths[i]; in scache_print_profile()
467 sim_add_commas (buf, sizeof (buf), lengths[i])); in scache_print_profile()
469 lengths[i], max_val); in scache_print_profile()
/netbsd/external/gpl3/gdb.old/dist/sim/common/
H A Dcgen-scache.c423 unsigned long *lengths; in scache_print_profile() local
458 lengths = CPU_SCACHE_CHAIN_LENGTHS (cpu); in scache_print_profile()
460 if (lengths[i] > max_val) in scache_print_profile()
461 max_val = lengths[i]; in scache_print_profile()
467 sim_add_commas (buf, sizeof (buf), lengths[i])); in scache_print_profile()
469 lengths[i], max_val); in scache_print_profile()
/netbsd/external/bsd/openldap/dist/include/
H A Dlber_types.hin36 /* LBER lengths (32 bits or larger) */
54 /* lengths */
57 /* signed lengths */
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Dspeed.c118 static const int *lengths = lengths_list; variable
599 || !EVP_MAC_update(mctx, buf, lengths[testnum]) in EVP_MAC_loop()
666 if (!EVP_MAC_update(mctx, buf, lengths[testnum])) in GHASH_loop()
719 RAND_bytes(buf, lengths[testnum]); in RAND_bytes_loop()
1611 lengths = &lengths_single; in speed_main()
1779 buflen = lengths[size_num - 1]; in speed_main()
1934 lengths[testnum], seconds.sym); in speed_main()
1947 lengths[testnum], seconds.sym); in speed_main()
1960 lengths[testnum], seconds.sym); in speed_main()
2216 if (lengths == lengths_list) { in speed_main()
[all …]
/netbsd/external/gpl3/gdb/dist/zlib/doc/
H A Drfc1951.txt207 "deflate" format limits distances to 32K bytes and lengths to 258
211 Each type of value (literals, distances, and lengths) in the
289 lengths, not a sequence of bytes. We must therefore specify
369 lengths from symbol frequencies. Again, see Chapter 5,
416 by the sequence of bit lengths (2, 1, 3, 3). The following
418 from most- to least-significant bit. The code lengths are
696 lengths, as discussed in Paragraph 3.2.2, above. For even
701 0 - 15: Represent code lengths of 0 - 15
707 12 code lengths of 8 (1 + 6 + 5)
747 HDIST + 1 code lengths for the distance alphabet,
[all …]
/netbsd/external/gpl3/binutils/dist/zlib/doc/
H A Drfc1951.txt207 "deflate" format limits distances to 32K bytes and lengths to 258
211 Each type of value (literals, distances, and lengths) in the
289 lengths, not a sequence of bytes. We must therefore specify
369 lengths from symbol frequencies. Again, see Chapter 5,
416 by the sequence of bit lengths (2, 1, 3, 3). The following
418 from most- to least-significant bit. The code lengths are
696 lengths, as discussed in Paragraph 3.2.2, above. For even
701 0 - 15: Represent code lengths of 0 - 15
707 12 code lengths of 8 (1 + 6 + 5)
747 HDIST + 1 code lengths for the distance alphabet,
[all …]
/netbsd/external/gpl3/binutils.old/dist/zlib/doc/
H A Drfc1951.txt207 "deflate" format limits distances to 32K bytes and lengths to 258
211 Each type of value (literals, distances, and lengths) in the
289 lengths, not a sequence of bytes. We must therefore specify
369 lengths from symbol frequencies. Again, see Chapter 5,
416 by the sequence of bit lengths (2, 1, 3, 3). The following
418 from most- to least-significant bit. The code lengths are
696 lengths, as discussed in Paragraph 3.2.2, above. For even
701 0 - 15: Represent code lengths of 0 - 15
707 12 code lengths of 8 (1 + 6 + 5)
747 HDIST + 1 code lengths for the distance alphabet,
[all …]
/netbsd/external/gpl3/gdb.old/dist/zlib/doc/
H A Drfc1951.txt207 "deflate" format limits distances to 32K bytes and lengths to 258
211 Each type of value (literals, distances, and lengths) in the
289 lengths, not a sequence of bytes. We must therefore specify
369 lengths from symbol frequencies. Again, see Chapter 5,
416 by the sequence of bit lengths (2, 1, 3, 3). The following
418 from most- to least-significant bit. The code lengths are
696 lengths, as discussed in Paragraph 3.2.2, above. For even
701 0 - 15: Represent code lengths of 0 - 15
707 12 code lengths of 8 (1 + 6 + 5)
747 HDIST + 1 code lengths for the distance alphabet,
[all …]
/netbsd/common/dist/zlib/doc/
H A Drfc1951.txt207 "deflate" format limits distances to 32K bytes and lengths to 258
211 Each type of value (literals, distances, and lengths) in the
289 lengths, not a sequence of bytes. We must therefore specify
369 lengths from symbol frequencies. Again, see Chapter 5,
416 by the sequence of bit lengths (2, 1, 3, 3). The following
418 from most- to least-significant bit. The code lengths are
696 lengths, as discussed in Paragraph 3.2.2, above. For even
701 0 - 15: Represent code lengths of 0 - 15
707 12 code lengths of 8 (1 + 6 + 5)
747 HDIST + 1 code lengths for the distance alphabet,
[all …]
/netbsd/external/gpl2/diffutils/dist/src/
H A Ddiff3.c85 size_t *lengths[2]; /* Line lengths (including newlines, if any) */ member
95 size_t *lengths[3]; /* Line lengths (including newlines, if any) */ member
117 ((diff)->lengths[filenum][linenum])
125 ((diff)->lengths[filenum])
957 sizeof *bptr->lengths[1])); in process_diff()
968 bptr->lengths[0] = bptr->lengths[1] = 0; in process_diff()
1007 bptr->lengths[0] = xmalloc (numlines * sizeof *bptr->lengths[0]); in process_diff()
1011 &(bptr->lengths[0][i]), in process_diff()
1032 bptr->lengths[1] = xmalloc (numlines * sizeof *bptr->lengths[1]); in process_diff()
1036 &(bptr->lengths[1][i]), in process_diff()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DDSA_generate_parameters.pod30 For lengths under 2048 bits, the length of q is 160 bits; for lengths
105 Seed lengths greater than 20 are not supported.
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DDSA_generate_parameters.pod38 For lengths under 2048 bits, the length of q is 160 bits; for lengths
113 Seed lengths greater than 20 are not supported.
/netbsd/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpciph_aes_cts.txt15 # AES_CBC results for aligned block lengths. (Result should be the same as 32 byte CTS1 & CTS2)
42 # where aligned blocks are the same as CBC mode, and partial lengths
157 # where aligned blocks are the same as CBC mode, and partial lengths
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-mmix/
H A Dsec-8m.d9 # Distantly related to sec-7m.s in that section lengths mattered for the
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-mmix/
H A Dsec-8m.d9 # Distantly related to sec-7m.s in that section lengths mattered for the

12345678910>>...23