Searched defs:max (Results 26 - 50 of 554) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/teken/
H A Dteken_wcwidth.h19 static int bisearch(teken_char_t ucs, const struct interval *table, int max) { argument
/freebsd-12-stable/tests/sys/netinet/libalias/
H A Dutil.h60 rand_range(int min, int max) argument
/freebsd-12-stable/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c132 int fd, i, max; local
/freebsd-12-stable/lib/libufs/
H A Dinode.c54 ino_t min, max; local
/freebsd-12-stable/crypto/openssl/include/openssl/
H A Dbuffer.h41 size_t max; /* size of buffer */ member in struct:buf_mem_st
/freebsd-12-stable/sys/amd64/vmm/amd/
H A Dnpt.c76 svm_npt_alloc(vm_offset_t min, vm_offset_t max) argument
/freebsd-12-stable/crypto/openssl/crypto/
H A Dctype.c254 const int max = sizeof(ctype_char_map) / sizeof(*ctype_char_map); local
/freebsd-12-stable/usr.bin/netstat/
H A Dpfkey.c106 const int max = nitems(pfkey_msgtypenames); local
/freebsd-12-stable/tools/tools/crypto/
H A Dcryptostats.c49 uint64_t avg, min, max; local
/freebsd-12-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObjectCast.cpp45 size_t ValueObjectCast::CalculateNumChildren(uint32_t max) { argument
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_utils.h75 template <class T> constexpr T &max(T &A, T &B) { return A > B ? A : B; } function in namespace:__xray
/freebsd-12-stable/contrib/libxo/libxo/
H A Dxo_wcwidth.h71 xo_bisearch (wchar_t ucs, const struct interval *table, int max) argument
/freebsd-12-stable/contrib/ncurses/ncurses/
H A Dwcwidth.h70 static int bisearch(wchar_t ucs, const struct interval *table, int max) { argument
/freebsd-12-stable/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c64 testbody(int max) argument
/freebsd-12-stable/contrib/opie/libopie/
H A Dgenerator.c59 #define max(x, y) (((x) > (y)) ? (x) : (y)) macro
/freebsd-12-stable/contrib/smbfs/include/
H A Dcflib.h61 int max; /* max for ival */ member in struct:opt_args
/freebsd-12-stable/contrib/unbound/compat/
H A Dstrptime.c88 str2int(const char **buf, int max) argument
/freebsd-12-stable/contrib/libevent/sample/
H A Dhostcheck.c138 static int Curl_raw_nequal(const char *first, const char *second, size_t max) argument
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_strtoint.c164 uu_strtoint(const char *s, void *v, size_t sz, int base, int64_t min, int64_t max) argument
235 uu_strtouint(const char *s, void *v, size_t sz, int base, uint64_t min, uint64_t max) argument
[all...]
/freebsd-12-stable/sys/contrib/zstd/tests/fuzz/
H A Dzstd_helpers.c21 setRand(ZSTD_CCtx *cctx, ZSTD_cParameter param, unsigned min, unsigned max, uint32_t *state) argument
/freebsd-12-stable/lib/libc/locale/
H A Drunefile.h42 int32_t max; member in struct:__anon8496
/freebsd-12-stable/lib/libutil/
H A Dhumanize_number.c57 int64_t divisor, max; local
/freebsd-12-stable/crypto/openssh/
H A Dkexgex.c47 kexgex_hash( int hash_alg, const char *client_version_string, const char *server_version_string, const u_char *ckexinit, size_t ckexinitlen, const u_char *skexinit, size_t skexinitlen, const u_char *serverhostkeyblob, size_t sbloblen, int min, int wantbits, int max, const BIGNUM *prime, const BIGNUM *gen, const BIGNUM *client_dh_pub, const BIGNUM *server_dh_pub, const BIGNUM *shared_secret, u_char *hash, size_t *hashlen) argument
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_add.c78 int max, min, dif; local
127 int max, min, dif; local
[all...]
H A Dbn_sqr.c29 int max, al; local
111 int i, j, max; local
[all...]

Completed in 313 milliseconds

1234567891011>>