HomeSort by relevance Sort by last modified time
    Searched defs:PAGESIZE (Results 1 - 10 of 10) sorted by null

  /external/iproute2/doc/
Makefile 13 PAGESIZE=a4
  /bionic/libc/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /development/ndk/platforms/android-3/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /system/core/libcutils/
mspace.c 61 #ifndef PAGESIZE
62 #define PAGESIZE mparams.page_size
98 const unsigned int pagesize = PAGESIZE; local
100 cs = (struct mspace_contig_state *)((uintptr_t)m & ~(pagesize-1));
109 char *newbrk = (char *)ALIGN_UP(oldbrk + nb, pagesize);
140 unsigned int pagesize; local
144 pagesize = PAGESIZE;
146 assert(((uintptr_t)base & (pagesize-1)) == 0)
206 unsigned int pagesize; local
259 const unsigned int pagesize = PAGESIZE; local
278 const unsigned int pagesize = PAGESIZE; local
    [all...]

Completed in 425 milliseconds