Searched refs:sinc (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/syslib/
H A Dm8260_pci_erratum9.c101 * The sinc argument specifies whether or not the source address is incremented
102 * by the DMA controller. The source address is incremented if and only if sinc
107 idma_pci9_read(u8 *dst, u8 *src, int bytes, int unit_size, int sinc) argument
117 if (sinc)
154 * by the DMA controller. The source address is incremented if and only if sinc
205 idma_pci9_read_le(u8 *dst, u8 *src, int bytes, int unit_size, int sinc) argument
210 idma_pci9_read(dst, src, bytes, unit_size, sinc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3enc.c1165 int sinc; local
1169 sinc = s->nb_all_channels;
1170 sptr = samples + (sinc * (N/2) * i) + ch;
1175 sptr += sinc;

Completed in 108 milliseconds