Searched defs:PAGE_SIZE (Results 176 - 200 of 719) sorted by relevance

1234567891011>>

/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-arm/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-arm/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-arm64/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-arm64/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-mips/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-mips/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-mips64/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-mips64/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-x86/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-x86/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-x86_64/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-22/arch-x86_64/usr/include/sys/
H A Duser.h37 #define PAGE_SIZE 4096 macro
38 #define PAGE_MASK (~(PAGE_SIZE - 1))
/prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/
H A Dlimits.h118 #ifndef PAGE_SIZE
119 #define PAGE_SIZE 4096 macro
122 #define PAGESIZE PAGE_SIZE
126 #define PAGE_MASK (~(PAGE_SIZE - 1))

Completed in 341 milliseconds

1234567891011>>