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

1234567891011>>

/freebsd-10.3-release/usr.sbin/bluetooth/bthidd/
H A Dserver.c50 #undef max macro
51 #define max(x, y) (((x) > (y))? (x) : (y)) macro
/freebsd-10.3-release/tools/tools/crypto/
H A Dcryptostats.c45 uint64_t avg, min, max; local
/freebsd-10.3-release/tools/regression/ufs/uprintf/
H A Dufs_uprintf.c132 int fd, i, max; local
/freebsd-10.3-release/contrib/netbsd-tests/dev/sysmon/
H A Dt_swwdog.c64 testbody(int max) argument
/freebsd-10.3-release/contrib/opie/libopie/
H A Dgenerator.c58 #define max(x, y) (((x) > (y)) ? (x) : (y)) macro
/freebsd-10.3-release/contrib/smbfs/include/
H A Dcflib.h61 int max; /* max for ival */ member in struct:opt_args
/freebsd-10.3-release/crypto/openssl/crypto/asn1/
H A Da_utctm.c115 static const int max[8] = { 99, 12, 31, 23, 59, 59, 12, 59 }; local
/freebsd-10.3-release/crypto/openssl/crypto/bn/
H A Dbn_add.c109 int max, min, dif; local
168 int max, min, dif; local
261 int max; local
[all...]
/freebsd-10.3-release/contrib/unbound/compat/
H A Dstrptime.c88 str2int(const char **buf, int max) argument
/freebsd-10.3-release/lib/libkse/test/
H A Dguard_b.c49 int max; /* Maximum recursion depth. */ member in struct:args
/freebsd-10.3-release/lib/libutil/
H A Dhumanize_number.c55 int64_t divisor, max; local
H A Dproperty.c77 int bp, n, v, max; local
/freebsd-10.3-release/lib/libc/locale/
H A Drunefile.h40 int32_t max; member in struct:__anon5847
/freebsd-10.3-release/crypto/openssh/
H A Dkexgex.c45 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-10.3-release/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-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_rules.c103 int i, j, err = 0, max; local
172 int i, j, err = 0, max; local
/freebsd-10.3-release/share/examples/perfmon/
H A Dperfmon.c167 getnum(const char *buf, int min, int max) argument
/freebsd-10.3-release/usr.bin/talk/
H A Ddisplay.c63 max(int a, int b) function
/freebsd-10.3-release/usr.sbin/pkg_install/lib/
H A Dstr.c114 get_string(char *str, int max, FILE *fp) argument
/freebsd-10.3-release/contrib/gcc/
H A Dtree-ssa-propagate.h99 tree max; member in struct:value_range_d
/freebsd-10.3-release/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawnattr.c80 int max, min, new, priority; local
/freebsd-10.3-release/contrib/unbound/validator/
H A Dval_neg.h80 size_t max; member in struct:val_neg_cache
/freebsd-10.3-release/contrib/xz/src/liblzma/common/
H A Dfilter_encoder.c232 uint64_t max = 0; local
/freebsd-10.3-release/crypto/heimdal/admin/
H A Dchange.c140 int i, j, max; local
/freebsd-10.3-release/crypto/openssl/crypto/pem/
H A Dpem_seal.c76 int i, j, max = 0; local

Completed in 315 milliseconds

1234567891011>>