Searched refs:pages (Results 1 – 6 of 6) sorted by relevance
/system/extras/ksmutils/ |
D | ksminfo.c | 56 struct ksm_page *pages; member 180 qsort(kp.pages, kp.len, sizeof(*kp.pages), cmp_pages); in main() 262 if (kp->pages[k].hash == hash) break; in read_pages() 267 struct ksm_page *tmp = realloc(kp->pages, in read_pages() 268 (kp->size + GROWTH_FACTOR) * sizeof(*kp->pages)); in read_pages() 276 kp->pages = tmp; in read_pages() 279 rc = pm_kernel_count(ker, PM_PAGEMAP_PFN(pagemap[j]), &kp->pages[kp->len].count); in read_pages() 285 kp->pages[kp->len].hash = hash; in read_pages() 286 kp->pages[kp->len].pattern = in read_pages() 292 cur_page = &kp->pages[k]; in read_pages() [all …]
|
/system/core/logd/ |
D | LogBuffer.cpp | 45 long pages = sysconf(_SC_PHYS_PAGES); in valid_size() local 46 if (pages < 1) { in valid_size() 56 pages = (pages + 31) / 32; in valid_size() 57 unsigned long maximum = pages * pagesize; in valid_size()
|
/system/extras/simpleperf/ |
D | cmd_record.cpp | 387 uint64_t pages = strtoull(args[i].c_str(), &endptr, 0); in ParseOptions() local 388 if (*endptr != '\0' || !IsPowerOfTwo(pages)) { in ParseOptions() 392 perf_mmap_pages_ = pages; in ParseOptions()
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 32 # title of most generated pages and in a few other places. 346 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 360 # Man pages) or section (for LaTeX and RTF). 1329 # If you want full control over the layout of the generated HTML pages it might 1741 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for 1747 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1757 # man pages. In case the manual section does not start with a number, the number 1784 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 1823 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. 1997 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in [all …]
|
D | Doxyfile | 32 # title of most generated pages and in a few other places. 346 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX 360 # Man pages) or section (for LaTeX and RTF). 1329 # If you want full control over the layout of the generated HTML pages it might 1741 # If the GENERATE_MAN tag is set to YES doxygen will generate man pages for 1747 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a 1757 # man pages. In case the manual section does not start with a number, the number 1784 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a 1823 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put. 1997 # If the EXTERNAL_PAGES tag is set to YES all external pages will be listed in [all …]
|
/system/sepolicy/ |
D | domain.te | 425 # and modification of executable pages are unsafe.
|