Home
last modified time | relevance | path

Searched defs:max (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/freebsd/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmax.h29 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_EXT inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initialize… in max() function
H A Dmin_max_result.h33 _LIBCPP_NO_UNIQUE_ADDRESS _T1 max; member
H A Duniform_random_bit_generator_adaptor.h45 _LIBCPP_HIDE_FROM_ABI static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } in max() function
/freebsd/contrib/ntp/sntp/libopts/
H A Dintprops.h160 #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 Dwire2host.c56 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 Dixgbe_dcb_82598.c113 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 Dixgbe_dcb.c52 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 Dixgbe_dcb_82599.c122 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 DTPointerExpr.cs30 int min, max; field in TPointerExpr
32 internal TPointerExpr(string expr, int min, int max) in TPointerExpr()
/freebsd/contrib/googletest/googletest/samples/
H A Dprime_tables.h80 explicit PreCalculatedPrimeTable(int max) in PreCalculatedPrimeTable()
100 void CalculatePrimesUpTo(int max) { in CalculatePrimesUpTo()
/freebsd/sys/geom/vinum/
H A Dgeom_vinum_share.c436 gv_new_drive(int max, char *token[]) in gv_new_drive()
486 gv_new_volume(int max, char *token[]) in gv_new_volume()
526 gv_new_plex(int max, char *token[]) in gv_new_plex()
598 gv_new_sd(int max, char *token[]) in gv_new_sd()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Drandom.h100 get_random_u32_below(uint32_t max) in get_random_u32_below()
115 prandom_u32_max(u32 max) in prandom_u32_max()
/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c57 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 Dzstd_compress_sequences.c70 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/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc52 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 Ddt_map.c40 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 Dbn_sqr.c29 int max, al; in bn_sqr_fixed_top() local
111 int i, j, max; in bn_sqr_normal() local
H A Dbn_add.c78 int max, min, dif; in BN_uadd() local
127 int max, min, dif; in BN_usub() local
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp96 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError()
109 uint8_t bits, int64_t min, uint64_t max) { in reportRangeError()
/freebsd/contrib/vis/
H A Dfoldit.c45 foldit(const char *chunk, int col, int max, int flags) in foldit()
/freebsd/crypto/heimdal/lib/krb5/
H A Dlog.c41 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/crypto/openssl/crypto/sm2/
H A Dsm2_key.c25 BIGNUM *max = NULL; in ossl_sm2_key_private_check() local
/freebsd/contrib/unbound/compat/
H A Dsnprintf.c106 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 Dsnprintf.c105 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 Dip_reass.c681 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

12345678910>>...24