OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bcj
(Results
1 - 4
of
4
) sorted by null
/external/squashfs-tools/squashfs-tools/
xz_wrapper.c
34
static struct
bcj
bcj
[] = {
variable in typeref:struct:bcj
81
for(i = 0;
bcj
[i].name; i++) {
82
int n = strlen(
bcj
[i].name);
83
if((strncmp(name,
bcj
[i].name, n) == 0) &&
86
if(
bcj
[i].selected == 0) {
87
bcj
[i].selected = 1;
94
if(
bcj
[i].name == NULL) {
244
for(i = 0;
bcj
[i].name; i++)
245
flags |=
bcj
[i].selected << i
[
all
...]
xz_wrapper.h
48
struct
bcj
{
struct
/external/lzma/xz-embedded/
xz_dec_stream.c
145
struct xz_dec_bcj *
bcj
;
member in struct:xz_dec
238
ret = xz_dec_bcj_run(s->
bcj
, s->lzma2, b);
519
/* If there are two filters, the first one must be a
BCJ
filter. */
525
ret = xz_dec_bcj_reset(s->
bcj
, s->temp.buf[s->temp.pos++]);
805
s->
bcj
= xz_dec_bcj_create(DEC_IS_SINGLE(mode));
806
if (s->
bcj
== NULL)
819
xz_dec_bcj_end(s->
bcj
);
843
xz_dec_bcj_end(s->
bcj
);
/external/toybox/toys/pending/
xzcat.c
308
/* Uncomment as needed to enable
BCJ
filter decoders.
379
* If any of the
BCJ
filter decoders are wanted, define XZ_DEC_BCJ.
380
* XZ_DEC_BCJ is used to enable generic support for
BCJ
decoders.
416
* Branch/Call/Jump (
BCJ
) filter decoders
418
* convenient when building without support for any
BCJ
filters.
423
/* Type of the
BCJ
filter being used */
479
* Decode the Filter ID of a
BCJ
filter. This implementation doesn't
487
* Decode raw
BCJ
+ LZMA2 stream. This must be used only if there actually is
488
* a
BCJ
filter in the chain. If the chain has only LZMA2, xz_dec_lzma2_run()
755
* Apply the selected
BCJ
filter. Update *pos and s->pos to match the amoun
2470
struct xz_dec_
bcj
*
bcj
;
member in struct:xz_dec
[
all
...]
Completed in 75 milliseconds