Searched refs:ptarget (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/basic/
H A Dsplit-include.c59 char * ptarget; local
101 ptarget = list_target;
102 *ptarget++ = '\n';
123 ptarget[itarget] = c;
125 ptarget[itarget++] = '.';
126 ptarget[itarget++] = 'h';
127 ptarget[itarget++] = '\0';
131 if ((fp_target = fopen(ptarget, "r")) != NULL)
135 ERROR_EXIT(ptarget);
146 if (ptarget[islas
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_pcm.c270 int ptarget = 1 << (pitch >> 12); local
271 if (pitch & 0x800) ptarget += (ptarget * 0x102e) / 0x2710;
272 if (pitch & 0x400) ptarget += (ptarget * 0x764) / 0x2710;
273 if (pitch & 0x200) ptarget += (ptarget * 0x389) / 0x2710;
274 ptarget += (ptarget >> 1);
275 if (ptarget >
[all...]
H A Demu8000_callback.c325 temp = (temp << 8) | (vp->ptarget << 16) | vp->aaux;
327 EMU8000_CPF_WRITE(hw, ch, vp->ptarget << 16);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/synth/emux/
H A Demux_synth.c581 vp->ptarget = 1 << (pitch >> 12);
582 if (pitch & 0x800) vp->ptarget += (vp->ptarget*0x102e)/0x2710;
583 if (pitch & 0x400) vp->ptarget += (vp->ptarget*0x764)/0x2710;
584 if (pitch & 0x200) vp->ptarget += (vp->ptarget*0x389)/0x2710;
585 vp->ptarget += (vp->ptarget >> 1);
586 if (vp->ptarget >
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demu10k1_callback.c440 unsigned int temp, ptarget; local
450 ptarget = IP_TO_CP(vp->apitch);
452 temp = ptarget | (vp->apan << 8) | vp->aaux;
456 snd_emu10k1_ptr_write(hw, CPF, vp->ch, ptarget);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Demux_synth.h200 int ptarget; /* pitch target */ member in struct:snd_emux_voice

Completed in 114 milliseconds