/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | max.h | 29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { in max() function 35 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { in max() function 43 max(initializer_list<_Tp> __t, _Compare __comp) { in max() function 48 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_li… in max() function
|
H A D | uniform_random_bit_generator_adaptor.h | 47 static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } max() function
|
/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/ldns/ |
H A D | wire2host.c | 56 ldns_wire2dname(ldns_rdf **dname, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2dname() 156 ldns_wire2rdf(ldns_rr *rr, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2rdf() 318 ldns_wire2rr(ldns_rr **rr_p, const uint8_t *wire, size_t max, in ldns_wire2rr() 366 ldns_wire2pkt_hdr(ldns_pkt *packet, const uint8_t *wire, size_t max, size_t *pos) in ldns_wire2pkt_hdr() 403 ldns_wire2pkt(ldns_pkt **packet_p, const uint8_t *wire, size_t max) in ldns_wire2pkt()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_dcb_82598.c | 113 u16 *max, u8 *tsa) in ixgbe_dcb_config_rx_arbiter_82598() 171 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_desc_arbiter_82598() 218 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_data_arbiter_82598() 351 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_config_82598()
|
H A D | ixgbe_dcb.c | 52 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits() 234 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max_cee() 463 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local 503 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local 544 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local 649 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local 712 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, in ixgbe_dcb_hw_config()
|
H A D | ixgbe_dcb_82599.c | 122 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_rx_arbiter_82599() 184 u16 *max, u8 *bwg_id, u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82599() 233 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_tx_data_arbiter_82599() 597 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599()
|
/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/googletest/googletest/samples/ |
H A D | prime_tables.h | 80 explicit PreCalculatedPrimeTable(int max) in PreCalculatedPrimeTable() 100 void CalculatePrimesUpTo(int max) { in CalculatePrimesUpTo()
|
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 57 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost() 71 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost() 92 unsigned const max) in ZSTD_fseBitCost() 125 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost() 143 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType() 225 unsigned* count, U32 max, in ZSTD_buildCTable()
|
/freebsd/sys/contrib/zstd/lib/compress/ |
H A D | zstd_compress_sequences.c | 70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost() 84 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost() 107 unsigned const max) in ZSTD_fseBitCost() 140 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost() 158 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType() 245 unsigned* count, U32 max, in ZSTD_buildCTable()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | random.h | 109 get_random_u32_below(uint32_t max) in get_random_u32_below() 124 prandom_u32_max(u32 max) in prandom_u32_max()
|
H A D | minmax.h | 42 #define max(x, y) ((x) > (y) ? (x) : (y)) macro 63 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max) argument
|
/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/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_map.c | 40 dt_strdata_add(dtrace_hdl_t *dtp, dtrace_recdesc_t *rec, void ***data, int *max) in dt_strdata_add() 114 dtrace_id_t max; local 325 dtrace_id_t max; local
|
/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
|
H A D | bn_sqr.c | 29 int max, al; in bn_sqr_fixed_top() local 111 int i, j, max; in bn_sqr_normal() local
|
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Relocations.cpp | 96 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError() 109 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | log.c | 41 int max; member 144 int max, 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/unbound/compat/ |
H A D | snprintf.c | 106 print_dec(char* buf, int max, unsigned int value) in print_dec() 123 print_dec_l(char* buf, int max, unsigned long value) in print_dec_l() 140 print_dec_ll(char* buf, int max, unsigned long long value) in print_dec_ll() 157 print_hex(char* buf, int max, unsigned int value) in print_hex() 175 print_hex_l(char* buf, int max, unsigned long value) in print_hex_l() 193 print_hex_ll(char* buf, int max, unsigned long long value) in print_hex_ll() 460 print_remainder(char* buf, int max, double r, int prec) in print_remainder() 491 print_float(char* buf, int max, double value, int prec) in print_float() 526 print_float_g(char* buf, int max, double value, int prec) in print_float_g() 573 my_strnlen(const char* s, int max) in my_strnlen()
|
/freebsd/contrib/ldns/compat/ |
H A D | snprintf.c | 105 print_dec(char* buf, int max, unsigned int value) in print_dec() 122 print_dec_l(char* buf, int max, unsigned long value) in print_dec_l() 139 print_dec_ll(char* buf, int max, unsigned long long value) in print_dec_ll() 156 print_hex(char* buf, int max, unsigned int value) in print_hex() 174 print_hex_l(char* buf, int max, unsigned long value) in print_hex_l() 192 print_hex_ll(char* buf, int max, unsigned long long value) in print_hex_ll() 459 print_remainder(char* buf, int max, double r, int prec) in print_remainder() 490 print_float(char* buf, int max, double value, int prec) in print_float() 525 print_float_g(char* buf, int max, double value, int prec) in print_float_g() 572 my_strnlen(const char* s, int max) in my_strnlen()
|
/freebsd/sys/netinet/ |
H A D | ip_reass.c | 681 int max; in ipreass_vnet_init() local 826 int max; in ipreass_zone_change() local 849 int error, max; in sysctl_maxfragpackets() local 947 int error, max; in sysctl_maxfragbucketsize() local
|
/freebsd/contrib/vis/ |
H A D | foldit.c | 45 foldit(const char *chunk, int col, int max, int flags) in foldit()
|
/freebsd/crypto/openssl/crypto/sm2/ |
H A D | sm2_key.c | 25 BIGNUM *max = NULL; in ossl_sm2_key_private_check() local
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | bsd-snprintf.c | 187 int max; in dopr() local 506 char *value, int flags, int min, int max) in fmtstr() 547 intmax_t value, int base, int min, int max, int flags) in fmtint() 707 LDOUBLE fvalue, int min, int max, int flags) in fmtfp()
|