Home
last modified time | relevance | path

Searched refs:max_num (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DOrdinals.pm126 my $max_num = 0;
137 $num = ++$max_num;
139 $num = $max_num;
142 if $max_num > $max_assigned && $num < $max_num;
143 croak "Disordered ordinals, $num < $max_num"
144 if $num < $max_num;
145 $max_assigned = $max_num = $num;
157 $self->{maxnum} = $max_num;
161 foreach my $i (1..$max_num) {
168 $self->{loaded_maxnum} = $max_num;
/freebsd/sys/contrib/dev/rtw88/
H A Dpci.h241 u32 max_num; in max_num_of_tx_queue() local
245 max_num = RTK_BEQ_TX_DESC_NUM; in max_num_of_tx_queue()
248 max_num = 1; in max_num_of_tx_queue()
251 max_num = RTK_DEFAULT_TX_DESC_NUM; in max_num_of_tx_queue()
255 return max_num; in max_num_of_tx_queue()
/freebsd/sys/contrib/dev/rtw89/
H A Dpci.c1573 [RTW89_TXCH_ACH0] = {.start_idx = 0, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1574 [RTW89_TXCH_ACH1] = {.start_idx = 5, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1575 [RTW89_TXCH_ACH2] = {.start_idx = 10, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1576 [RTW89_TXCH_ACH3] = {.start_idx = 15, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1577 [RTW89_TXCH_ACH4] = {.start_idx = 20, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1578 [RTW89_TXCH_ACH5] = {.start_idx = 25, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1579 [RTW89_TXCH_ACH6] = {.start_idx = 30, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1580 [RTW89_TXCH_ACH7] = {.start_idx = 35, .max_num = 5, .min_num = 2}, in rtw89_pci_switch_bd_idx_addr()
1581 [RTW89_TXCH_CH8] = {.start_idx = 40, .max_num = 5, .min_num = 1}, in rtw89_pci_switch_bd_idx_addr()
1582 [RTW89_TXCH_CH9] = {.start_idx = 45, .max_num in rtw89_pci_switch_bd_idx_addr()
[all...]
H A Dpci.h1251 u8 max_num;
756 u8 max_num; global() member
/freebsd/contrib/wpa/wpa_supplicant/
H A Dop_classes.c629 unsigned int pos, max_num = 0; in wpas_supp_op_classes() local
633 max_num++; in wpas_supp_op_classes()
634 classes = os_zalloc((max_num + 1) * sizeof(int)); in wpas_supp_op_classes()
/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_qos.c305 uint8_t op_vl, common_op_vl = 0, max_num = 0; in qos_extports_setup() local
347 if (op_vl_arr[op_vl] > max_num){ in qos_extports_setup()
348 max_num = op_vl_arr[op_vl]; in qos_extports_setup()
/freebsd/contrib/bc/include/
H A Dvm.h727 BcDig max_num[BC_NUM_BIGDIG_LOG10]; member
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5dv.h64 uint32_t max_num; member
H A Dverbs.c442 if (mctx->cqe_comp_caps.max_num && in create_cq()
/freebsd/contrib/bc/src/
H A Dnum.c512 BcDig* max_num; in bc_num_cmp() local
550 max_num = a->num + diff; in bc_num_cmp()
557 max_num = b->num + diff; in bc_num_cmp()
562 cmp = bc_num_compare(max_num, min_num, b_int + min); in bc_num_cmp()
569 for (max_num -= diff, i = diff - 1; i < diff; --i) in bc_num_cmp()
571 if (max_num[i]) return bc_num_neg(1, !a_max == !neg); in bc_num_cmp()
H A Dvm.c1794 memcpy(vm->max_num, bc_num_bigdigMax,
1799 bc_num_setup(&vm->max, vm->max_num, BC_NUM_BIGDIG_LOG10);
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_nl80211.c12670 unsigned int num, max_num; in preferred_freq_info_handler() local
12743 max_num = nla_len(attr) / sizeof(u32); in preferred_freq_info_handler()
12744 if (max_num > param->num) in preferred_freq_info_handler()
12745 max_num = param->num; in preferred_freq_info_handler()
12746 for (num = 0; num < max_num; num++) { in preferred_freq_info_handler()