OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PAGESIZE
(Results
1 - 10
of
10
) sorted by null
/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
) ){
/bionic/libc/include/
limits.h
121
#ifndef
PAGESIZE
122
#define
PAGESIZE
PAGE_SIZE
/development/ndk/platforms/android-3/include/
limits.h
108
#ifndef
PAGESIZE
110
#define
PAGESIZE
PAGE_SIZE
/development/ndk/platforms/android-L/include/
limits.h
121
#ifndef
PAGESIZE
122
#define
PAGESIZE
PAGE_SIZE
/external/iproute2/doc/
Makefile
13
PAGESIZE
=a4
/external/elfutils/0.153/src/
ldlex.l
149
PAGESIZE
{ return kPAGESIZE; }
/bionic/libc/bionic/
malloc_debug_qemu.cpp
614
qtrace = mmap(NULL,
PAGESIZE
, PROT_READ | PROT_WRITE, MAP_SHARED, fd, 0);
[
all
...]
/bionic/libc/upstream-dlmalloc/
malloc.c
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar
/external/chromium_org/v8/test/mjsunit/
unicode-test.js
[
all
...]
Completed in 347 milliseconds