Searched refs:next_instr (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/sound/
H A Dsoundfont.h43 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member in struct:snd_sf_zone
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/sound/
H A Dsoundfont.h43 struct snd_sf_zone *next_instr; /* Next zone of this instrument */ member in struct:snd_sf_zone
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/arm/
H A Dthumbemu.c104 ARMword next_instr; local
108 next_instr = tinstr & 0xFFFF;
113 next_instr = tinstr >> 16;
573 tinstr = next_instr; /* move the instruction down */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/arm/
H A Dthumbemu.c104 ARMword next_instr; local
108 next_instr = tinstr & 0xFFFF;
113 next_instr = tinstr >> 16;
573 tinstr = next_instr; /* move the instruction down */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/arm/
H A Dthumbemu.c104 ARMword next_instr; local
108 next_instr = tinstr & 0xFFFF;
113 next_instr = tinstr >> 16;
573 tinstr = next_instr; /* move the instruction down */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/synth/emux/
H A Dsoundfont.c1125 * structures linked by next_instr and by next_zone. Former is the whole
1182 cur->next_instr = sflist->presets[index]; /* preset table link */
1197 for (p = sflist->presets[index]; p; p = p->next_instr) {
1198 while (p->next_instr == zp) {
1199 p->next_instr = zp->next_instr;
1257 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c1125 * structures linked by next_instr and by next_zone. Former is the whole
1182 cur->next_instr = sflist->presets[index]; /* preset table link */
1197 for (p = sflist->presets[index]; p; p = p->next_instr) {
1198 while (p->next_instr == zp) {
1199 p->next_instr = zp->next_instr;
1257 for (zp = sflist->presets[index]; zp; zp = zp->next_instr) {

Completed in 231 milliseconds