Searched defs:page (Results 1 – 8 of 8) sorted by relevance
17 void fillPageRand(uint32_t *page) { in fillPageRand()23 void fillPageCompressible(uint32_t *page) { in fillPageCompressible()65 AlignedAlloc page(page_size, page_size); in fillWithCompressible() local78 AlignedAlloc page(page_size, page_size); in benchSequentialRead() local99 AlignedAlloc page(page_size, page_size); in benchSequentialWrite() local
70 void* page = mmap64(0, mmap_size, PROT_READ | PROT_WRITE, in main() local
140 UINT16 AVRC_SubCmd(UINT8 handle, UINT8 label, UINT8 page) in AVRC_SubCmd()
74 for (size_t page = start/pagesize; page < end/pagesize; page++) { in GetPssBytes() local
91 unsigned int page = 0; in store_num_cached() local
153 void *page = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) & ~(page_size-1)); in MapOverPage() local
268 unsigned int page = n * allocation_size_ / kPageSize; in Alloc() local
785 UINT8 page; /* Specifies which part of the subunit type table is member