Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:numPages
(Results
1 - 6
of
6
) sorted by relevance
/third_party/cups-filters/filter/pdftopdf/
H
A
D
pdftopdf_processor.cc
116
// 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
D
pdftopdf_processor.h
169
std::vector<int> bookletShuffle(int
numPages
,int signature=-1);
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H
A
D
vkBinaryRegistry.hpp
133
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
D
keyofInferenceLowerPriorityThanReturn.js
37
readonly
numPages
: number | null;
/third_party/mesa3d/src/gallium/drivers/svga/include/
H
A
D
svga_reg.h
265
* (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
D
svga3d_cmd.h
2128
uint32
numPages
;
member
Completed in 10 milliseconds