Searched refs:PAGESIZE (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/tool/
H A Ddiffdb.c13 #define PAGESIZE 1024 macro
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/
H A DMakefile13 PAGESIZE=a4 macro
/external/elfutils/src/
H A Dldlex.l149 PAGESIZE { return kPAGESIZE; }
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c1423 # ifdef PAGESIZE
1424 # define malloc_getpagesize PAGESIZE
/external/libffi/src/
H A Ddlmalloc.c1226 # ifdef PAGESIZE
1227 # define malloc_getpagesize PAGESIZE
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1272 # ifdef PAGESIZE
1273 # define malloc_getpagesize PAGESIZE

Completed in 275 milliseconds