Home | History | Annotate | Download | only in sound

Lines Matching refs:high1

503 		u_int32_t high1 = high % div;
505 asm("divl %2":"=a" (low), "=d" (*rem):"rm" (div), "a" (low), "d" (high1));
549 u_int32_t high1 = high % div;
552 divl(high1, low1, div, &low, rem);