Searched defs:max (Results 101 - 125 of 554) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c31 unsigned get, max = ((unsigned)-1 >> 2) + 1; local
H A Dgzwrite.c81 unsigned have, put, max = ((unsigned)-1 >> 2) + 1; local
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_atomic.h85 find_first_zero_bit(const u_long *p, u_long max) argument
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Didr.h137 ida_alloc_max(struct ida *ida, unsigned int max, gfp_t gfp) argument
/freebsd-12-stable/sys/dev/iscsi_initiator/
H A Disc_soc.c378 u_int max, exp; local
/freebsd-12-stable/sys/dev/ppbus/
H A Dppb_1284.c530 spp_1284_read(device_t bus, int mode, char *buffer, int max, int *read) argument
599 ppb_1284_read_id(device_t bus, int mode, char *buffer, int max, int *read) argument
633 ppb_1284_read(device_t bus, int mode, char *buffer, int max, int *read) argument
H A Dppb_base.c58 ppb_poll_bus(device_t bus, int max, argument
/freebsd-12-stable/sys/dev/vt/
H A Dvt_font.c54 int min, mid, max; local
/freebsd-12-stable/sys/gnu/dev/bwn/phy_n/
H A Dif_bwn_phy_n_ppr.c108 void bwn_ppr_apply_max(struct bwn_mac *mac, struct bwn_ppr *ppr, uint8_t max) argument
/freebsd-12-stable/sys/powerpc/pseries/
H A Dplpar_iommu.c162 phyp_iommu_map(device_t dev, bus_dma_segment_t *segs, int *nsegs, bus_addr_t min, bus_addr_t max, bus_size_t alignment, bus_addr_t boundary, void *cookie) argument
/freebsd-12-stable/sys/dev/ixgbe/
H A Dixgbe_dcb_82599.c122 ixgbe_dcb_config_rx_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
184 ixgbe_dcb_config_tx_desc_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa) argument
233 ixgbe_dcb_config_tx_data_arbiter_82599(struct ixgbe_hw *hw, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
597 ixgbe_dcb_hw_config_82599(struct ixgbe_hw *hw, int link_speed, u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, u8 *map) argument
[all...]
/freebsd-12-stable/lib/libkvm/
H A Dkvm_pcpu.c79 int max; local
/freebsd-12-stable/lib/libopenbsd/
H A Dimsg-buffer.c56 ibuf_dynamic(size_t len, size_t max) argument
H A Dimsg.h34 size_t max; member in struct:ibuf
/freebsd-12-stable/lib/libvgl/
H A Dmain.c48 #define max(x, y) (((x) > (y)) ? (x) : (y)) macro
/freebsd-12-stable/sys/arm/rockchip/
H A Drk30xx_wdog.c136 uint64_t ms, m, max; local
/freebsd-12-stable/crypto/openssl/crypto/
H A Dsparcv9cap.c123 size_t OPENSSL_instrument_bus2(unsigned int *out, size_t cnt, size_t max) argument
/freebsd-12-stable/sys/amd64/vmm/intel/
H A Dept.c184 ept_vmspace_alloc(vm_offset_t min, vm_offset_t max) argument
/freebsd-12-stable/sbin/dhclient/
H A Dparse.c248 parse_numeric_aggregate(FILE *cfile, unsigned char *buf, size_t *max, argument
338 unsigned tval, max; local
[all...]
/freebsd-12-stable/sbin/dumpfs/
H A Ddumpfs.c475 pbits(void *vp, int max) argument
497 pblklist(void *vp, int max, off_t offset, int fflag) argument
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_mont.c92 int nl, max, i; local
/freebsd-12-stable/usr.bin/dc/
H A Dbcode.h100 max(u_int a, u_int b) function
/freebsd-12-stable/usr.sbin/bhyve/
H A Dmevent_test.c71 uint64_t min, max, diff, sum, tsc_freq; local
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DTarget.h199 reportRangeError(uint8_t *loc, RelType type, const Twine &v, int64_t min, uint64_t max) argument
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h246 const uint64_t max = (static_cast<uint64_t>(1) local
259 const int64_t max = (static_cast<int64_t>(1) local

Completed in 299 milliseconds

1234567891011>>