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

  /external/chromium_org/third_party/tcmalloc/chromium/src/
pagemap.h 222 size_t last_page = ContainingPage(x + n - 1); local
228 if (first_page == last_page) return true;
231 if (first_page == last_page) return true;
236 if (IsCommitted(last_page)) {
237 if (first_page == last_page) return true;
238 --last_page;
239 if (IsCommitted(last_page)) {
240 if (first_page == last_page) return true;
241 --last_page;
245 ASSERT(!IsCommitted(last_page));
    [all...]
  /bionic/libc/kernel/common/linux/
swap.h 46 __u32 last_page; member in struct:swap_header::__anon561
  /system/core/toolbox/
mkswap.c 13 uint32_t last_page; member in struct:linux_swap_header
63 sw_hdr.last_page = (swap_size / pagesize) - 1;
  /external/kernel-headers/original/linux/
swap.h 60 __u32 last_page; member in struct:swap_header::__anon21987
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 280 short first_page, last_page; member in struct:snd_trident_memblk_arg
emu10k1.h 1342 int first_page, last_page, pages, mapped_page; member in struct:snd_emu10k1_memblk
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
trident.h 280 short first_page, last_page; member in struct:snd_trident_memblk_arg
emu10k1.h 1342 int first_page, last_page, pages, mapped_page; member in struct:snd_emu10k1_memblk
    [all...]
  /external/stressapptest/src/
sat.cc 360 uint64 last_page = 0; local
372 last_page = i * 4096;
375 logprintf(4, "Log: %#016llx - %#016llx\n", last_page, (i * 4096) - 1);
    [all...]
  /external/v8/src/
spaces.cc 1371 NewSpacePage* last_page = anchor()->prev_page(); local
    [all...]
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 273 'first_page', 'last_page', 'last', 'length', 'new', 'page_count',
  /external/chromium_org/v8/src/
spaces.cc 1569 NewSpacePage* last_page = anchor()->prev_page(); local
    [all...]

Completed in 283 milliseconds