Home
last modified time | relevance | path

Searched refs:minimum (Results 1 – 25 of 102) sorted by relevance

12345

/dragonfly/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_zstd.c187 int minimum = CLEVEL_MIN; in archive_compressor_zstd_options() local
196 minimum = ZSTD_minCLevel(); in archive_compressor_zstd_options()
201 minimum = CLEVEL_STD_MIN; in archive_compressor_zstd_options()
204 if (level < minimum || level > maximum) { in archive_compressor_zstd_options()
215 int minimum = 0; in archive_compressor_zstd_options() local
217 if (threads < minimum) { in archive_compressor_zstd_options()
H A Darchive_read_support_format_7zip.c2987 size_t minimum) in get_uncompressed_data() argument
3023 if (extract_pack_stream(a, minimum) < 0) in get_uncompressed_data()
3046 if (minimum == 0) in extract_pack_stream()
3047 minimum = 1; in extract_pack_stream()
3068 if (zip->uncompressed_buffer_size < minimum) { in extract_pack_stream()
3069 zip->uncompressed_buffer_size = minimum + 1023; in extract_pack_stream()
3080 } else if (zip->uncompressed_buffer_size < minimum || in extract_pack_stream()
3093 if (zip->uncompressed_buffer_size < minimum) { in extract_pack_stream()
3101 new_size = minimum + 1023; in extract_pack_stream()
3226 size_t minimum) in read_stream() argument
[all …]
/dragonfly/lib/libc/gen/
H A Darc4random.c54 #define minimum(a, b) ((a) < (b) ? (a) : (b)) macro
187 m = minimum(datlen, KEYSZ + IVSZ); in _rs_rekey()
207 m = minimum(n, rs->rs_have); in _rs_random_buf()
/dragonfly/games/boggle/boggle/
H A Dhelpfile30 -w length: minimum word length in letters instead of default 3
52 The minimum word length can be changed from 3 letters by specifying
53 '-w length' where 'length' is the minimum number of letters to use.
/dragonfly/contrib/diffutils/src/
H A Danalyze.c165 lin minimum = 1; in discard_confusing_lines() local
173 minimum <<= 1; in discard_confusing_lines()
174 minimum++; in discard_confusing_lines()
181 else if (minimum == ++consec) in discard_confusing_lines()
184 else if (minimum < consec) in discard_confusing_lines()
/dragonfly/contrib/cvs-1.12/diff/
H A Danalyze.c524 unsigned int minimum = 1; local
532 minimum *= 2;
533 minimum++;
540 else if (minimum == ++consec)
543 else if (minimum < consec)
/dragonfly/tools/regression/bin/sh/expansion/
H A Darith11.05 # Calculate the minimum possible value, assuming two's complement and
/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_ncons.c112 .offset = offsetof(GENERAL_SUBTREE, minimum),
366 if (sub->minimum || sub->maximum) in nc_match()
389 if (sub->minimum || sub->maximum) in nc_match()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsreal.c275 sreal minimum = INT_MIN; in sreal_verify_basics() local
282 ASSERT_EQ (INT_MIN, minimum.to_int ()); in sreal_verify_basics()
H A Dparams.def33 - The minimum acceptable value for the parameter.
36 the minimum).
382 /* The minimum value of stage count that swing modulo scheduler will generate. */
385 "The minimum value of stage count that swing modulo scheduler will generate.",
480 /* The minimum number of matching instructions to consider for crossjumping. */
483 "The minimum number of matching instructions to consider for crossjumping.",
512 "The minimum cost of an expensive expression in the loop invariant motion.",
713 "The minimum size of variables taking part in stack slot sharing "
804 "The minimum stride ratio for loop interchange to be profitable",
988 /* Set minimum insn uid for non-debug insns. */
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dparams.def35 - The minimum acceptable value for the parameter.
38 the minimum).
344 /* The minimum value of stage count that swing modulo scheduler will generate. */
347 "The minimum value of stage count that swing modulo scheduler will generate.",
423 /* The minimum number of matching instructions to consider for crossjumping. */
426 "The minimum number of matching instructions to consider for crossjumping",
455 "The minimum cost of an expensive expression in the loop invariant motion",
596 "The minimum probability of reaching a source block for interblock speculative scheduling",
654 PARAM_MIN_VIRTUAL_MAPPINGS specifies the minimum number of virtual
869 /* Set minimum insn uid for non-debug insns. */
[all …]
H A Dgraphite-ppl.c442 int minimum, err; in ppl_min_for_le_pointset() local
448 err = ppl_Pointset_Powerset_C_Polyhedron_minimize (ps, le, num, denom, &minimum); in ppl_min_for_le_pointset()
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dlex.c486 int minimum = 0; in init_vectorized_lexer() local
489 minimum = 3; in init_vectorized_lexer()
491 minimum = 2; in init_vectorized_lexer()
493 minimum = 1; in init_vectorized_lexer()
496 if (minimum == 3) in init_vectorized_lexer()
498 else if (__get_cpuid (1, &dummy, &dummy, &ecx, &edx) || minimum == 2) in init_vectorized_lexer()
500 if (minimum == 3 || (ecx & bit_SSE4_2)) in init_vectorized_lexer()
502 else if (minimum == 2 || (edx & bit_SSE2)) in init_vectorized_lexer()
504 else if (minimum == 1 || (edx & bit_SSE)) in init_vectorized_lexer()
509 if (minimum == 1 in init_vectorized_lexer()
/dragonfly/contrib/file/magic/Magdir/
H A Dmeasure16 >12 ubyte &1 \b, minimum point enabled
/dragonfly/share/examples/ppp/
H A Dppp.linkdown.sample31 # to keep the interface aliases to a minimum (see ``enable iface-alias''
H A Dppp.linkup.sample45 # If your minimum call charge is 5 minutes, you may as well stay on
/dragonfly/contrib/pam_passwdqc/
H A DREADME30 The minimum allowed password lengths for different kinds of passwords
57 the minimum length they have been checked against.
128 without causing unreasonable inconvenience (as e.g. higher minimum
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dlex.c503 int minimum = 0; in init_vectorized_lexer() local
506 minimum = 3; in init_vectorized_lexer()
508 minimum = 2; in init_vectorized_lexer()
510 minimum = 1; in init_vectorized_lexer()
513 if (minimum == 3) in init_vectorized_lexer()
515 else if (__get_cpuid (1, &dummy, &dummy, &ecx, &edx) || minimum == 2) in init_vectorized_lexer()
517 if (minimum == 3 || (ecx & bit_SSE4_2)) in init_vectorized_lexer()
519 else if (minimum == 2 || (edx & bit_SSE2)) in init_vectorized_lexer()
521 else if (minimum == 1 || (edx & bit_SSE)) in init_vectorized_lexer()
526 if (minimum == 1 in init_vectorized_lexer()
/dragonfly/usr.sbin/makefs/
H A Dmakefs.h130 long long minimum; /* minimum for value */ member
H A Dmsdos.c90 .minimum = _min, \ in msdos_prep_opts()
H A Dmakefs.c394 options[i].minimum, options[i].maximum); break in set_option_var()
/dragonfly/sys/dev/misc/evdev/
H A Dinput.h60 int32_t minimum; member
H A Devdev.c491 evdev_support_abs(struct evdev_dev *evdev, uint16_t code, int32_t minimum, in evdev_support_abs() argument
500 .minimum = minimum, in evdev_support_abs()
H A Devdev_mt.c621 ai->minimum, in evdev_mt_support_st_compat()
647 evdev->ev_absinfo[evdev_mtstmap[i].mt].minimum, in evdev_mt_send_st_compat()
/dragonfly/sys/bus/cam/scsi/
H A Dscsi_sa.h52 u_int8_t minimum[2]; member

12345