Home
last modified time | relevance | path

Searched defs:page (Results 1 – 9 of 9) sorted by relevance

/system/extras/zram-perf/
Dzram-perf.cpp19 void fillPageRand(uint32_t *page) { in fillPageRand()
25 void fillPageCompressible(void* page) { in fillPageCompressible()
74 AlignedAlloc page(kPageSize, kPageSize); in fillWithCompressible() local
87 AlignedAlloc page(kPageSize, kPageSize); in benchSequentialRead() local
108 AlignedAlloc page(kPageSize, kPageSize); in benchSequentialWrite() local
/system/bt/stack/avrc/
Davrc_opt.cc136 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
/system/extras/pagecache/
Ddumpcache.c93 unsigned int page = 0; in store_num_cached() local
/system/memory/libmemunreachable/
DHeapWalker.cpp196 void* page = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) & ~(page_size - 1)); in MapOverPage() local
DAllocator.cpp259 unsigned int page = n * allocation_size_ / kPageSize; in Alloc() local
/system/bt/gd/hci/
Dcontroller.cc874 #define LOCAL_FEATURE_ACCESSOR(name, page, bit) \ argument
/system/iorap/src/compiler/
Dcompiler.cc220 uint64_t page; // struct page*. - null on some devices, e.g. blueline. member
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dlink_layer_controller.cc1578 auto page = model::packets::PageView::Create(incoming); in IncomingPagePacket() local
2195 auto page = model::packets::PageBuilder::Create( in CreateConnection() local
/system/bt/stack/include/
Davrc_defs.h902 uint8_t page; /* Specifies which part of the subunit type table is member