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_STREAM_RC
(Results
1 - 4
of
4
) sorted by relevance
/third_party/lzma/C/
H
A
D
Bcj2.c
19
p->state =
BCJ2_STREAM_RC
; // BCJ2_DEC_STATE_OK;
in Bcj2Dec_Init()
40
if (p->bufs[
BCJ2_STREAM_RC
] == p->lims[
BCJ2_STREAM_RC
])
in Bcj2Dec_Decode()
42
p->state =
BCJ2_STREAM_RC
;
in Bcj2Dec_Decode()
45
code = (code << 8) | *(p->bufs[
BCJ2_STREAM_RC
])++;
in Bcj2Dec_Decode()
100
if (p->bufs[
BCJ2_STREAM_RC
] == p->lims[
BCJ2_STREAM_RC
])
in Bcj2Dec_Decode()
102
p->state =
BCJ2_STREAM_RC
;
in Bcj2Dec_Decode()
107
p->code = (p->code << 8) | *(p->bufs[
BCJ2_STREAM_RC
])++;
in Bcj2Dec_Decode()
276
if (p->range < kTopValue && p->bufs[
BCJ2_STREAM_RC
] !
in Bcj2Dec_Decode()
[all...]
H
A
D
Bcj2Enc.c
61
Byte *buf = p->bufs[
BCJ2_STREAM_RC
];
in Bcj2_RangeEnc_ShiftLow()
64
if (buf == p->lims[
BCJ2_STREAM_RC
])
in Bcj2_RangeEnc_ShiftLow()
66
p->state =
BCJ2_STREAM_RC
;
in Bcj2_RangeEnc_ShiftLow()
67
p->bufs[
BCJ2_STREAM_RC
] = buf;
in Bcj2_RangeEnc_ShiftLow()
74
p->bufs[
BCJ2_STREAM_RC
] = buf;
in Bcj2_RangeEnc_ShiftLow()
H
A
D
Bcj2.h
18
BCJ2_STREAM_RC
enumerator
120
SZ_ERROR_DATA : if data in 5 starting bytes of
BCJ2_STREAM_RC
stream are not correct
/third_party/lzma/CPP/7zip/Compress/
H
A
D
Bcj2Coder.cpp
215
if (enc.state ==
BCJ2_STREAM_RC
)
in CodeReal()
389
(size_t)(enc.bufs[
BCJ2_STREAM_RC
] - _bufs[
BCJ2_STREAM_RC
]);
in CodeReal()
600
_readSizes[
BCJ2_STREAM_RC
] - (size_t)(
in Code()
601
dec.lims[
BCJ2_STREAM_RC
] -
in Code()
602
dec.bufs[
BCJ2_STREAM_RC
]);
in Code()
707
But
BCJ2_STREAM_RC
stream always is not empty.
in Read()
Completed in 4 milliseconds