Home
last modified time | relevance | path

Searched refs:data_index (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/libsamplerate/
H A Dsrc_sinc.c376 int data_index, coeff_count, indx ; in calc_output_single() local
385 data_index = filter->b_current - coeff_count ; in calc_output_single()
387 if (data_index < 0) /* Avoid underflow access to filter->buffer. */ in calc_output_single()
388 { int steps = -data_index ; in calc_output_single()
392 data_index += steps ; in calc_output_single()
400 assert (data_index >= 0 && data_index < filter->b_len) ; in calc_output_single()
401 assert (data_index < filter->b_end) ; in calc_output_single()
402 left += icoeff * filter->buffer [data_index] ; in calc_output_single()
405 data_index = data_index + 1 ; in calc_output_single()
412 data_index = filter->b_current + 1 + coeff_count ; in calc_output_single()
[all …]
/freebsd/sys/contrib/openzfs/lib/libefi/
H A Drdwr_efi.c1120 uint_t resv_index = 0, data_index = 0; in efi_use_whole_disk() local
1151 data_index = i; in efi_use_whole_disk()
1154 data_size = efi_label->efi_parts[data_index].p_size; in efi_use_whole_disk()
1254 efi_label->efi_parts[data_index].p_size += difference; in efi_use_whole_disk()
1284 efi_label->efi_parts[data_index].p_start * efi_label->efi_lbasize, in efi_use_whole_disk()
1285 efi_label->efi_parts[data_index].p_size * efi_label->efi_lbasize, in efi_use_whole_disk()
1286 data_index + 1); in efi_use_whole_disk()
/freebsd/sys/dev/bce/
H A Dif_bce.c4154 fw.data_index = 0; in bce_init_rxp_cpu()
4184 fw.data_index = 0; in bce_init_rxp_cpu()
4251 fw.data_index = 0; in bce_init_txp_cpu()
4281 fw.data_index = 0; in bce_init_txp_cpu()
4347 fw.data_index = 0; in bce_init_tpat_cpu()
4377 fw.data_index = 0; in bce_init_tpat_cpu()
4443 fw.data_index = 0; in bce_init_cp_cpu()
4473 fw.data_index = 0; in bce_init_cp_cpu()
4539 fw.data_index = 0; in bce_init_com_cpu()
4569 fw.data_index = 0; in bce_init_com_cpu()
H A Dif_bcereg.h6203 u32 data_index; member