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

12

/external/jemalloc/test/unit/
H A Dpages.c9 pages = pages_map(NULL, PAGE, &commit);
12 assert_false(pages_huge(pages, PAGE),
14 assert_false(pages_nohuge(pages, PAGE),
17 pages_unmap(pages, PAGE);
H A Drun_quantize.c66 run_size = cache_oblivious ? lrun_size + PAGE : lrun_size;
79 - PAGE), "Floor should be a precise size");
89 ceil_prev = run_quantize_ceil(run_size + PAGE);
/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/libmicrohttpd/src/examples/
H A Ddual_stack_example.c28 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>" macro
73 NULL, NULL, &ahc_echo, PAGE,
H A Dminimal_example.c28 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>" macro
75 NULL, NULL, &ahc_echo, PAGE,
H A Ddigest_auth_example.c29 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>" macro
82 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE,
128 NULL, NULL, &ahc_echo, PAGE,
H A Dfileserver_example.c30 #define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>" macro
78 response = MHD_create_response_from_buffer (strlen (PAGE),
79 (void *) PAGE,
113 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
H A Dbenchmark.c35 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>" macro
129 response = MHD_create_response_from_buffer (strlen (PAGE),
130 (void *) PAGE,
H A Dbenchmark_https.c35 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>" macro
180 response = MHD_create_response_from_buffer (strlen (PAGE),
181 (void *) PAGE,
H A Dfileserver_example_external_select.c30 #define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>" macro
79 response = MHD_create_response_from_buffer (strlen (PAGE),
80 (void *) PAGE,
122 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
H A Dauthorization_example.c35 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>libmicrohttpd demo</body></html>" macro
102 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
H A Dquerystring_example.c29 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Query string for &quot;%s&quot; was &quot;%s&quot;</body></html>" macro
84 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
H A Dfileserver_example_dirs.c31 #define PAGE "<html><head><title>File not found</title></head><body>File not found</body></html>" macro
173 NULL, NULL, &ahc_echo, PAGE, MHD_OPTION_END);
/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/libmicrohttpd/src/testcurl/
H A Dtest_digestauth.c45 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>" macro
119 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE,
189 1337, NULL, NULL, &ahc_echo, PAGE,
220 if (cbc.pos != strlen (PAGE))
222 if (0 != strncmp (PAGE, cbc.buf, strlen (PAGE)))
H A Dtest_digestauth_with_arguments.c44 #define PAGE "<html><head><title>libmicrohttpd demo</title></head><body>Access granted</body></html>" macro
118 response = MHD_create_response_from_buffer(strlen(PAGE), PAGE,
188 1337, NULL, NULL, &ahc_echo, PAGE,
219 if (cbc.pos != strlen (PAGE))
221 if (0 != strncmp (PAGE, cbc.buf, strlen (PAGE)))
/external/autotest/client/cros/cellular/
H A Dforward_8960_screen24 PAGE="""
101 self.wfile.write(PAGE % {'ssh_tunnel_port': ssh_tunnel_port,
/external/skia/experimental/tools/
H A DcoreGraphicsPdf2png.cpp24 const int PAGE = 1; variable
37 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, PAGE);
/external/skqp/experimental/tools/
H A DcoreGraphicsPdf2png.cpp24 const int PAGE = 1; variable
37 CGPDFPageRef page = CGPDFDocumentGetPage(pdf, PAGE);
/external/jemalloc/src/
H A Dchunk_mmap.c12 alloc_size = size + alignment - PAGE;
H A Dzone.c82 je_posix_memalign(&ret, PAGE, size);
/external/boringssl/src/crypto/perlasm/
H A Dx86masm.pl95 .text\$ SEGMENT PAGE 'CODE'
/external/llvm/test/ExecutionEngine/RuntimeDyld/AArch64/
H A DMachO_ARM64_relocations.s36 adrp x0, _ptr@PAGE
/external/doclava/res/assets/templates-sdk/
H A Dpackage.cs1 <?cs # THIS CREATES A PACKAGE SUMMARY PAGE FROM EACH package.html FILES
/external/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal.h327 #define PAGE ((size_t)(1U << LG_PAGE)) macro
328 #define PAGE_MASK ((size_t)(PAGE - 1))
820 if (size <= SMALL_MAXCLASS && alignment < PAGE) {
855 if (usize + large_pad + alignment - PAGE <= arena_maxrun)
885 if (usize + alignment - PAGE < usize) {

Completed in 534 milliseconds

12