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

  /bionic/linker/
linker_allocator.cpp 122 void* page_start = reinterpret_cast<void*>(page_record->page_addr); local
123 void* page_end = reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(page_start) + PAGE_SIZE);
126 free_blocks_list_ > page_start &&
134 while (current->next > page_start && current->next < page_end) {
141 munmap(page_start, PAGE_SIZE);
175 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/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.25/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...]
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 251 milliseconds