HomeSort by relevance Sort by last modified time
    Searched full:pagesize (Results 176 - 200 of 452) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/arch-x86_64/string/
ssse3-strcmp-slm.S 239 sub $0x1000, %r10 /* subtract 4K pagesize */
354 sub $0x1000, %r10 /* subtract 4K pagesize */
464 sub $0x1000, %r10 /* subtract 4K pagesize */
574 sub $0x1000, %r10 /* subtract 4K pagesize */
684 sub $0x1000, %r10 /* subtract 4K pagesize */
794 sub $0x1000, %r10 /* subtract 4K pagesize */
904 sub $0x1000, %r10 /* subtract 4K pagesize */
1014 sub $0x1000, %r10 /* subtract 4K pagesize */
1124 sub $0x1000, %r10 /* subtract 4K pagesize */
1234 sub $0x1000, %r10 /* subtract 4K pagesize */
    [all...]
  /external/autotest/client/tools/
html_report.py 468 copy(args,this.tabledata[o.id],"stripeclass","ignorehiddenrows","useinnertext","sorttype","col","desc","page","pagesize");
767 if (tdata.pagesize) {
    [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 742 size_t pageSize = 0;
753 pageSize = (size_t) sysconf(_SC_PAGE_SIZE);
754 if (size > SIZE_MAX - (pageSize * 2)) {
757 allocSize = (size + pageSize * 2) & ~(pageSize - 1);
778 mprotect((char*)params + allocSize - pageSize, pageSize, PROT_NONE);
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 173 size_t pagesize = static_cast<size_t>(sysconf_result); local
174 CHECK_GE(sizeof(pagesize), sizeof(sysconf_result));
175 void* mapping = mmap(NULL, pagesize, PROT_READ, MAP_SHARED, fd.get(), 0);
177 if (mprotect(mapping, pagesize, PROT_READ | PROT_EXEC) == 0)
179 munmap(mapping, pagesize);
  /frameworks/base/media/java/android/service/media/
MediaBrowserService.java 680 int pageSize = options.getInt(MediaBrowser.EXTRA_PAGE_SIZE, -1);
681 if (page == -1 && pageSize == -1) {
684 int fromIndex = pageSize * page;
685 int toIndex = fromIndex + pageSize;
686 if (page < 0 || pageSize < 1 || fromIndex >= list.size()) {
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
win_platform_backend.py 139 return performance_info.CommitTotal * performance_info.PageSize / 1024
144 return performance_info.PhysicalTotal * performance_info.PageSize / 1024
282 ('PageSize', ctypes.c_size_t),
  /external/llvm/lib/CodeGen/
ImplicitNullChecks.cpp 49 static cl::opt<unsigned> PageSize("imp-null-check-page-size",
298 // 1. %RAX is null: since we constrain <offset> to be less than PageSize, the
330 Offset < PageSize && MI->getDesc().getNumDefs() <= 1 &&
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 34 PageCache(size_t pageSize);
66 PageCache::PageCache(size_t pageSize)
67 : mPageSize(pageSize),
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mturk/
connection.py 292 'PageSize': page_size,
340 'PageSize': page_size,
406 'PageSize': page_size,
713 'PageSize': page_size,
775 'PageSize': page_size,
    [all...]
  /external/compiler-rt/lib/asan/
asan_thread.cc 86 uptr PageSize = GetPageSizeCached();
87 uptr size = RoundUpTo(sizeof(AsanThread), PageSize);
  /external/elfutils/libebl/
eblstrtab.c 83 /* Cache for the pagesize. */
122 /* Allocate nearest multiple of pagesize >= len. */
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 
  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 34 __u32 pagesize; member in struct:tag_core
  /development/ndk/platforms/android-21/arch-arm/include/asm/
setup.h 34 __u32 pagesize; member in struct:tag_core
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 245 unsigned long pagesize; member in struct:nand_flash_dev
  /external/dlmalloc/
malloc.h 197 Equivalent to memalign(pagesize, n), where pagesize is the page
198 size of the system. If the pagesize is unknown, 4096 is used.
455 round up n to nearest pagesize.
  /external/elfutils/tests/
run-readelf-vmcoreinfo.sh 64 PAGESIZE=4096
  /external/kernel-headers/original/uapi/linux/
mic_common.h 123 * This is pagesize for historical reasons.
virtio_pci.h 92 * x86 pagesize again. */
  /external/v8/test/cctest/heap/
test-spaces.cc 208 const int pageSize = Page::kPageSize;
214 const size_t code_range_size = 4 * pageSize;
225 size_t request_size = code_range_size - 2 * pageSize;
233 request_size = code_range_size - pageSize;
    [all...]
  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 134 Page* newPage(size_t pageSize);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
malloc.h 80 __size to nearest pagesize. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
malloc.h 89 __size to nearest pagesize. */
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/mtd/
nand.h 245 unsigned long pagesize; member in struct:nand_flash_dev

Completed in 800 milliseconds

1 2 3 4 5 6 78 91011>>