Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 8 of 8) sorted by relevance

/system/extras/ksmutils/
Dksminfo.c56 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/liblog/
Dproperties.c492 static long pages, pagesize; in __android_logger_valid_buffer_size() local
499 if (!pages) { in __android_logger_valid_buffer_size()
500 pages = sysconf(_SC_PHYS_PAGES); in __android_logger_valid_buffer_size()
502 if (pages < 1) { in __android_logger_valid_buffer_size()
514 pages = (pages + 31) / 32; in __android_logger_valid_buffer_size()
515 maximum = pages * pagesize; in __android_logger_valid_buffer_size()
/system/extras/simpleperf/
Dcmd_record.cpp487 uint64_t pages = strtoull(args[i].c_str(), &endptr, 0); in ParseOptions() local
488 if (*endptr != '\0' || !IsPowerOfTwo(pages)) { in ParseOptions()
492 mmap_page_range_.first = mmap_page_range_.second = pages; in ParseOptions()
/system/chre/chre_api/doc/
DDoxyfile32 # title of most generated pages and in a few other places.
364 # instead of on a separate page (for HTML and Man pages) or section (for LaTeX
378 # Man pages) or section (for LaTeX and RTF).
1374 # If you want full control over the layout of the generated HTML pages it might
1820 # If the GENERATE_MAN tag is set to YES, doxygen will generate man pages for
1826 # The MAN_OUTPUT tag is used to specify where the man pages will be put. If a
1836 # man pages. In case the manual section does not start with a number, the number
1845 # MAN_OUTPUT in which the man pages are placed. If defaults to man followed by
1870 # The XML_OUTPUT tag is used to specify where the XML pages will be put. If a
1897 # The DOCBOOK_OUTPUT tag is used to specify where the Docbook pages will be put.
[all …]
/system/media/audio_utils/
DDoxyfile32 # 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 …]
DDoxyfile.orig32 # 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/core/init/
DREADME.md182 http://man7.org/linux/man-pages/man7/capabilities.7.html for a list of Linux
/system/sepolicy/public/
Ddomain.te818 # and modification of executable pages are unsafe.