| /freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
| H A D | min.h | 29 min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in min() function 35 min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in min() function 43 min(initializer_list<_Tp> __t, _Compare __comp) { in min() function 48 [[__nodiscard__]] inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp min(initializer_li… in min() function
|
| H A D | uniform_random_bit_generator_adaptor.h | 44 _LIBCPP_HIDE_FROM_ABI static constexpr auto min() { return __remove_cvref_t<_Gen>::min(); } in min() function
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | safe_math.h | 34 #define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ argument 61 #define OSSL_SAFE_MATH_ADDS(type_name, type, min, max) \ argument 90 #define OSSL_SAFE_MATH_SUBS(type_name, type, min, max) \ argument 104 #define OSSL_SAFE_MATH_SUBS(type_name, type, min, max) \ argument 134 #define OSSL_SAFE_MATH_MULS(type_name, type, min, max) \ argument 161 #define OSSL_SAFE_MATH_MULS(type_name, type, min, max) \ argument 197 #define OSSL_SAFE_MATH_DIVS(type_name, type, min, max) \ argument 227 #define OSSL_SAFE_MATH_MODS(type_name, type, min, max) \ argument 257 #define OSSL_SAFE_MATH_NEGS(type_name, type, min) \ argument 280 #define OSSL_SAFE_MATH_ABSS(type_name, type, min) \ argument
|
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | intprops.h | 160 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument 167 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument 174 #define INT_NEGATE_RANGE_OVERFLOW(a, min, max) \ argument 183 #define INT_MULTIPLY_RANGE_OVERFLOW(a, b, min, max) \ argument 198 #define INT_DIVIDE_RANGE_OVERFLOW(a, b, min, max) \ argument 206 #define INT_REMAINDER_RANGE_OVERFLOW(a, b, min, max) \ argument 216 #define INT_LEFT_SHIFT_RANGE_OVERFLOW(a, b, min, max) \ argument 236 # define _GL_ADD_OVERFLOW(a, b, min, max) \ argument 238 # define _GL_SUBTRACT_OVERFLOW(a, b, min, max) \ argument 240 # define _GL_MULTIPLY_OVERFLOW(a, b, min, max) \ argument [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__algorithm/ |
| H A D | min.h | 28 min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in min() function 34 min(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in min() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | DemangleConfig.h | 36 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 40 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) \ argument 43 #define DEMANGLE_GNUC_PREREQ(maj, min, patch) 0 argument
|
| /freebsd/contrib/bearssl/T0/ |
| H A D | TPointerExpr.cs | 30 int min, max; field in TPointerExpr 32 internal TPointerExpr(string expr, int min, int max) in TPointerExpr()
|
| /freebsd/contrib/openpam/include/security/ |
| H A D | openpam_attr.h | 6 # define OPENPAM_GNUC_PREREQ(maj, min) \ argument 9 # define OPENPAM_GNUC_PREREQ(maj, min) 0 argument
|
| /freebsd/contrib/llvm-project/libc/src/__support/FPUtil/ |
| H A D | BasicOperations.h | 76 LIBC_INLINE cpp::enable_if_t<cpp::is_floating_point_v<T>, T> min(T x, T y) { in min() function 90 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min() function 94 template <> LIBC_INLINE float16 min(float16 x, float16 y) { in min() function 106 template <> LIBC_INLINE float min(float x, float y) { in min() function 110 template <> LIBC_INLINE double min(double x, double y) { in min() function
|
| /freebsd/bin/sh/ |
| H A D | memalloc.c | 241 growstackblock(int min) in growstackblock() 304 growstrstackblock(int n, int min) in growstrstackblock() 325 makestrspace(int min, char *p) in makestrspace()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_pack_dev.c | 92 #define apd_makedev(maj, min) makedev(ND_LOCAL_NODE, (maj), (min)) argument 99 apd_makedev(maj,min) global() argument 102 apd_makedev(maj,min) global() argument 105 apd_makedev(maj,min) global() argument 108 apd_makedev(maj,min) global() argument [all...] |
| /freebsd/contrib/googletest/googlemock/src/ |
| H A D | gmock-cardinalities.cc | 52 BetweenCardinalityImpl(int min, int max) in BetweenCardinalityImpl() 148 GTEST_API_ Cardinality Between(int min, int max) { in Between()
|
| /freebsd/tools/build/cross-build/include/linux/ |
| H A D | stdlib.h | 42 #define __GLIBC_PREREQ(min, maj) 0 argument
|
| /freebsd/sys/fs/ext2fs/ |
| H A D | ext2_inode_cnv.c | 118 unsigned min = minor(dev); in ext2_new_encode_dev() local 127 unsigned min = (dev & 0xff) | ((dev >> 12) & 0xfff00); in ext2_new_decode_dev() local
|
| /freebsd/contrib/unbound/compat/ |
| H A D | arc4random_uniform.c | 36 uint32_t r, min; in arc4random_uniform() local
|
| /freebsd/sys/libkern/ |
| H A D | arc4random_uniform.c | 35 uint32_t r, min; in arc4random_uniform() local
|
| /freebsd/contrib/libfido2/fuzz/ |
| H A D | uniform_random.c | 36 uint32_t r, min; in uniform_random() local
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | arc4random_uniform.c | 40 uint32_t r, min; in arc4random_uniform() local
|
| /freebsd/crypto/heimdal/lib/gssapi/mech/ |
| H A D | context.c | 110 _gss_mg_error(gssapi_mech_interface m, OM_uint32 maj, OM_uint32 min) in _gss_mg_error() 157 gss_mg_collect_error(gss_OID mech, OM_uint32 maj, OM_uint32 min) in gss_mg_collect_error()
|
| /freebsd/crypto/openssl/crypto/bn/ |
| H A D | bn_add.c | 78 int max, min, dif; in BN_uadd() local 127 int max, min, dif; in BN_usub() local
|
| /freebsd/crypto/heimdal/lib/krb5/ |
| H A D | log.c | 40 int min; member 143 int min, in krb5_addlog_func() 187 krb5_log_facility *facility, int min, int max, in open_syslog() 254 open_file(krb5_context context, krb5_log_facility *fac, int min, int max, in open_file() 277 int min = 0, max = -1, n; in krb5_addlog_dest() local
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__random/ |
| H A D | random_device.h | 53 _LIBCPP_HIDE_FROM_ABI static result_type min() { return _Min; } in min() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | RandomNumberGenerator.h | 46 static constexpr result_type min() { return generator_type::min(); } in min() function
|
| /freebsd/sys/sys/ |
| H A D | clock.h | 77 int min; /* minute (0 - 59) */ member 113 uint8_t min; /* minute (0 - 59) */ member
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Relocations.cpp | 121 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError() 134 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError()
|