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

1 2 3

  /external/chromium_org/third_party/sqlite/src/tool/
diffdb.c 13 #define PAGESIZE 1024
19 unsigned char a1[PAGESIZE], a2[PAGESIZE];
35 while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
36 if( memcmp(a1,a2,PAGESIZE) ){
  /external/iproute2/doc/
Makefile 13 PAGESIZE=a4
  /bionic/libc/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /development/ndk/platforms/android-3/include/
limits.h 108 #ifndef PAGESIZE
110 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
limits.h 92 #ifndef PAGESIZE
93 #define PAGESIZE PAGE_SIZE

Completed in 4990 milliseconds

1 2 3