Searched refs:muldiv (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Ddelay_mm.h46 static inline unsigned long muldiv(unsigned long a, unsigned long b, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Ddelay.h70 #define muldiv(a, b, c) (((a)*(b))/(c)) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A DMakefile49 obj-$(CONFIG_SPARC32) += muldiv.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/pcm/
H A Dpcm_local.h539 static inline int muldiv(int a, int b, int c, int *r) function
570 int n = muldiv(a, b, c, &r);

Completed in 174 milliseconds