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

  /bionic/libc/kernel/common/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /development/ndk/platforms/android-3/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
quota.h 25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quota.h 49 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
54 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /external/kernel-headers/original/linux/
quota.h 51 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
56 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)

Completed in 54 milliseconds