Searched refs:highest_frag_index (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dcs46xx_dsp_spos.h84 int highest_frag_index; member in struct:dsp_symbol_desc
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/cs46xx/
H A Ddsp_spos.c136 for (i = ins->symbol_table.highest_frag_index; i < ins->symbol_table.nsymbols; ++i) {
174 if (ins->symbol_table.nsymbols > ins->symbol_table.highest_frag_index)
175 ins->symbol_table.highest_frag_index = ins->symbol_table.nsymbols;
215 if (index > ins->symbol_table.highest_frag_index)
216 ins->symbol_table.highest_frag_index = index;
235 ins->symbol_table.highest_frag_index = 0;
H A Ddsp_spos_scb_lib.c55 if (symbol_index < ins->symbol_table.highest_frag_index) {
56 ins->symbol_table.highest_frag_index = symbol_index;
62 if (ins->symbol_table.highest_frag_index > ins->symbol_table.nsymbols) {
63 ins->symbol_table.highest_frag_index = ins->symbol_table.nsymbols;

Completed in 96 milliseconds