HomeSort by relevance Sort by last modified time
    Searched full:pagesize (Results 151 - 175 of 425) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
xopen_lim.h 50 PAGESIZE
  /system/extras/libpagemap/
pm_kernel.c 54 ker->pagesize = getpagesize();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 94 def __init__(self, size=mmap.PAGESIZE):
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
heap.py 94 def __init__(self, size=mmap.PAGESIZE):
117 length = self._roundup(max(self._size, size), mmap.PAGESIZE)
  /external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp 84 size_t numSlots = bucket->pageSize / realSize;
107 size_t numSlots = page->bucket->pageSize / size;
528 size_t totalSlots = page->bucket->pageSize / (mediumSize + kExtraAllocSize);
543 totalSlots = page->bucket->pageSize / (smallSize + kExtraAllocSize);
560 totalSlots = page->bucket->pageSize / (verySmallSize + kExtraAllocSize);
616 if (bucket->pageSize < WTF::kPartitionPageSize)
  /external/stressapptest/src/
os.cc 342 int64 pagesize = sysconf(_SC_PAGESIZE); local
343 int64 physsize = pages * pagesize;
344 int64 avphyssize = avpages * pagesize;
349 if ((pages == -1) || (pagesize == -1)) {
365 minsize = ((pages * 85) / 100) * pagesize;
367 minsize = ((pages * 95) / 100) * pagesize - (192 * kMegabyte);
  /external/kernel-headers/original/linux/mtd/
nand.h 412 * @pagesize: Pagesize in bytes. Either 256 or 512 or 0
413 * If the pagesize is 0, then the real pagesize
423 unsigned long pagesize; member in struct:nand_flash_dev
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidateView.java 346 int pageSize = mDecInfo.mPageStart.get(mPageNo + 1)
348 if (mActiveCandInPage + 1 < pageSize) {
602 int pageSize = mDecInfo.mPageStart.get(mPageNo + 1) - pageStart;
603 if (mCandRects.size() < pageSize) {
610 for (int i = 0; i < pageSize; i++) {
  /external/chromium_org/third_party/sqlite/src/src/
pager.c 666 int pageSize; /* Number of bytes in a page */
    [all...]
test2.c 75 u32 pageSize;
94 pageSize = test_pagesize;
95 sqlite3PagerSetPagesize(pPager, &pageSize, -1);
btree.c     [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control.js 215 * @param {!print_preview.Size} pageSize New size of the document's pages.
217 setPageSize: function(pageSize) {
218 this.pageSize_ = pageSize;
  /frameworks/av/media/libstagefright/
NuCachedSource2.cpp 32 PageCache(size_t pageSize);
64 PageCache::PageCache(size_t pageSize)
65 : mPageSize(pageSize),
  /external/chromium_org/chrome/browser/resources/print_preview/
preview_generator.js 311 var pageSize = new print_preview.Size(
319 pageSize,
  /external/chromium_org/third_party/skia/include/pdf/
SkPDFDevice.h 52 * @param pageSize Page size in points.
69 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
  /external/chromium_org/tools/gyp/pylib/gyp/
MSVSUtil.py 166 """Insert a shim target that forces the linker to use 4KB pagesize PDBs.
169 limit for the 1KB pagesize PDBs created by the linker by default.
  /external/compiler-rt/lib/asan/
asan_thread.cc 76 uptr PageSize = GetPageSizeCached();
77 uptr size = RoundUpTo(sizeof(AsanThread), PageSize);
  /external/llvm/include/llvm/Support/
Process.h 118 size_t page_size() const { return PageSize; };
127 size_t PageSize;
  /external/skia/include/pdf/
SkPDFDevice.h 52 * @param pageSize Page size in points.
69 SK_API SkPDFDevice(const SkISize& pageSize, const SkISize& contentSize,
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 1633 static size_t pagesize = 0; variable
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 1008 * assuming a 16-byte quantum, 4kB pagesize, and default MALLOC_OPTIONS.
1041 static size_t pagesize; variable
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 1001 * assuming a 16-byte quantum, 4kB pagesize, and default MALLOC_OPTIONS.
1034 static size_t pagesize; variable
    [all...]
  /bionic/libc/upstream-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.
  /development/ndk/platforms/android-3/include/linux/mtd/
nand.h 245 unsigned long pagesize; member in struct:nand_flash_dev

Completed in 2282 milliseconds

1 2 3 4 5 67 8 91011>>