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:defstream
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H
A
D
zlibndk.cpp
234
z_stream
defstream
;
in DeflateBound()
local
241
defstream
.zalloc = nullptr;
in DeflateBound()
242
defstream
.zfree = nullptr;
in DeflateBound()
243
defstream
.opaque = nullptr;
in DeflateBound()
244
defstream
.avail_in = static_cast<uInt>(inLen);
in DeflateBound()
245
defstream
.next_in = reinterpret_cast<Bytef *>(inBuf);
in DeflateBound()
246
defstream
.avail_out = static_cast<uInt>(outLen);
in DeflateBound()
247
defstream
.next_out = reinterpret_cast<Bytef *>(outBuf);
in DeflateBound()
248
err = deflateInit_(&
defstream
, Z_DEFAULT_COMPRESSION, ZLIB_VERSION, static_cast<int>(sizeof(z_stream)));
in DeflateBound()
250
uint32_t estimateLen = deflateBound(&
defstream
, inLe
in DeflateBound()
1857
z_stream
defstream
;
DeflateInit()
local
1973
z_stream
defstream
;
DeflateCopy()
local
[all...]
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H
A
D
ActsZlibTest.cpp
706
z_stream
defstream
;
in HWTEST_F()
local
713
defstream
.zalloc = nullptr;
in HWTEST_F()
714
defstream
.zfree = nullptr;
in HWTEST_F()
715
defstream
.opaque = nullptr;
in HWTEST_F()
716
defstream
.avail_in = static_cast<uInt>(inLen);
in HWTEST_F()
717
defstream
.next_in = reinterpret_cast<Bytef *>(inBuf);
in HWTEST_F()
718
defstream
.avail_out = static_cast<uInt>(outLen);
in HWTEST_F()
719
defstream
.next_out = reinterpret_cast<Bytef *>(outBuf);
in HWTEST_F()
720
err = deflateInit_(&
defstream
, Z_DEFAULT_COMPRESSION,
in HWTEST_F()
724
uint32_t estimateLen = deflateBound(&
defstream
, inLe
in HWTEST_F()
[all...]
Completed in 4 milliseconds