Lines Matching defs:table
56 int preset, int bank, struct snd_sf_zone **table,
859 /* attack & decay/release time table (msec) */
892 /* search an index for specified time from given time table */
894 calc_parm_search(int msec, const short *table)
899 if (msec < (int)table[mid])
907 /* attack time: search from time table */
914 /* decay/release time: search from time table */
1128 * Rebuild the preset table. This is like a hash table in that it allows
1140 /* clear preset table */
1160 * add the given zone to preset table
1187 cur->next_instr = sflist->presets[index]; /* preset table link */
1214 * Search matching zones from preset table.
1216 * The found zones are stored on 'table' array. max_layers defines
1224 struct snd_sf_zone **table, int max_layers)
1239 table, max_layers, 0);
1244 table, max_layers, 0);
1275 int preset, int bank, struct snd_sf_zone **table,
1297 preset, bank, table,
1303 table[nvoices++] = zp;
1313 /* calculate the index of preset table: