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:BCJ2_NUM_STREAMS
(Results
1 - 3
of
3
) sorted by relevance
/third_party/lzma/CPP/7zip/Compress/
H
A
D
Bcj2Coder.cpp
18
for (unsigned i = 0; i <
BCJ2_NUM_STREAMS
+ 1; i++)
in CBaseCoder()
28
for (unsigned i = 0; i <
BCJ2_NUM_STREAMS
+ 1; i++)
in ~CBaseCoder()
34
const unsigned num = allocForOrig ?
BCJ2_NUM_STREAMS
+ 1 :
BCJ2_NUM_STREAMS
;
in Alloc()
75
{ _bufsSizes_New[
BCJ2_NUM_STREAMS
] = size; return S_OK; }
in SetInBufSize()
141
if (numInStreams != 1 || numOutStreams !=
BCJ2_NUM_STREAMS
)
in CodeReal()
159
enc.src = _bufs[
BCJ2_NUM_STREAMS
];
in CodeReal()
162
for (unsigned i = 0; i <
BCJ2_NUM_STREAMS
; i++)
in CodeReal()
185
const Byte *srcLim_Read = _bufs[
BCJ2_NUM_STREAMS
];
in CodeReal()
208
if (enc.state <
BCJ2_NUM_STREAMS
)
in CodeReal()
[all...]
H
A
D
Bcj2Coder.h
18
Byte *_bufs[
BCJ2_NUM_STREAMS
+ 1];
19
UInt32 _bufsSizes[
BCJ2_NUM_STREAMS
+ 1];
20
UInt32 _bufsSizes_New[
BCJ2_NUM_STREAMS
+ 1];
62
HRESULT _readRes[
BCJ2_NUM_STREAMS
];
63
unsigned _extraSizes[
BCJ2_NUM_STREAMS
];
64
UInt64 _readSizes[
BCJ2_NUM_STREAMS
];
118
CMyComPtr<ISequentialInStream> _inStreams[
BCJ2_NUM_STREAMS
];
/third_party/lzma/C/
H
A
D
Bcj2.h
11
#define
BCJ2_NUM_STREAMS
4
macro
23
BCJ2_DEC_STATE_ORIG_0 =
BCJ2_NUM_STREAMS
,
34
BCJ2_ENC_STATE_ORIG =
BCJ2_NUM_STREAMS
,
95
const Byte *bufs[
BCJ2_NUM_STREAMS
];
96
const Byte *lims[
BCJ2_NUM_STREAMS
];
256
Byte *bufs[
BCJ2_NUM_STREAMS
];
257
const Byte *lims[
BCJ2_NUM_STREAMS
];
296
p->State <
BCJ2_NUM_STREAMS
: we need more buffer space for output stream
Completed in 2 milliseconds