HomeSort by relevance Sort by last modified time
    Searched refs:ROUNDDOWN (Results 1 - 5 of 5) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
gmon.h 151 #define ROUNDDOWN(x,y) (((x)/(y))*(y))
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 151 #define ROUNDDOWN(x,y) (((x)/(y))*(y))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
gmon.h 151 #define ROUNDDOWN(x,y) (((x)/(y))*(y))
  /external/chromium_org/third_party/icu/source/i18n/
decNumberLocal.h 122 /* ROUNDDOWN -- round an integer down to a multiple of n */
123 #define ROUNDDOWN(i, n) (((i)/n)*n)
    [all...]
  /external/icu4c/i18n/
decNumberLocal.h 110 /* ROUNDDOWN -- round an integer down to a multiple of n */
111 #define ROUNDDOWN(i, n) (((i)/n)*n)
    [all...]

Completed in 81 milliseconds