Searched refs:max_index (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/sys/contrib/dev/athk/
H A Dspectral_common.h59 u8 max_index; member in struct:fft_sample_ht20
105 s8 max_index; member in struct:fft_sample_ath10k
117 s8 max_index; member in struct:fft_sample_ath11k
/freebsd-current/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.h86 U8 max_index; member in struct:SCIC_SDS_PORT_RANGE
H A Dscic_sds_port_configuration_agent.c227 (port_agent->phy_valid_port_range[0].max_index != 0)
228 || (port_agent->phy_valid_port_range[1].max_index != 1)
229 || (port_agent->phy_valid_port_range[2].max_index != 2)
230 || (port_agent->phy_valid_port_range[3].max_index != 3)
367 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
398 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
617 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
622 port_agent->phy_valid_port_range[phy_index].max_index = phy_index;
718 port_index <= port_agent->phy_valid_port_range[phy->phy_index].max_index;
1002 port_agent->phy_valid_port_range[index].max_index
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InsertPrefetch.cpp129 int16_t max_index = -1;
151 max_index = std::max(max_index, static_cast<int16_t>(index));
154 assert(max_index + 1 >= 0 &&
155 "Possible overflow: max_index + 1 should be positive.");
156 assert(static_cast<size_t>(max_index + 1) == Prefetches.size() &&
/freebsd-current/sys/contrib/dev/athk/ath10k/
H A Dspectral.c24 static uint8_t get_max_exp(s8 max_index, u16 max_magnitude, size_t bin_len, argument
33 if (dc_pos < max_index || -dc_pos >= max_index)
37 if (data[dc_pos + max_index] == (max_magnitude >> max_exp))
42 if (data[dc_pos + max_index] != (max_magnitude >> max_exp))
119 fft_sample->max_index = MS(reg0, SEARCH_FFT_REPORT_REG0_PEAK_SIDX);
144 fft_sample->max_exp = get_max_exp(fft_sample->max_index, peak_mag,
/freebsd-current/sys/dev/qlxge/
H A Dqls_dump.c1454 uint32_t max_index; local
1461 max_index = 512;
1467 max_index = 32;
1474 max_index = 4096;
1480 max_index = 4;
1486 max_index = 8;
1492 max_index = 16;
1498 max_index = 4;
1504 max_index = 4;
1510 max_index
[all...]
/freebsd-current/sys/contrib/dev/athk/ath11k/
H A Dspectral.c538 static u8 ath11k_spectral_get_max_exp(s8 max_index, u8 max_magnitude, argument
547 if (dc_pos <= max_index || -dc_pos >= max_index)
551 if (bins[dc_pos + max_index] == (max_magnitude >> max_exp))
556 if (bins[dc_pos + max_index] != (max_magnitude >> max_exp))
664 fft_sample->max_index = FIELD_GET(SPECTRAL_FFT_REPORT_INFO0_PEAK_SIGNED_IDX,
691 fft_sample->max_exp = ath11k_spectral_get_max_exp(fft_sample->max_index,
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_paprd.c1395 int max_index; local
1441 max_index = 0;
1474 (1 << scale_factor) * max_index + 16;
1490 max_index++;
1515 for (bin = 0; bin <= max_index; bin++) {
1539 for (bin = 0; bin <= max_index; bin++) {
1546 for (bin = 0; bin <= max_index; bin++) {
1558 * for (bin = 0; bin <= max_index; bin++) {
1563 for (bin = 0; bin <= max_index; bin++) {
1570 if (y_est[max_index]
[all...]
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_mesh.c1298 int max_index; local
1337 max_index = -1;
1342 max_index = i;
1346 mesh->dim_order[j] = max_index;
1347 size[max_index] = -1;
/freebsd-current/sys/dev/mpi3mr/
H A Dmpi3mr_app.c109 mpi3mr_mgmt_info.sc_ptr[mpi3mr_mgmt_info.max_index] = sc;
110 mpi3mr_mgmt_info.max_index++;
124 for (i = 0; i < mpi3mr_mgmt_info.max_index; i++) {
169 if (mrioc_id >= mpi3mr_mgmt_info.max_index)
H A Dmpi3mr.h151 int max_index; member in struct:mpi3mr_mgmt_info
/freebsd-current/sys/dev/mrsas/
H A Dmrsas.c1019 mrsas_mgmt_info.sc_ptr[mrsas_mgmt_info.max_index] = sc;
1020 mrsas_mgmt_info.max_index++;
1071 * decrement the max_index. We let this array be sparse array
1073 for (i = 0; i < mrsas_mgmt_info.max_index; i++) {
1428 else if (user_ioc->host_no >= mrsas_mgmt_info.max_index)
H A Dmrsas.h2976 int max_index; member in struct:mrsas_mgmt_info
/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdstate.c4676 u_int32_t canuse, min_index, max_index; local
4689 max_index = 0xffffffff;
4693 if (stp->ls_stateid.other[2] < max_index)
4694 max_index = stp->ls_stateid.other[2];
4705 if (min_index == 0x80000000 && max_index == 0x80000001) {
4730 clp->lc_statemaxindex = max_index;

Completed in 329 milliseconds