Searched defs:page (Results 1 – 10 of 10) sorted by relevance
/system/extras/zram-perf/ |
D | zram-perf.cpp | 19 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/core/toolbox/ |
D | r.c | 70 void* page = mmap64(0, mmap_size, PROT_READ | PROT_WRITE, in main() local
|
/system/bt/stack/avrc/ |
D | avrc_opt.cc | 136 uint16_t AVRC_SubCmd(uint8_t handle, uint8_t label, uint8_t page) { in AVRC_SubCmd()
|
/system/extras/pagecache/ |
D | dumpcache.c | 93 unsigned int page = 0; in store_num_cached() local
|
/system/core/libmemunreachable/ |
D | HeapWalker.cpp | 178 void* page = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(addr) & ~(page_size - 1)); in MapOverPage() local
|
D | Allocator.cpp | 259 unsigned int page = n * allocation_size_ / kPageSize; in Alloc() local
|
/system/bt/vendor_libs/test_vendor_lib/packets/link_layer/ |
D | link_layer_packet_builder.cc | 117 …red_ptr<LinkLayerPacketBuilder> LinkLayerPacketBuilder::WrapPage(std::unique_ptr<PageBuilder> page, in WrapPage()
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | link_layer_controller.cc | 558 PageView page = PageView::GetPage(incoming); in IncomingPagePacket() local 962 …std::unique_ptr<PageBuilder> page = PageBuilder::Create(properties_.GetClassOfDevice(), allow_role… in CreateConnection() local
|
/system/bt/vendor_libs/test_vendor_lib/packets/test/ |
D | link_layer_packet_builder_test.cc | 329 PageView page = PageView::GetPage(view); in TEST_F() local
|
/system/bt/stack/include/ |
D | avrc_defs.h | 899 uint8_t page; /* Specifies which part of the subunit type table is member
|