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
defs:Sz
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H
A
D
MemAlloc.h
25
LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_malloc(size_t
Sz
) {
in safe_malloc()
argument
52
LLVM_ATTRIBUTE_RETURNS_NONNULL inline void *safe_realloc(void *Ptr, size_t
Sz
) {
in safe_realloc()
argument
38
safe_calloc(size_t Count, size_t
Sz
)
safe_calloc()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/
H
A
D
Record.cpp
84
BitsRecTy *BitsRecTy::get(unsigned
Sz
) {
in get()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H
A
D
SourceMgr.cpp
80
size_t
Sz
= Buffer->getBufferSize();
in getLineNumber()
local
133
size_t
Sz
= SB.Buffer->getBufferSize();
in getLineAndColumn()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMMachineFunctionInfo.h
250
void setPromotedConstpoolIncrease(int
Sz
) {
in setPromotedConstpoolIncrease()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H
A
D
LoadStoreVectorizer.cpp
959
unsigned
Sz
= DL.getTypeSizeInBits(StoreTy);
in vectorizeStoreChain()
local
1110
unsigned
Sz
= DL.getTypeSizeInBits(LoadTy);
in vectorizeLoadChain()
local
[all...]
/third_party/ffmpeg/libavfilter/
H
A
D
vf_ciescope.c
945
#define
Sz
(x) (((x) * (int)FFMIN(w, h)) / 512)
macro
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/
H
A
D
Record.h
121
explicit BitsRecTy(unsigned
Sz
) : RecTy(BitsRecTyKind), Size(
Sz
) {}
in BitsRecTy()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCISelLowering.cpp
4072
unsigned
Sz
= ObjectVT.getSimpleVT().SimpleTy == MVT::v4f32 ? 16 : 32;
in LowerFormalArguments_64SVR4()
local
Completed in 39 milliseconds