Searched refs:QUOTABLOCK_BITS (Results 1 - 25 of 150) sorted by relevance

123456

/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/5/platforms/android-4/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-4/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-4/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-8/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
H A Dquota.h24 #define QUOTABLOCK_BITS 10 macro
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)

Completed in 243 milliseconds

123456