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

  /bionic/libc/kernel/common/linux/
quota.h 24 #define QUOTABLOCK_BITS 10
25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
27 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
28 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
quota.h 24 #define QUOTABLOCK_BITS 10
25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
27 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
28 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
quota.h 24 #define QUOTABLOCK_BITS 10
25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
27 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
28 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
quota.h 24 #define QUOTABLOCK_BITS 10
25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
27 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
28 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
quota.h 24 #define QUOTABLOCK_BITS 10
25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
27 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
28 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
quota.h 24 #define QUOTABLOCK_BITS 10
25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
27 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
28 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
quota.h 24 #define QUOTABLOCK_BITS 10
25 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
27 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
28 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
29 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
  /external/kernel-headers/original/linux/
quota.h 50 #define QUOTABLOCK_BITS 10
51 #define QUOTABLOCK_SIZE (1 << QUOTABLOCK_BITS)
54 #define qb2kb(x) ((x) << (QUOTABLOCK_BITS-10))
55 #define kb2qb(x) ((x) >> (QUOTABLOCK_BITS-10))
56 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)

Completed in 14 milliseconds