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

  /external/llvm/lib/Support/
MemoryBuffer.cpp 186 static int PageSize = sys::Process::GetPageSize();
190 uintptr_t RealStart = Start & ~(PageSize - 1);
236 int PageSize) {
268 if ((FileSize & (PageSize -1)) == 0)
279 static int PageSize = sys::Process::GetPageSize();
297 PageSize)) {
298 off_t RealMapOffset = Offset & ~(PageSize - 1);
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 234 static const off_t PageSize = 4096;
239 { return (pFileOffset + (PageSize - 1)) & ~ (PageSize - 1); }
244 { return pFileOffset & ~ (PageSize - 1); }
  /external/webkit/Source/WebCore/css/
CSSParser.h 300 PageSize,

Completed in 68 milliseconds