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:decodeSize
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/src/android/
H
A
D
SkAnimatedImage.cpp
88
auto
decodeSize
= scaledSize;
in SkAnimatedImage()
local
89
fSampleSize = fCodec->computeSampleSize(&
decodeSize
);
in SkAnimatedImage()
90
fDecodeInfo = fDecodeInfo.makeDimensions(
decodeSize
);
in SkAnimatedImage()
/third_party/lz4/programs/
H
A
D
lz4io.c
993
{ int const
decodeSize
= LZ4_decompress_safe(in_buff, out_buff, (int)blockSize, LEGACY_BLOCKSIZE);
in LZ4IO_decodeLegacyStream()
local
994
if (
decodeSize
< 0) END_PROCESS(54, "Decoding Failed ! Corrupted input detected !");
in LZ4IO_decodeLegacyStream()
995
streamSize += (unsigned long long)
decodeSize
;
in LZ4IO_decodeLegacyStream()
997
storedSkips = LZ4IO_fwriteSparse(foutput, out_buff, (size_t)
decodeSize
, prefs->sparseFileSupport, storedSkips); /* success or die */
in LZ4IO_decodeLegacyStream()
Completed in 4 milliseconds