Home
last modified time | relevance | path

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

12

/dragonfly/crypto/libressl/apps/openssl/
H A Dspeed.c1101 SHA256(buf, lengths[j], sha256); in speed_main()
1114 SHA512(buf, lengths[j], sha512); in speed_main()
1128 WHIRLPOOL(buf, lengths[j], whirlpool); in speed_main()
1153 RC4(&rc4_ks, (unsigned int) lengths[j], in speed_main()
1266 CRYPTO_gcm128_aad(ctx, buf, lengths[j]); in speed_main()
1431 (unsigned long) lengths[j], &bf_ks, in speed_main()
1467 lengths[j]); in speed_main()
1482 for (count = 0, run = 1; COND(save_count * 4 * lengths[0] / lengths[j]); count++) in speed_main()
1485 for (count = 0, run = 1; COND(save_count * 4 * lengths[0] / lengths[j]); count++) in speed_main()
1497 lengths[j]); in speed_main()
[all …]
/dragonfly/tools/regression/bin/sh/parameters/
H A Dpositional9.07 lengths=${#*}${#@}"${#*}${#@}"$(echo ${#*}${#@}"${#*}${#@}")
9 lengths=$lengths${#*}${#@}"${#*}${#@}"$(echo ${#*}${#@}"${#*}${#@}")
10 case $lengths in
12 printf 'bad: %s\n' "$lengths"
16 printf 'too short: %s\n' "$lengths"
/dragonfly/games/colorbars/
H A Dcolorbars.c52 size_t lengths[NELEM(colorInfo)]; in main() local
82 lengths[i] = strlen(colorInfo[i].name); in main()
83 if (lengths[i] > labelwidth) in main()
84 labelwidth = lengths[i]; in main()
106 for (size_t line = 0; line < lengths[i]; line++) in main()
/dragonfly/contrib/cvs-1.12/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]),
1902 if (p->lengths[0]) free(p->lengths[0]);
1903 if (p->lengths[1]) free(p->lengths[1]);
1921 if (p->lengths[0]) free(p->lengths[0]);
1922 if (p->lengths[1]) free(p->lengths[1]);
[all …]
/dragonfly/contrib/diffutils/src/
H A Ddiff3.c80 size_t *lengths[2]; /* Line lengths (including newlines, if any) */ member
111 ((diff)->lengths[filenum][linenum])
117 ((diff)->lengths[filenum])
229 free (p->lengths[0]); in free_diff_block()
230 free (p->lengths[1]); in free_diff_block()
1001 sizeof *bptr->lengths[1])); in process_diff()
1011 bptr->lengths[0] = bptr->lengths[1] = 0; in process_diff()
1050 bptr->lengths[0] = xmalloc (numlines * sizeof *bptr->lengths[0]); in process_diff()
1054 &(bptr->lengths[0][i]), in process_diff()
1075 bptr->lengths[1] = xmalloc (numlines * sizeof *bptr->lengths[1]); in process_diff()
[all …]
/dragonfly/sys/bus/cam/
H A Dcam_periph.c647 u_int32_t lengths[CAM_PERIPH_MAXMAPS]; in cam_periph_mapmem() local
662 lengths[0] = ccb->cdm.pattern_buf_len; in cam_periph_mapmem()
665 lengths[1] = ccb->cdm.match_buf_len; in cam_periph_mapmem()
670 lengths[0] = ccb->cdm.match_buf_len; in cam_periph_mapmem()
681 lengths[0] = ccb->csio.dxfer_len; in cam_periph_mapmem()
702 if (lengths[i] > MAXPHYS) { in cam_periph_mapmem()
705 (long)(lengths[i] + in cam_periph_mapmem()
712 if (!useracc(*data_ptrs[i], lengths[i], in cam_periph_mapmem()
718 (u_long)lengths[i]); in cam_periph_mapmem()
731 (u_long)lengths[i]); in cam_periph_mapmem()
[all …]
/dragonfly/contrib/file/magic/Magdir/
H A Dxilinx8 # Rewritten to use pstring/H instead of hardcoded lengths by O. Freyermuth,
/dragonfly/crypto/openssh/
H A DPROTOCOL.chacha20poly130520 lengths.
47 lengths confidential but not create an oracle for the packet payload
/dragonfly/contrib/pam_passwdqc/
H A DREADME30 The minimum allowed password lengths for different kinds of passwords
105 lengths from 3 to 6 built in. Any word list possibly specified with
129 lengths and character set requirements could).
/dragonfly/contrib/tcpdump/
H A Dutil-print.c353 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; in unsigned_relts_print() local
355 const char **l = lengths; in unsigned_relts_print()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Dnew_table.txt56 since this clearly exposes the dependencies (lengths, offsets, etc.)
/dragonfly/test/stress/fsstress/
H A Dfsstress.c1496 static int lengths[] = { 10, 100, 1000, 10000 }; in attr_set_f() local
1504 li = (int)(random() % (sizeof(lengths) / sizeof(lengths[0]))); in attr_set_f()
1505 len = (int)(random() % lengths[li]); in attr_set_f()
/dragonfly/contrib/binutils-2.27/binutils/
H A Dreadelf.c11137 lengths = (unsigned long *) calloc (nbuckets, sizeof (*lengths)); in process_symbol_table()
11138 if (lengths == NULL) in process_symbol_table()
11169 free (lengths); in process_symbol_table()
11175 ++counts[lengths[hn]]; in process_symbol_table()
11192 free (lengths); in process_symbol_table()
11213 lengths = (unsigned long *) calloc (ngnubuckets, sizeof (*lengths)); in process_symbol_table()
11214 if (lengths == NULL) in process_symbol_table()
11232 lengths[hn] = length; in process_symbol_table()
11241 free (lengths); in process_symbol_table()
11247 ++counts[lengths[hn]]; in process_symbol_table()
[all …]
/dragonfly/contrib/binutils-2.34/binutils/
H A Dreadelf.c12110 lengths = (unsigned long *) calloc (nbuckets, sizeof (*lengths)); in process_symbol_table()
12111 if (lengths == NULL) in process_symbol_table()
12140 free (lengths); in process_symbol_table()
12146 ++counts[lengths[hn]]; in process_symbol_table()
12163 free (lengths); in process_symbol_table()
12189 lengths = (unsigned long *) calloc (ngnubuckets, sizeof (*lengths)); in process_symbol_table()
12190 if (lengths == NULL) in process_symbol_table()
12208 lengths[hn] = length; in process_symbol_table()
12217 free (lengths); in process_symbol_table()
12223 ++counts[lengths[hn]]; in process_symbol_table()
[all …]
/dragonfly/libexec/bootpd/
H A DChanges110 Make option string lengths not include a null terminator.
/dragonfly/contrib/lvm2/dist/
H A DWHATS_NEW_DM8 Fix hash lookup segfault when keys compared are different lengths.
/dragonfly/contrib/zlib-1.2/
H A DChangeLog19 - Improve compress() and uncompress() to support large lengths
44 - Add crc32_z() and adler32_z() functions with size_t lengths
403 - Check file name lengths and add -c option in minigzip.c [Li]
546 - Reject negative lengths in crc32_combine()
730 - Use z_off_t for adler32_combine() and crc32_combine() lengths
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c2594 unsigned char *lengths, int numsymbols, char maxlength) in create_code() argument
2613 if (lengths[j] != i) continue; in create_code()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dgty.texi364 array lengths in number of elements.
H A Dpasses.texi515 arguments or with inferable string lengths. It is located in
/dragonfly/contrib/gcc-4.7/gcc/
H A Dparams.def980 "track string lengths",
/dragonfly/gnu/usr.bin/rcs/
H A DNEWS257 formats that cannot tolerate changing the lengths of keyword strings.
/dragonfly/contrib/less/
H A DNEWS109 * Fix crash with -R and certain line lengths (github #338).
/dragonfly/sys/contrib/dev/acpica/
H A Dchanges.txt419 with lengths that exceed the initializer list.
1037 unintentionally emitted AML bytecode with incorrect package lengths for
1265 extended opcodes. AML opcodes come in two lengths: 1-byte opcodes and 2-
3141 Added support for arbitrary bit lengths and bit offsets for registers
10648 maximum lengths allowed. (Lin Ming, Bob Moore) BZ 576
10883 now checked for maximum lengths. (BZ 582) Lin Ming.
14307 but did not update the surrounding package lengths.
16053 fields that are used to determine the GPE block lengths. The
16108 Revert a change that allowed P_BLK lengths to be 4 or 5. This is
16144 (Both) Handle P_BLK lengths shorter than 6 more gracefully
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dparams.def1149 "track string lengths.",

12