HomeSort by relevance Sort by last modified time
    Searched defs:page_start (Results 1 - 12 of 12) sorted by null

  /cts/tests/tests/jni/libjnitest/
android_jni_cts_BasicLoaderTest.cpp 53 uintptr_t page_start = reinterpret_cast<uintptr_t>(taxicab_number) & ~(PAGE_SIZE - 1); local
54 if (mprotect(reinterpret_cast<void*>(page_start), PAGE_SIZE, PROT_NONE) == 0) {
  /external/pdfium/core/fpdfapi/parser/
cpdf_hint_tables_unittest.cpp 51 FX_FILESIZE page_start = 0; local
56 hint_tables->GetPagePos(0, &page_start, &page_length, &page_obj_num));
57 EXPECT_EQ(777, page_start);
62 hint_tables->GetPagePos(1, &page_start, &page_length, &page_obj_num));
63 EXPECT_EQ(5105, page_start);
68 hint_tables->GetPagePos(2, &page_start, &page_length, &page_obj_num));
  /external/perfetto/src/tracing/core/
shared_memory_abi_unittest.cc 81 uint8_t* const page_start = buf() + page_idx * page_size(); local
82 uint8_t* const page_end = page_start + page_size();
116 ASSERT_GT(chunk.begin(), page_start);
shared_memory_abi.cc 140 Chunk chunk(page_start(page_idx) + chunk_offset_in_page, chunk_size,
302 uint8_t* page_start = start_ + page_idx * page_size_; local
306 int ret = madvise(reinterpret_cast<uint8_t*>(page_start), page_size_,
  /bionic/linker/
linker_allocator.cpp 124 void* page_start = reinterpret_cast<void*>(page_record->page_addr); local
125 void* page_end = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(page_start) + PAGE_SIZE);
128 free_blocks_list_ > page_start &&
136 while (current->next > page_start && current->next < page_end) {
143 munmap(page_start, PAGE_SIZE);
177 void* addr = reinterpret_cast<void*>(PAGE_START(reinterpret_cast<uintptr_t>(ptr)));
284 page_info* info = reinterpret_cast<page_info*>(PAGE_START(reinterpret_cast<size_t>(ptr)));
linker_utils.cpp 174 off64_t page_start(off64_t offset) { function
  /external/perfetto/include/perfetto/tracing/core/
shared_memory_abi.h 422 uint8_t* page_start(size_t page_idx) { function in namespace:perfetto
428 return reinterpret_cast<PageHeader*>(page_start(page_idx));
  /external/rmi4utils/rmidevice/
rmidevice.cpp 274 unsigned int page_start = RMI_DEVICE_PAGE_SIZE * page; local
275 unsigned int pdt_start = page_start + RMI_DEVICE_PAGE_SCAN_START;
276 unsigned int pdt_end = page_start + RMI_DEVICE_PAGE_SCAN_END;
288 RMIFunction func(entry, page_start, interruptCount);
  /toolchain/binutils/binutils-2.27/bfd/
elf32-epiphany.c 189 static unsigned long page_start = 0; local
304 page_start = PAGENO (search_addr);
305 page_end = page_start | 0x00003FFF;
309 if ((BASEADDR (sec) + sec->size >= page_start)
314 page_start, page_end))
elf32-ip2k.c 990 unsigned long page_start,
1005 if (BASEADDR (sec) + irel->r_offset < page_start)
1074 static unsigned long page_start = 0; local
    [all...]
  /bionic/tests/
dlfcn_test.cpp 843 uintptr_t page_start = reinterpret_cast<uintptr_t>(taxicab_number) & ~(PAGE_SIZE - 1); local
844 ASSERT_TRUE(mprotect(reinterpret_cast<void*>(page_start), PAGE_SIZE, PROT_NONE) != 0);
    [all...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 553 milliseconds