Searched refs:PAGE (Results 1 - 25 of 27) sorted by relevance

12

/external/valgrind/main/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/llvm/test/MC/AArch64/
H A Darm64-arm64-fixup.s9 ; CHECK: adrp x3, _printf@PAGE ; encoding: [0x03'A',A,A,0x90'A']
10 ; CHECK: fixup A - offset: 0, value: _printf@PAGE, kind: fixup_aarch64_pcrel_adrp_imm21
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_unittest.cc89 contexts.Add(MenuItem::PAGE);
100 contexts.Add(MenuItem::PAGE);
112 contexts.Add(MenuItem::PAGE);
124 contexts.Add(MenuItem::PAGE);
136 contexts.Add(MenuItem::PAGE);
H A Drender_view_context_menu.cc386 // PAGE is the least specific context, so we only examine that if none of the
387 // other contexts apply (except for FRAME, which is included in PAGE for
391 contexts.Contains(MenuItem::PAGE))
/external/jemalloc/test/unit/
H A Djunk.c143 assert_zu_eq(usize, arena_maxclass-PAGE, "Unexpected usize");
157 p2 = rallocx(p1, arena_maxclass-PAGE, 0);
H A Dmallctl.c309 TEST_ARENAS_CONSTANT(size_t, page, PAGE);
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h267 #define PAGE ((size_t)(1U << STATIC_PAGE_SHIFT)) macro
268 #define PAGE_MASK ((size_t)(PAGE - 1))
522 if (usize <= arena_maxclass && alignment <= PAGE) {
537 * PAGE of SIZE_T_MAX.
558 run_size = usize + alignment - PAGE;
685 if (usize <= arena_maxclass && alignment <= PAGE)
H A Dtcache.h336 if (config_prof && size == PAGE) {
H A Darena.h139 * Large (sampled, size <= PAGE):
142 * Large (not sampled, size == PAGE):
824 assert(arena_mapbits_large_size_get(chunk, pageind) == PAGE);
1121 assert(ret == PAGE || arena_mapbits_large_size_get(chunk,
/external/chromium_org/third_party/boringssl/src/crypto/perlasm/
H A Dx86masm.pl89 .text\$ SEGMENT PAGE 'CODE'
/external/jemalloc/src/
H A Dchunk_mmap.c171 alloc_size = size + alignment - PAGE;
H A Dzone.c81 je_posix_memalign(&ret, PAGE, size);
H A Darena.c358 << LG_PAGE)), PAGE);
368 for (i = 0; i < PAGE / sizeof(size_t); i++)
1268 assert(size == PAGE ||
1805 alloc_size = size + alignment - PAGE;
1858 assert(isalloc(ptr, false) == PAGE);
1859 assert(isalloc(ptr, true) == PAGE);
1868 assert(isalloc(ptr, false) == PAGE);
2479 assert(min_run_size >= PAGE);
2547 try_run_size += PAGE;
2590 size_t prev_run_size = PAGE;
[all...]
H A Dchunk.c395 assert(chunksize >= PAGE);
H A Djemalloc.c1338 imemalign(&ret, PAGE, size, 1);
1653 if (max_usize < PAGE)
/external/openssl/crypto/perlasm/
H A Dx86masm.pl87 .text\$ SEGMENT PAGE 'CODE'
/external/chromium_org/chrome/browser/extensions/api/context_menus/
H A Dcontext_menus_api_helpers.h66 contexts.Add(extensions::MenuItem::PAGE);
153 contexts.Add(MenuItem::PAGE);
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk497 PAGE ?= index.html macro
498 PAGE_TC_CONFIG ?= "$(PAGE)?tc=$(TOOLCHAIN)&config=$(CONFIG)"
501 run: check_for_chrome all $(PAGE)
520 debug: check_for_chrome all $(PAGE)
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dlocal_ntp.js48 PAGE: 'mv-page', // page tiles
681 tileElem.classList.add(CLASSES.PAGE);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdflong.asm195 SECTION PAGE ALIGN=4096 FLAT
/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/chromium_org/chrome/browser/extensions/
H A Dmenu_manager.h89 PAGE = 2, enumerator in enum:extensions::MenuItem::Context
H A Dmenu_manager_unittest.cc220 contexts.Add(MenuItem::PAGE);
/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 3981 milliseconds

12