Searched refs:high1 (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dpcm.h503 u_int32_t high1 = high % div; local
505 asm("divl %2":"=a" (low), "=d" (*rem):"rm" (div), "a" (low), "d" (high1));
549 u_int32_t high1 = high % div; local
552 divl(high1, low1, div, &low, rem);

Completed in 31 milliseconds