Searched defs:PAGE (Results 1 - 5 of 5) sorted by relevance

/external/libpcap/msdos/
H A Dndis_0.asm0 PAGE 60,132
1 PAGE 60,132 label
H A Dpkt_rx0.asm0 PAGE 60,132
1 PAGE 60,132 label
/external/valgrind/none/tests/linux/
H A Dmremap2.c19 static int PAGE; variable
38 // set up working area so expansion limit is 20*PAGE
43 // A suitable attempted fixed dst is workingarea + 150*PAGE.
48 workingarea = mmap(0, 200*PAGE, PROT_NONE,
51 try_dst = workingarea + 150*PAGE;
52 unmap_and_check(workingarea, 200*PAGE);
60 unmap_and_check( workingarea, 200*PAGE);
63 mapanon_fixed( workingarea + 0*PAGE, 9*PAGE);
66 mapanon_fixed( workingarea + 10*PAGE, 2
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h310 #define PAGE ((size_t)(1U << LG_PAGE)) macro
311 #define PAGE_MASK ((size_t)(PAGE - 1))
679 if (size <= SMALL_MAXCLASS && alignment < PAGE) {
714 if (usize + alignment - PAGE <= arena_maxrun)
745 if (usize + alignment - PAGE < usize) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Djavax.servlet.jsp_2.0.0.v200806031607.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE.SF META-INF/ECLIPSE.RSA META ...

Completed in 164 milliseconds