| /f-stack/dpdk/drivers/net/ixgbe/base/ |
| H A D | ixgbe_dcb_82598.c | 83 u16 *max, u8 *tsa) in ixgbe_dcb_config_rx_arbiter_82598() 141 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_desc_arbiter_82598() 188 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_config_tx_data_arbiter_82598() 321 u16 *refill, u16 *max, u8 *bwg_id, in ixgbe_dcb_hw_config_82598()
|
| H A D | ixgbe_dcb.c | 22 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, in ixgbe_dcb_calculate_tc_credits() 204 void ixgbe_dcb_unpack_max_cee(struct ixgbe_dcb_config *cfg, u16 *max) in ixgbe_dcb_unpack_max_cee() 431 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local 471 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local 512 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local 617 u16 max[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local 677 s32 ixgbe_dcb_hw_config(struct ixgbe_hw *hw, u16 *refill, u16 *max, in ixgbe_dcb_hw_config()
|
| H A D | ixgbe_dcb_82599.c | 92 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_rx_arbiter_82599() 154 u16 *max, u8 *bwg_id, u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82599() 203 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_tx_data_arbiter_82599() 567 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599()
|
| /f-stack/app/redis-5.0.5/utils/hyperloglog/ |
| H A D | hll-gnuplot-graph.rb | 21 def run_experiment(r,seed,max,step) argument 42 def filter_samples(numsets,max,step,filter) argument
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_parse.c | 17 ssize_t size, scale, max; in ngx_parse_size() local 62 off_t offset, scale, max; in ngx_parse_offset() local 116 ngx_int_t max, cutoff, cutlim; in ngx_parse_time() local
|
| /f-stack/dpdk/drivers/net/txgbe/base/ |
| H A D | txgbe_dcb_hw.c | 21 u16 *max, u8 *bwg_id, u8 *tsa, in txgbe_dcb_config_rx_arbiter_raptor() 84 u16 *max, u8 *bwg_id, u8 *tsa) in txgbe_dcb_config_tx_desc_arbiter_raptor() 131 u16 *max, u8 *bwg_id, u8 *tsa, in txgbe_dcb_config_tx_data_arbiter_raptor()
|
| /f-stack/freebsd/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 70 static size_t ZSTD_NCountCost(unsigned const* count, unsigned const max, in ZSTD_NCountCost() 84 static size_t ZSTD_entropyCost(unsigned const* count, unsigned const max, size_t const total) in ZSTD_entropyCost() 105 unsigned const max) in ZSTD_fseBitCost() 138 unsigned const* count, unsigned const max) in ZSTD_crossEntropyCost() 156 FSE_repeat* repeatMode, unsigned const* count, unsigned const max, in ZSTD_selectEncodingType() 238 unsigned* count, U32 max, in ZSTD_buildCTable()
|
| /f-stack/dpdk/lib/librte_ring/ |
| H A D | rte_ring_generic.h | 62 unsigned int max = n; in __rte_ring_move_prod_head() local 131 unsigned int max = n; in __rte_ring_move_cons_head() local
|
| H A D | rte_ring_c11_mem.h | 61 unsigned int max = n; in __rte_ring_move_prod_head() local 135 unsigned int max = n; in __rte_ring_move_cons_head() local
|
| /f-stack/freebsd/netinet/ |
| H A D | ip_reass.c | 565 int max; in ipreass_init() local 725 int max; in ipreass_zone_change() local 748 int error, max; in sysctl_maxfragpackets() local 845 int error, max; in sysctl_maxfragbucketsize() local
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | latency.h | 49 uint32_t max; /* Max latency observed for this event. */ member 58 uint32_t max; /* Max of current samples. */ member
|
| H A D | sparkline.h | 43 double min, max; member
|
| /f-stack/app/redis-5.0.5/tests/support/ |
| H A D | util.tcl | 103 proc randomInt {max} { argument 108 proc randomSignedInt {max} { argument
|
| /f-stack/freebsd/contrib/ipfilter/netinet/ |
| H A D | ip_rules.c | 109 int i, j, err = 0, max; in ipfrule_add_out_() local 178 int i, j, err = 0, max; in ipfrule_add_in_() local
|
| /f-stack/dpdk/drivers/net/bnxt/tf_core/ |
| H A D | stack.h | 16 int max; /**< Maximum number of entries */ member
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | parse.c | 25 unsigned int min, max; in parse_set() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/ |
| H A D | div.c | 9 size_t max = 1000 * divisor; in TEST_BEGIN() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/src/ |
| H A D | extent_dss.c | 231 extent_in_dss_helper(void *addr, void *max) { in extent_in_dss_helper() 246 void *max; in extent_dss_mergeable() local
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | npt.c | 77 svm_npt_alloc(vm_offset_t min, vm_offset_t max) in svm_npt_alloc()
|
| /f-stack/dpdk/drivers/raw/octeontx2_ep/ |
| H A D | otx2_ep_enqdeq.h | 42 sdp_incr_index(uint32_t index, uint32_t count, uint32_t max) in sdp_incr_index()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | parse.c | 24 unsigned int min, max; in parse_set() local
|
| /f-stack/tools/netstat/ |
| H A D | pfkey.c | 106 const int max = nitems(pfkey_msgtypenames); in pfkey_msgtype_names() local
|
| /f-stack/dpdk/app/test/ |
| H A D | test_memory.c | 32 size_t i, max = ms->len; in check_mem() local
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | uncompr.c | 35 const uInt max = (uInt)-1; local
|
| H A D | compress.c | 31 const uInt max = (uInt)-1; local
|