Searched defs:max (Results 1 - 25 of 542) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DRandomNumberGenerator.h47 static constexpr result_type max() { return generator_type::max(); } function in class:llvm::RandomNumberGenerator
/freebsd-current/contrib/vis/
H A Dfoldit.c45 foldit(const char *chunk, int col, int max, int flags) argument
/freebsd-current/tools/test/stress2/lib/
H A Drandom_int.c43 int i, j, min, max, r; local
/freebsd-current/crypto/openssh/openbsd-compat/regress/
H A Dclosefromtest.c39 int i, max, fds[NUM_OPENS]; local
/freebsd-current/crypto/openssl/crypto/sm2/
H A Dsm2_key.c25 BIGNUM *max = NULL; local
/freebsd-current/usr.bin/m4/
H A Dstdd.h42 #define max(a,b) ((a) > (b)? (a): (b)) macro
/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dmax.h29 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b, _Compare __comp) { function
35 max(_LIBCPP_LIFETIMEBOUND const _Tp& __a, _LIBCPP_LIFETIMEBOUND const _Tp& __b) { function
43 max(initializer_list<_Tp> __t, _Compare __comp) { function
48 _LIBCPP_NODISCARD_EXT inline _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp max(initializer_list<_Tp> __t) { function
H A Duniform_random_bit_generator_adaptor.h45 _LIBCPP_HIDE_FROM_ABI static constexpr auto max() { return __remove_cvref_t<_Gen>::max(); } function in class:_ClassicGenAdaptor
H A Dmin_max_result.h33 _LIBCPP_NO_UNIQUE_ADDRESS _T1 max; member in struct:ranges::min_max_result
/freebsd-current/contrib/ofed/libmlx5/
H A Dconfig.h14 #define max(a, b) ((a) < (b) ? (b) : (a)) macro
/freebsd-current/contrib/pam_modules/pam_passwdqc/
H A Dpasswdqc.h11 int min[5], max; member in struct:__anon5931
/freebsd-current/contrib/googletest/googletest/samples/
H A Dprime_tables.h80 explicit PreCalculatedPrimeTable(int max) argument
100 void CalculatePrimesUpTo(int max) { argument
/freebsd-current/lib/libufs/
H A Dinode.c53 ino_t min, max; local
/freebsd-current/lib/libnetbsd/
H A Dstrsuftoll.c211 strsuftoll(const char *desc, const char *val, long long min, long long max) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Drandom_device.h54 _LIBCPP_HIDE_FROM_ABI static _LIBCPP_CONSTEXPR result_type max() { return _Max; } function in class:random_device
/freebsd-current/contrib/bearssl/T0/
H A DTPointerExpr.cs30 int min, max; field in class:TPointerExpr
32 internal TPointerExpr(string expr, int min, int max) argument
/freebsd-current/contrib/netbsd-tests/include/sys/
H A Dt_cdefs.c45 intmax_t max; member in struct:__anon5194
57 uintmax_t max; member in struct:__anon5195
/freebsd-current/tests/sys/netinet/libalias/
H A Dutil.h60 rand_range(int min, int max) argument
/freebsd-current/crypto/openssl/crypto/
H A Dctype.c254 const int max = sizeof(ctype_char_map) / sizeof(*ctype_char_map); local
/freebsd-current/crypto/openssl/include/openssl/
H A Dbuffer.h45 size_t max; /* size of buffer */ member in struct:buf_mem_st
/freebsd-current/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp44 size_t ValueObjectCast::CalculateNumChildren(uint32_t max) { argument
/freebsd-current/contrib/ntp/libntp/lib/isc/
H A Drandom.c101 isc_random_jitter(isc_uint32_t max, isc_uint32_t jitter) { argument
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Ddelay.h67 usleep_range(unsigned long min, unsigned long max) argument
/freebsd-current/tests/sys/sys/
H A Drb_test.c61 int i, j, k, max, min; local
H A Darb_test.c64 int i, max, min; local

Completed in 205 milliseconds

1234567891011>>