Home
last modified time | relevance | path

Searched refs:PageSize (Results 1 – 25 of 39) sorted by relevance

12

/third_party/cups-filters/ppd/
Dpxlmono.ppd37 *UIConstraints: *PageSize Executive *InputSlot Envelope
38 *UIConstraints: *PageSize Letter *InputSlot Envelope
39 *UIConstraints: *PageSize Legal *InputSlot Envelope
40 *UIConstraints: *PageSize Tabloid *InputSlot Envelope
41 *UIConstraints: *PageSize A3 *InputSlot Envelope
42 *UIConstraints: *PageSize A4 *InputSlot Envelope
43 *UIConstraints: *PageSize A5 *InputSlot Envelope
44 *UIConstraints: *PageSize B5 *InputSlot Envelope
46 *UIConstraints: *InputSlot Envelope *PageSize Executive
47 *UIConstraints: *InputSlot Envelope *PageSize Letter
[all …]
Dpxlcolor.ppd37 *UIConstraints: *PageSize Executive *InputSlot Envelope
38 *UIConstraints: *PageSize Letter *InputSlot Envelope
39 *UIConstraints: *PageSize Legal *InputSlot Envelope
40 *UIConstraints: *PageSize Tabloid *InputSlot Envelope
41 *UIConstraints: *PageSize A3 *InputSlot Envelope
42 *UIConstraints: *PageSize A4 *InputSlot Envelope
43 *UIConstraints: *PageSize A5 *InputSlot Envelope
44 *UIConstraints: *PageSize B5 *InputSlot Envelope
46 *UIConstraints: *InputSlot Envelope *PageSize Executive
47 *UIConstraints: *InputSlot Envelope *PageSize Letter
[all …]
DFuji_Xerox-DocuPrint_CM305_df-PDF.ppd46 *JCLOpenUI *PageSize/Page Size: PickOne
47 *OrderDependency: 100 JCLSetup *PageSize
49 *PageSize A4/A4: "@PJL SET PAPER=A4<0A>"
50 *PageSize A5/A5: "@PJL SET PAPER=A5<0A>"
51 *PageSize B5/B5: "@PJL SET PAPER=JISB5<0A>"
52 *PageSize Letter/Letter: "@PJL SET PAPER=LETTER<0A>"
53 *PageSize FanFoldGermanLegal/8.5 x 13: "@PJL SET PAPER=FOLIO<0A>"
54 *PageSize Legal/Legal: "@PJL SET PAPER=LEGAL<0A>"
55 *PageSize Executive/Executive: "@PJL SET PAPER=EXECUTIVE<0A>"
56 *PageSize EnvMonarch/Monarch: "@PJL SET PAPER=MONARCH<0A>"
[all …]
DGeneric-PDF_Printer-PDF.ppd45 *JCLOpenUI *PageSize/Page Size: PickOne
46 *OrderDependency: 100 JCLSetup *PageSize
48 *PageSize Letter/Letter: "@PJL SET PAPER=LETTER<0A>"
49 *PageSize Letter.Fullbleed/Letter (Borderless): "@PJL SET PAPER=LETTER<0A>"
50 *PageSize A4/A4: "@PJL SET PAPER=A4<0A>"
51 *PageSize A4.Fullbleed/A4 (Borderless): "@PJL SET PAPER=A4<0A>"
52 *PageSize A5/A5: "@PJL SET PAPER=A5<0A>"
53 *PageSize A5.Fullbleed/A5 (Borderless): "@PJL SET PAPER=A5<0A>"
54 *PageSize A6/A6: "@PJL SET PAPER=A6<0A>"
55 *PageSize A6.Fullbleed/A6 (Borderless): "@PJL SET PAPER=A6<0A>"
[all …]
DHP-Color_LaserJet_CM3530_MFP-PDF.ppd45 *JCLOpenUI *PageSize/Page Size: PickOne
46 *OrderDependency: 100 JCLSetup *PageSize
48 *PageSize Letter/Letter: "@PJL SET PAPER=LETTER<0A>"
49 *PageSize Letter.Fullbleed/Letter (Borderless): "@PJL SET PAPER=LETTER<0A>"
50 *PageSize A4/A4: "@PJL SET PAPER=A4<0A>"
51 *PageSize A4.Fullbleed/A4 (Borderless): "@PJL SET PAPER=A4<0A>"
52 *PageSize A5/A5: "@PJL SET PAPER=A5<0A>"
53 *PageSize A5.Fullbleed/A5 (Borderless): "@PJL SET PAPER=A5<0A>"
54 *PageSize A6/A6: "@PJL SET PAPER=A6<0A>"
55 *PageSize A6.Fullbleed/A6 (Borderless): "@PJL SET PAPER=A6<0A>"
[all …]
DRicoh-PDF_Printer-PDF.ppd45 *JCLOpenUI *PageSize/Page Size: PickOne
46 *OrderDependency: 100 JCLSetup *PageSize
48 *PageSize Letter/Letter: "@PJL SET FITTOPAGESIZE=LETTER<0A>"
49 *PageSize Letter.Fullbleed/Letter (Borderless): "@PJL SET FITTOPAGESIZE=LETTER<0A>"
50 *PageSize A4/A4: "@PJL SET FITTOPAGESIZE=A4<0A>"
51 *PageSize A4.Fullbleed/A4 (Borderless): "@PJL SET FITTOPAGESIZE=A4<0A>"
52 *PageSize A5/A5: "@PJL SET FITTOPAGESIZE=A5<0A>"
53 *PageSize A5.Fullbleed/A5 (Borderless): "@PJL SET FITTOPAGESIZE=A5<0A>"
54 *PageSize A6/A6: "@PJL SET FITTOPAGESIZE=A6<0A>"
55 *PageSize A6.Fullbleed/A6 (Borderless): "@PJL SET FITTOPAGESIZE=A6<0A>"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DOrcABISupport.cpp150 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
151 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
152 unsigned NumStubs = (NumPages * PageSize) / StubSize; in emitIndirectStubsBlock()
157 2 * NumPages * PageSize, nullptr, in emitIndirectStubsBlock()
164 sys::MemoryBlock StubsBlock(StubsMem.base(), NumPages * PageSize); in emitIndirectStubsBlock()
166 NumPages * PageSize, in emitIndirectStubsBlock()
167 NumPages * PageSize); in emitIndirectStubsBlock()
171 uint64_t PtrOffsetField = static_cast<uint64_t>(NumPages * PageSize) in emitIndirectStubsBlock()
232 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
233 unsigned NumPages = ((MinStubs * StubSize) + (PageSize - 1)) / PageSize; in emitIndirectStubsBlock()
[all …]
/third_party/cups-filters/drv/
Dcupsfilters.drv148 …CustomMedia "3x5/3x5" 216.00 360.00 0 0 0 0 "<</PageSize[216.00 360.00]/ImagingBBox null>>setpaged…
149 "<</PageSize[216.00 360.00]/ImagingBBox null>>setpagedevice"
150 …CustomMedia "EnvPersonal/EnvPersonal" 261.00 468.00 0 0 0 0 "<</PageSize[261.00 468.00]/ImagingBBo…
151 "<</PageSize[261.00 468.00]/ImagingBBox null>>setpagedevice"
152 …CustomMedia "EnvMonarch/EnvMonarch" 279.00 540.00 0 0 0 0 "<</PageSize[279.00 540.00]/ImagingBBox …
153 "<</PageSize[279.00 540.00]/ImagingBBox null>>setpagedevice"
154 …CustomMedia "Env9/Env9" 279.00 639.00 0 0 0 0 "<</PageSize[279.00 639.00]/ImagingBBox null>>setpag…
155 "<</PageSize[279.00 639.00]/ImagingBBox null>>setpagedevice"
156 …CustomMedia "4x6/4x6" 288.00 432.00 0 0 0 0 "<</PageSize[288.00 432.00]/ImagingBBox null>>setpaged…
157 "<</PageSize[288.00 432.00]/ImagingBBox null>>setpagedevice"
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DMemory.inc90 static const size_t PageSize = Process::getPageSize();
91 const size_t NumPages = (NumBytes+PageSize-1)/PageSize;
108 if (Start && Start % PageSize)
109 Start += PageSize - Start % PageSize;
111 void *Addr = ::mmap(reinterpret_cast<void*>(Start), PageSize*NumPages,
123 Result.Size = NumPages*PageSize;
147 static const size_t PageSize = Process::getPageSize();
156 uintptr_t Start = alignAddr((uint8_t *)M.Address - PageSize + 1, PageSize);
157 uintptr_t End = alignAddr((uint8_t *)M.Address + M.Size, PageSize);
179 static const size_t PageSize = Process::getPageSize();
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DMemory.inc116 static const size_t PageSize = Process::getPageSizeEstimate();
117 const size_t NumPages = (NumBytes+PageSize-1)/PageSize;
119 if (Start && Start % PageSize)
120 Start += PageSize - Start % PageSize;
123 void *Addr = ::mmap(reinterpret_cast<void *>(Start), PageSize*NumPages, Protect,
146 Result.AllocatedSize = PageSize*NumPages;
175 static const Align PageSize = Align(Process::getPageSizeEstimate());
183 uintptr_t Start = alignAddr((const uint8_t *)M.Address - PageSize.value() + 1, PageSize);
184 uintptr_t End = alignAddr((const uint8_t *)M.Address + M.AllocatedSize, PageSize);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp174 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local
177 (PageSize - ((uintptr_t)M.base() % PageSize)) % PageSize; in trimBlockToPageSize()
181 TrimmedSize -= TrimmedSize % PageSize; in trimBlockToPageSize()
186 assert(((uintptr_t)Trimmed.base() % PageSize) == 0); in trimBlockToPageSize()
187 assert((Trimmed.allocatedSize() % PageSize) == 0); in trimBlockToPageSize()
/third_party/cups-filters/filter/
Drastertops.c460 writeProlog(header.PageSize[0], header.PageSize[1]); in main()
476 writeStartPage(Page, header.PageSize[0], header.PageSize[1]); in main()
481 writeImage(header.PageSize[0], header.PageSize[1], in main()
Dpdftoraster.cxx1682 header.PageSize[1] = (unsigned)l; in outPage()
1684 header.PageSize[0] = (unsigned)l; in outPage()
1688 header.PageSize[0] = (unsigned)l; in outPage()
1690 header.PageSize[1] = (unsigned)l; in outPage()
1703 if (fabs(header.PageSize[1] - size->length) / size->length < 0.01 && in outPage()
1704 fabs(header.PageSize[0] - size->width) / size->width < 0.01 && in outPage()
1714 if (fabs(header.PageSize[1] - size->top + size->bottom) / in outPage()
1716 fabs(header.PageSize[0] - size->right + size->left) / in outPage()
1750 if (fabs(header.PageSize[0] - size->length) / size->length < 0.01 && in outPage()
1751 fabs(header.PageSize[1] - size->width) / size->width < 0.01 && in outPage()
[all …]
Dmupdftoraster.c362 h.cupsWidth = h.HWResolution[0] * h.PageSize[0] / 72; in main()
363 h.cupsHeight = h.HWResolution[1] * h.PageSize[1] / 72; in main()
394 h.cupsWidth = h.HWResolution[0] * h.PageSize[0] / 72; in main()
395 h.cupsHeight = h.HWResolution[1] * h.PageSize[1] / 72; in main()
Drastertoescpx.c182 fprintf(stderr, "DEBUG: PageSize = [ %d %d ]\n", header->PageSize[0], in StartPage()
183 header->PageSize[1]); in StartPage()
506 switch (header->PageSize[1]) in StartPage()
599 i = 360 * header->PageSize[0] / 72; in StartPage()
602 i = 360 * header->PageSize[1] / 72; in StartPage()
691 PrinterLength = header->PageSize[1] * header->HWResolution[1] / 72; in StartPage()
701 i = header->PageSize[0] * header->HWResolution[1] / 72; in StartPage()
707 i = header->PageSize[1] * header->HWResolution[1] / 72; in StartPage()
Drastertopclx.c170 fprintf(stderr, "DEBUG: PageSize = [ %d %d ]\n", header->PageSize[0], in StartPage()
171 header->PageSize[1]); in StartPage()
547 printf("@PJL SET PAPERLENGTH=%d\r\n", header->PageSize[1] * 10); in StartPage()
548 printf("@PJL SET PAPERWIDTH=%d\r\n", header->PageSize[0] * 10); in StartPage()
614 pcl_set_media_size(ppd, header->PageSize[0], header->PageSize[1]); in StartPage()
Dgstoraster.c262 snprintf(tmpstr, sizeof(tmpstr), "-dDEVICEWIDTHPOINTS=%d",h->PageSize[0]); in add_pdf_header_options()
264 snprintf(tmpstr, sizeof(tmpstr), "-dDEVICEHEIGHTPOINTS=%d",h->PageSize[1]); in add_pdf_header_options()
946 h.cupsWidth = h.HWResolution[0] * h.PageSize[0] / 72; in main()
947 h.cupsHeight = h.HWResolution[1] * h.PageSize[1] / 72; in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DProcess.h57 if (auto PageSize = getPageSize()) in getPageSizeEstimate() local
58 return *PageSize; in getPageSizeEstimate()
60 consumeError(PageSize.takeError()); in getPageSizeEstimate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
DMemoryBuffer.cpp287 int PageSize, in shouldUseMmap() argument
297 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize) in shouldUseMmap()
324 if ((FileSize & (PageSize -1)) == 0) in shouldUseMmap()
342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl() local
368 PageSize, IsVolatileSize)) { in getOpenFileImpl()
/third_party/cups-filters/cupsfilters/
Draster.c615 h->PageSize[0] = size_found->width * 72 / 2540; in cupsRasterParseIPPOptions()
616 h->PageSize[1] = size_found->length * 72 / 2540; in cupsRasterParseIPPOptions()
639 h->PageSize[0] = 612; in cupsRasterParseIPPOptions()
640 h->PageSize[1] = 792; in cupsRasterParseIPPOptions()
703 h->ImagingBoundingBox[2] = h->PageSize[0] - (int)size; in cupsRasterParseIPPOptions()
708 h->ImagingBoundingBox[2] = h->PageSize[0]; in cupsRasterParseIPPOptions()
715 h->ImagingBoundingBox[3] = h->PageSize[1] - (int)size; in cupsRasterParseIPPOptions()
720 h->ImagingBoundingBox[3] = h->PageSize[1]; in cupsRasterParseIPPOptions()
779 h->cupsWidth = h->HWResolution[0] * h->PageSize[0] / 72; in cupsRasterParseIPPOptions()
780 h->cupsHeight = h->HWResolution[1] * h->PageSize[1] / 72; in cupsRasterParseIPPOptions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DMemoryBuffer.cpp313 int PageSize, in shouldUseMmap() argument
323 if (MapSize < 4 * 4096 || MapSize < (unsigned)PageSize) in shouldUseMmap()
349 if ((FileSize & (PageSize -1)) == 0) in shouldUseMmap()
421 static int PageSize = sys::Process::getPageSizeEstimate(); in getOpenFileImpl() local
447 PageSize, IsVolatile)) { in getOpenFileImpl()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp60 const uint32_t PageSize = 1 << PageSizeLog2; // 64KB variable
249 HeapBreak = (WASM_DATA_SIZE + PageSize - 1) & ~(PageSize - 1); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DImplicitNullChecks.cpp64 static cl::opt<int> PageSize("imp-null-check-page-size", variable
376 -PageSize < Offset && Offset < PageSize)) in isSuitableMemoryOp()
/third_party/node/deps/v8/src/heap/
Dmemory-allocator.cc342 PageSize page_size) { in AllocateUninitializedChunk()
547 AllocateUninitializedChunk(space, size, executable, PageSize::kRegular); in AllocatePage()
569 PageSize::kRegular); in AllocateReadOnlyPage()
587 PageSize::kLarge); in AllocateLargePage()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DOrcRemoteTargetServer.h338 uint32_t PageSize = sys::Process::getPageSizeEstimate(); in handleGetRemoteInfo() local
344 << " page size = " << PageSize << "\n" in handleGetRemoteInfo()
348 return std::make_tuple(ProcessTriple, PointerSize, PageSize, TrampolineSize, in handleGetRemoteInfo()

12