Home
last modified time | relevance | path

Searched refs:n_pages (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/glib/tests/
Dslice-threadinit.c73 int j, n_pages = 0; in main() local
82 while (n_pages < N_PAGES) in main()
93 j = n_pages++; in main()
/external/bluetooth/glib/glib/
Dgslice.c1151 const guint n_pages = 16; in allocator_memalign() local
1152 guint8 *mem = malloc (n_pages * sys_page_size); in allocator_memalign()
1156 gint i = n_pages; in allocator_memalign()
/external/webkit/JavaScriptCore/wtf/
DFastMalloc.cpp1904 uint64_t n_pages = s * n_length; in Dump() local
1906 total_normal += n_pages; in Dump()
1912 PagesToMB(n_pages + r_pages), in Dump()
1919 uint64_t n_pages = 0; in Dump() local
1927 n_pages += s->length; in Dump()
1937 total_normal += n_pages; in Dump()
1942 PagesToMB(n_pages + r_pages), in Dump()