| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Ordinals.pm | 126 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 D | pci.h | 242 u32 max_num; in max_num_of_tx_queue() local 246 max_num = RTK_BEQ_TX_DESC_NUM; in max_num_of_tx_queue() 249 max_num = 1; in max_num_of_tx_queue() 252 max_num = RTK_DEFAULT_TX_DESC_NUM; in max_num_of_tx_queue() 256 return max_num; in max_num_of_tx_queue()
|
| /freebsd/contrib/wpa/wpa_supplicant/ |
| H A D | op_classes.c | 629 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/sys/contrib/dev/rtw89/ |
| H A D | pci.c | 1579 [RTW89_TXCH_ACH0] = {.start_idx = 0, .max_num = 5, .min_num = 2}, 1580 [RTW89_TXCH_ACH1] = {.start_idx = 5, .max_num = 5, .min_num = 2}, 1581 [RTW89_TXCH_ACH2] = {.start_idx = 10, .max_num = 5, .min_num = 2}, 1582 [RTW89_TXCH_ACH3] = {.start_idx = 15, .max_num = 5, .min_num = 2}, 1583 [RTW89_TXCH_ACH4] = {.start_idx = 20, .max_num = 5, .min_num = 2}, 1584 [RTW89_TXCH_ACH5] = {.start_idx = 25, .max_num = 5, .min_num = 2}, 1585 [RTW89_TXCH_ACH6] = {.start_idx = 30, .max_num = 5, .min_num = 2}, 1586 [RTW89_TXCH_ACH7] = {.start_idx = 35, .max_num = 5, .min_num = 2}, 1587 [RTW89_TXCH_CH8] = {.start_idx = 40, .max_num = 5, .min_num = 1}, 1588 [RTW89_TXCH_CH9] = {.start_idx = 45, .max_num = 5, .min_num = 1}, [all …]
|
| H A D | pci.h | 1266 u8 max_num; member
|
| /freebsd/contrib/ofed/opensm/opensm/ |
| H A D | osm_qos.c | 305 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 D | vm.h | 726 BcDig max_num[BC_NUM_BIGDIG_LOG10]; member
|
| /freebsd/contrib/ofed/libmlx5/ |
| H A D | mlx5dv.h | 64 uint32_t max_num; member
|
| H A D | verbs.c | 442 if (mctx->cqe_comp_caps.max_num && in create_cq()
|
| /freebsd/contrib/bc/src/ |
| H A D | num.c | 512 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 D | vm.c | 1769 memcpy(vm->max_num, bc_num_bigdigMax, 1774 bc_num_setup(&vm->max, vm->max_num, BC_NUM_BIGDIG_LOG10);
|
| /freebsd/contrib/wpa/src/drivers/ |
| H A D | driver_nl80211.c | 12670 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()
|