| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_write_add_filter_zstd.c | 187 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 D | archive_read_support_format_7zip.c | 2987 size_t minimum) in get_uncompressed_data() argument 2995 *buff = __archive_read_ahead(a, minimum, &bytes_avail); in get_uncompressed_data() 3017 if (minimum > zip->uncompressed_buffer_bytes_remaining) { in get_uncompressed_data() 3023 if (extract_pack_stream(a, minimum) < 0) in get_uncompressed_data() 3039 extract_pack_stream(struct archive_read *a, size_t minimum) in extract_pack_stream() argument 3046 if (minimum == 0) in extract_pack_stream() 3047 minimum = 1; in extract_pack_stream() 3048 if (__archive_read_ahead(a, minimum, &bytes_avail) == NULL 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() [all …]
|
| /dflybsd-src/lib/libc/gen/ |
| H A D | arc4random.c | 54 #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()
|
| /dflybsd-src/games/boggle/boggle/ |
| H A D | helpfile | 30 -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.
|
| /dflybsd-src/contrib/cvs-1.12/diff/ |
| H A D | analyze.c | 524 unsigned int minimum = 1; local 532 minimum *= 2; 533 minimum++; 540 else if (minimum == ++consec) 543 else if (minimum < consec)
|
| /dflybsd-src/tools/regression/bin/sh/expansion/ |
| H A D | arith11.0 | 5 # Calculate the minimum possible value, assuming two's complement and
|
| /dflybsd-src/crypto/libressl/crypto/x509/ |
| H A D | x509_ncons.c | 112 .offset = offsetof(GENERAL_SUBTREE, minimum), 366 if (sub->minimum || sub->maximum) in nc_match() 389 if (sub->minimum || sub->maximum) in nc_match()
|
| /dflybsd-src/contrib/gcc-8.0/gcc/ |
| H A D | sreal.c | 275 sreal minimum = INT_MIN; in sreal_verify_basics() local 282 ASSERT_EQ (INT_MIN, minimum.to_int ()); in sreal_verify_basics()
|
| H A D | params.def | 33 - 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.", 408 …"The minimum fraction of profile runs a given basic block execution count must be not to be consid… 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.", 639 … "The minimum probability of reaching a source block for interblock speculative scheduling.", 659 "The minimum probability an edge must have for the scheduler to save its state across it.", [all …]
|
| /dflybsd-src/contrib/gcc-4.7/gcc/ |
| H A D | params.def | 35 - 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 D | graphite-ppl.c | 442 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()
|
| /dflybsd-src/contrib/gcc-4.7/libcpp/ |
| H A D | lex.c | 486 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()
|
| /dflybsd-src/contrib/file/magic/Magdir/ |
| H A D | measure | 16 >12 ubyte &1 \b, minimum point enabled
|
| /dflybsd-src/share/examples/ppp/ |
| H A D | ppp.linkdown.sample | 31 # to keep the interface aliases to a minimum (see ``enable iface-alias''
|
| H A D | ppp.linkup.sample | 45 # If your minimum call charge is 5 minutes, you may as well stay on
|
| /dflybsd-src/contrib/pam_passwdqc/ |
| H A D | README | 30 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
|
| /dflybsd-src/contrib/gcc-8.0/libcpp/ |
| H A D | lex.c | 503 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()
|
| /dflybsd-src/usr.sbin/makefs/ |
| H A D | makefs.h | 130 long long minimum; /* minimum for value */ member
|
| H A D | msdos.c | 90 .minimum = _min, \ in msdos_prep_opts()
|
| H A D | makefs.c | 394 options[i].minimum, options[i].maximum); break in set_option_var()
|
| /dflybsd-src/sys/dev/misc/evdev/ |
| H A D | input.h | 60 int32_t minimum; member
|
| H A D | evdev.c | 491 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 D | evdev_mt.c | 621 ai->minimum, in evdev_mt_support_st_compat() 647 evdev->ev_absinfo[evdev_mtstmap[i].mt].minimum, in evdev_mt_send_st_compat()
|
| /dflybsd-src/sys/bus/cam/scsi/ |
| H A D | scsi_sa.h | 52 u_int8_t minimum[2]; member
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/std/ |
| H A D | limits | 229 /** The minimum negative integer such that @c radix raised to the power of 233 /** The minimum negative integer such that 10 raised to that power is in 306 /** The minimum finite value, or for floating types with 307 denormalization, the minimum positive normalized value. */ 345 /** The minimum positive denormalized value. For types where 346 @c has_denorm is false, this is the minimum positive normalized
|