Home
last modified time | relevance | path

Searched defs:min (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/dflybsd-src/contrib/grep/lib/
H A Dintprops.h162 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
169 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
176 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ argument
185 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument
200 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument
208 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument
218 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument
250 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument
252 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument
254 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument
[all …]
H A Dlibc-config.h50 # define __GNUC_PREREQ(maj, min) ((maj) < __GNUC__ + ((min) <= __GNUC_MINOR__)) argument
52 # define __GNUC_PREREQ(maj, min) 0 argument
58 # define __glibc_clang_prereq(maj, min) \ argument
61 # define __glibc_clang_prereq(maj, min) 0 argument
/dflybsd-src/lib/libc/stdlib/
H A Dstrsuftoll.c91 long long min, long long max) in strsuftoll()
109 long long min, long long max, char *ebuf, size_t ebuflen, size_t depth) in __strsuftollx()
219 long long min, long long max, char *ebuf, size_t ebuflen) in strsuftollx()
/dflybsd-src/gnu/usr.bin/grep/libgreputils/
H A Dgetopt-cdefs.h53 # define __GNUC_PREREQ(maj, min) \ argument
56 # define __GNUC_PREREQ(maj, min) 0 argument
/dflybsd-src/contrib/openpam/include/security/
H A Dopenpam_attr.h10 # define OPENPAM_GNUC_PREREQ(maj, min) \ argument
13 # define OPENPAM_GNUC_PREREQ(maj, min) 0 argument
/dflybsd-src/contrib/libarchive/libarchive/
H A Darchive_pack_dev.c92 #define makedev(maj,min) ((0xff00 & ((maj)<<8)) | (0xffff00ff & (min))) argument
99 #define apd_makedev(maj, min) makedev(ND_LOCAL_NODE, (maj), (min)) argument
102 #define apd_makedev(maj, min) makedev((maj), (min)) argument
105 #define apd_makedev(maj, min) mkdev((maj), (min)) argument
108 #define apd_makedev(maj, min) makedev((maj), (min)) argument
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddata-streamer.h234 HOST_WIDE_INT min, in streamer_write_hwi_in_range()
253 HOST_WIDE_INT min, in streamer_read_hwi_in_range()
273 HOST_WIDE_INT min, in bp_pack_int_in_range()
293 HOST_WIDE_INT min, in bp_unpack_int_in_range()
H A Dsreal.h113 inline static sreal min () in min() function
115 sreal min; in min() local
H A Dtree-vrp.c183 wide_int *min, wide_int *max, in intersect_range_with_nonzero_bits()
271 set_value_range (value_range *vr, enum value_range_type t, tree min, in set_value_range()
332 tree min, tree max, bitmap equiv) in set_and_canonicalize_value_range()
485 abs_extent_range (value_range *vr, tree min, tree max) in abs_extent_range()
879 value_inside_range (tree val, tree min, tree max) in value_inside_range()
922 range_includes_zero_p (tree min, tree max) in range_includes_zero_p()
1177 wide_int val, min, max; in extract_range_from_multiplicative_op_1() local
1290 tree min = NULL_TREE, max = NULL_TREE; in extract_range_from_binary_expr_1() local
2508 tree min, max; in extract_range_from_unary_expr() local
3036 tree min = TYPE_MIN_VALUE (TREE_TYPE (val)); in extract_code_and_val_from_cond_with_ops() local
[all …]
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddata-streamer.h239 HOST_WIDE_INT min, in streamer_write_hwi_in_range()
264 HOST_WIDE_INT min, in streamer_read_hwi_in_range()
290 HOST_WIDE_INT min, in bp_pack_int_in_range()
310 HOST_WIDE_INT min, in bp_unpack_int_in_range()
H A Dtree-vrp.c69 tree min; member
234 tree min = vrp_val_min (type), max = vrp_val_max (type); in supports_overflow_infinity() local
402 set_value_range (value_range_t *vr, enum value_range_type t, tree min, in set_value_range()
462 tree min, tree max, bitmap equiv) in set_and_canonicalize_value_range()
625 abs_extent_range (value_range_t *vr, tree min, tree max) in abs_extent_range()
1327 value_inside_range (tree val, tree min, tree max) in value_inside_range()
1370 range_includes_zero_p (tree min, tree max) in range_includes_zero_p()
1470 tree var, cond, limit, min, max, type; in extract_range_from_assert() local
1822 tree min, max, anti_min, anti_max, real_min, real_max; in extract_range_from_assert() local
2205 tree min, max; in extract_range_from_multiplicative_op_1() local
[all …]
/dflybsd-src/bin/sh/
H A Dmemalloc.c246 growstackblock(int min) in growstackblock()
309 growstrstackblock(int n, int min) in growstrstackblock()
330 makestrspace(int min, char *p) in makestrspace()
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dmd5.h36 # define __GNUC_PREREQ(maj, min) \ argument
39 # define __GNUC_PREREQ(maj, min) 0 argument
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_add.c100 int max, min, dif; in BN_uadd() local
149 int max, min, dif; in BN_usub() local
/dflybsd-src/contrib/binutils-2.27/gas/
H A Dmessages.c347 offsetT min, in as_internal_value_out_of_range()
419 offsetT min, in as_warn_value_out_of_range()
430 offsetT min, in as_bad_value_out_of_range()
/dflybsd-src/contrib/binutils-2.34/gas/
H A Dmessages.c381 offsetT min, in as_internal_value_out_of_range()
451 offsetT min, in as_warn_value_out_of_range()
462 offsetT min, in as_bad_value_out_of_range()
/dflybsd-src/contrib/mpfr/src/
H A Dsum.c52 mpfr_exp_t min, max; in mpfr_sum_sort() local
99 mpfr_srcptr *perm, mpfr_exp_t min, mpfr_uexp_t exp_num) in count_sort()
/dflybsd-src/lib/libc/gen/
H A Darc4random_uniform.c37 uint32_t r, min; in arc4random_uniform() local
/dflybsd-src/sys/libkern/
H A Darc4random_uniform.c35 uint32_t r, min; in karc4random_uniform() local
/dflybsd-src/usr.bin/top/
H A Dcolor.c68 int min; member
124 char *min; in color_env_parse() local
/dflybsd-src/contrib/lvm2/dist/include/
H A Dutil.h20 #define min(a, b) ({ typeof(a) _a = (a); \ macro
/dflybsd-src/contrib/lvm2/dist/lib/misc/
H A Dutil.h20 #define min(a, b) ({ typeof(a) _a = (a); \ macro
/dflybsd-src/test/stress/stress2/lib/
H A Drandom_int.c41 int i, j, min, max, r; in main() local
/dflybsd-src/tools/tools/crypto/
H A Dcryptostats.c45 uint64_t avg, min, max; in printt() local
/dflybsd-src/usr.sbin/rtadvd/
H A Dtimer_subr.c66 uint32_t min; in sec2str() local

12345678910>>...13