HomeSort by relevance Sort by last modified time
    Searched defs:high1 (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 503 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);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
pcm.h 503 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);
    [all...]

Completed in 1666 milliseconds