Home
last modified time | relevance | path

Searched refs:numPages (Results 1 - 6 of 6) sorted by relevance

/third_party/cups-filters/filter/pdftopdf/
H A Dpdftopdf_processor.cc116 // empty pages must be added for output values >=numPages
117 std::vector<int> bookletShuffle(int numPages,int signature) // {{{ in bookletShuffle() argument
120 signature=(numPages+3)&~0x3; in bookletShuffle()
125 ret.reserve(numPages+signature-1); in bookletShuffle()
128 while (curpage<numPages) { in bookletShuffle()
179 const int numPages=std::max(shuffle.size(),pages.size()); in processPDFTOPDF() local
322 for (int iA=0;iA<numPages;iA++) { in processPDFTOPDF()
H A Dpdftopdf_processor.h169 std::vector<int> bookletShuffle(int numPages,int signature=-1);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.hpp133 const size_t numPages = (numElements >> ELEMENTS_PER_PAGE_LOG2) + ((numElements & ((1u<<ELEMENTS_PER_PAGE_LOG2)-1u)) == 0 ? 0 : 1); in LazyResource() local
138 m_isPageResident.resize(numPages, false); in LazyResource()
/third_party/typescript/tests/baselines/reference/
H A DkeyofInferenceLowerPriorityThanReturn.js37 readonly numPages: number | null;
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h265 * (ppn==0, numPages==0)
268 * (ppn != 0, numPages != 0)
273 * (ppn != 0, numPages == 0)
305 uint32 numPages; member
1813 uint32 numPages; member
1857 uint32 numPages; /* number of pages to remap */ member
H A Dsvga3d_cmd.h2128 uint32 numPages; member

Completed in 10 milliseconds