Searched defs:max (Results 176 - 200 of 554) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/ofed/include/rdma/
H A Drdmavt_mr.h99 u32 max; /* size of the table */ member in struct:rvt_lkey_table
/freebsd-12-stable/sys/mips/cavium/octe/
H A Dmv88e61xxphy.c478 unsigned max, val, *valp; local
/freebsd-12-stable/sys/sys/
H A Dlibkern.h96 static __inline u_int max(u_int a, u_int b) { return (a > b ? a : b); } function
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_dcb.c53 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, argument
235 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max) argument
468 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; local
510 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
553 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
664 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
731 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
/freebsd-12-stable/lib/libpmcstat/
H A Dlibpmcstat_image.c54 #define max(A,B) ((A) > (B) ? (A) : (B)) macro
/freebsd-12-stable/lib/libvgl/
H A Dsimple.c45 #define max(x, y) (((x) > (y)) ? (x) : (y)) macro
/freebsd-12-stable/libexec/getty/
H A Dchat.c107 getdigit(unsigned char **ptr, int base, int max) argument
/freebsd-12-stable/libexec/rtld-elf/powerpc/
H A Dreloc.c54 #define max(a,b) (((a) > (b)) ? (a) : (b)) macro
/freebsd-12-stable/sys/arm/arm/
H A Dunwind.c317 unsigned int min, mid, max; local
/freebsd-12-stable/sys/arm64/arm64/
H A Ddebug_monitor.c275 u_int max, reg, i; local
303 u_int max, reg_addr, reg_ctrl, i; local
/freebsd-12-stable/crypto/openssl/crypto/
H A Dppccap.c200 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) argument
H A Dcryptlib.c469 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) argument
/freebsd-12-stable/crypto/openssl/ssl/
H A Dpacket.c121 size_t max = maxmaxsize(lenbytes); local
/freebsd-12-stable/crypto/openssh/
H A Ddh.c147 choose_dh(int min, int wantbits, int max) argument
459 dh_new_group_fallback(int max) argument
[all...]
H A Dssh-pkcs11-helper.c294 int r, in, out, max, log_stderr = 0; local
/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_time.c77 static const int max[9] = { 99, 99, 12, 31, 23, 59, 59, 12, 59 }; local
H A Dasn1_lib.c51 long max = omax; local
112 asn1_get_length(const unsigned char **pp, int *inf, long *rl, long max) argument
[all...]
/freebsd-12-stable/sbin/dhclient/
H A Dclparse.c299 parse_X(FILE *cfile, u_int8_t *buf, unsigned max) argument
/freebsd-12-stable/sbin/ifconfig/
H A Difvxlan.c447 u_long min, max; local
/freebsd-12-stable/contrib/subversion/subversion/libsvn_delta/
H A Dxdelta.c129 apr_uint32_t max; member in struct:blocks
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c192 svn_revnum_t max; local
/freebsd-12-stable/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c60 #define max(a, b) (((a) > (b))? (a) : (b)) macro
/freebsd-12-stable/usr.bin/gprof/
H A Dgprof.c563 max(unsigned long a, unsigned long b) function
/freebsd-12-stable/usr.bin/nl/
H A Dnl.c82 #define max(a, b) ((a) > (b) ? (a) : (b)) macro
/freebsd-12-stable/usr.sbin/iovctl/
H A Dparse.c91 add_uint_config(const char *key, const ucl_object_t *obj, nvlist_t *config, const char *type, uint64_t max) argument

Completed in 321 milliseconds

1234567891011>>