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:c_stream
(Results
1 - 2
of
2
) sorted by relevance
/test/xts/acts/bundlemanager/zlib/actszlibndktest/entry/src/main/cpp/
H
A
D
zlibndk.cpp
156
z_stream
c_stream
;
in Deflate()
local
159
c_stream
.zalloc = nullptr;
in Deflate()
160
c_stream
.zfree = nullptr;
in Deflate()
161
c_stream
.opaque = nullptr;
in Deflate()
162
err = deflateInit(&
c_stream
, Z_DEFAULT_COMPRESSION);
in Deflate()
165
c_stream
.next_in = reinterpret_cast<z_const unsigned char *>(HELLO);
in Deflate()
166
c_stream
.next_out = comp;
in Deflate()
167
while (
c_stream
.total_in != len &&
c_stream
.total_out < compLen) {
in Deflate()
168
c_stream
in Deflate()
198
z_stream
c_stream
;
DeflateFullFlush()
local
1565
z_stream
c_stream
;
DeflateTune()
local
1596
z_stream
c_stream
;
DeflateSetHeader()
local
1625
z_stream
c_stream
;
DeflateSetDictionary()
local
1654
z_stream
c_stream
;
DeflateResetKeep()
local
1705
z_stream
c_stream
;
DeflateReset()
local
1756
z_stream
c_stream
;
DeflatePrime()
local
1798
z_stream
c_stream
;
DeflatePending()
local
1833
z_stream
c_stream
;
DeflateParams()
local
1880
z_stream
c_stream
;
DeflateInit2()
local
1907
z_stream
c_stream
;
DeflateGetDictionary()
local
1946
z_stream
c_stream
;
DeflateEnd()
local
[all...]
/test/xts/acts/bundlemanager/zlib/actszlibtest/
H
A
D
ActsZlibTest.cpp
216
z_stream
c_stream
; /* compression stream */
in HWTEST_F()
local
219
c_stream
.zalloc = nullptr;
in HWTEST_F()
220
c_stream
.zfree = nullptr;
in HWTEST_F()
221
c_stream
.opaque = nullptr;
in HWTEST_F()
222
err = deflateInit(&
c_stream
, Z_DEFAULT_COMPRESSION);
in HWTEST_F()
226
c_stream
.next_in = reinterpret_cast<z_const unsigned char *>(HELLO);
in HWTEST_F()
227
c_stream
.next_out = compr;
in HWTEST_F()
229
while (
c_stream
.total_in != len &&
c_stream
.total_out < comprLen) {
in HWTEST_F()
230
c_stream
in HWTEST_F()
308
z_stream
c_stream
; /* compression stream */
HWTEST_F()
local
408
z_stream
c_stream
; /* compression stream */
HWTEST_F()
local
489
z_stream
c_stream
; /* compression stream */
HWTEST_F()
local
649
z_stream
c_stream
; /* compression stream */
HWTEST_F()
local
[all...]
Completed in 7 milliseconds