OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:QUOTABLOCK_BITS
(Results
1 - 25
of
50
) sorted by null
1
2
/bionic/libc/kernel/common/linux/
quota.h
29
#define
QUOTABLOCK_BITS
10
30
#define QUOTABLOCK_SIZE (1 <<
QUOTABLOCK_BITS
)
31
#define qb2kb(x) ((x) << (
QUOTABLOCK_BITS
-10))
32
#define kb2qb(x) ((x) >> (
QUOTABLOCK_BITS
-10))
34
#define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >>
QUOTABLOCK_BITS
)
/development/ndk/platforms/android-3/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
)
/prebuilts/ndk/4/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
)
/prebuilts/ndk/4/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
)
/prebuilts/ndk/4/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
)
/prebuilts/ndk/4/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
)
/prebuilts/ndk/4/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
)
/prebuilts/ndk/4/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
)
/prebuilts/ndk/5/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
)
/prebuilts/ndk/6/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
)
/prebuilts/ndk/6/platforms/android-3/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
)
/prebuilts/ndk/7/platforms/android-14/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
)
/prebuilts/ndk/7/platforms/android-14/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
)
/prebuilts/ndk/7/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
)
/prebuilts/ndk/7/platforms/android-3/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
)
/prebuilts/ndk/7/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
)
/prebuilts/ndk/7/platforms/android-4/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
)
/prebuilts/ndk/7/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
)
/prebuilts/ndk/7/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
)
/prebuilts/ndk/7/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
)
/prebuilts/ndk/7/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
)
/prebuilts/ndk/7/platforms/android-9/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
)
/prebuilts/ndk/7/platforms/android-9/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
)
/prebuilts/ndk/8/platforms/android-14/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
)
/prebuilts/ndk/8/platforms/android-14/arch-mips/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
)
Completed in 47 milliseconds
1
2