Searched refs:page (Results 1 - 6 of 6) sorted by relevance

/system/core/toolbox/
H A Dsyren.c15 unsigned long page; member in struct:syren_io_args
21 u_char page; member in struct:__anon241
57 fprintf(stderr, "usage: syren [r/w] [REGNAME | page:addr] (value)\n");
111 sio.page = registers[i].page;
135 sio.page = strtoul(argv[2], 0, 0);
139 sio.page = r->page;
H A Dr.c69 void* page = mmap64(0, mmap_size, PROT_READ | PROT_WRITE, local
72 if(page == MAP_FAILED){
80 uint32_t* x = (uint32_t*) (((uintptr_t) page) + (addr & 4095));
86 uint16_t* x = (uint16_t*) (((uintptr_t) page) + (addr & 4095));
92 uint8_t* x = (uint8_t*) (((uintptr_t) page) + (addr & 4095));
/system/core/libbacktrace/
H A DGetPss.cpp66 for (size_t page = start/pagesize; page < end/pagesize; page++) {
68 if (ReadData(pagemap_fd, page, &data)) {
/system/core/libutils/
H A DLinearAllocator.cpp34 // The ideal size of a page allocation (these need to be multiples of 8)
38 // The maximum amount of wasted space we can have per page
39 // Allocations exceeding this will have their own dedicated page
167 // Allocation is too large, create a dedicated page for the allocation
168 Page* page = newPage(size); local
170 page->setNext(mPages);
171 mPages = page;
174 return start(page);
/system/media/camera/docs/
H A DCameraMetadataKeys.mako20 <%page args="java_class, xml_kind" />\
H A Dhtml.mako95 it knows its being printed, so the page-break-* styles are ignored
97 tr { page-break-after: always; page-break-inside: avoid; }

Completed in 390 milliseconds