OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:toqb
(Results
1 - 8
of
8
) sorted by null
/bionic/libc/kernel/common/linux/
quota.h
29
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
quota.h
29
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
quota.h
29
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
quota.h
29
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
quota.h
29
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
quota.h
29
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
quota.h
29
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
/external/kernel-headers/original/linux/
quota.h
56
#define
toqb
(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS)
macro
Completed in 49 milliseconds