OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xz_buf
(Results
1 - 8
of
8
) sorted by null
/external/lzma/xz-embedded/
xz.h
125
* struct
xz_buf
- Passing input and output buffers to XZ code
140
struct
xz_buf
{
struct
218
XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct
xz_buf
*b);
xz_private.h
123
struct
xz_buf
*b);
150
struct
xz_buf
*b);
xz_dec_stream.c
168
static bool fill_temp(struct xz_dec *s, struct
xz_buf
*b)
229
static enum xz_ret dec_block(struct xz_dec *s, struct
xz_buf
*b)
299
static void index_update(struct xz_dec *s, const struct
xz_buf
*b)
314
static enum xz_ret dec_index(struct xz_dec *s, struct
xz_buf
*b)
365
static enum xz_ret crc_validate(struct xz_dec *s, struct
xz_buf
*b,
390
static bool check_skip(struct xz_dec *s, struct
xz_buf
*b)
570
static enum xz_ret dec_main(struct xz_dec *s, struct
xz_buf
*b)
760
XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct
xz_buf
*b)
xz_dec_test.c
52
static struct
xz_buf
buffers = {
xz_dec_lzma2.c
286
static void dict_reset(struct dictionary *dict, struct
xz_buf
*b)
374
static void dict_uncompressed(struct dictionary *dict, struct
xz_buf
*b,
416
static uint32_t dict_flush(struct dictionary *dict, struct
xz_buf
*b)
449
static bool rc_read_init(struct rc_dec *rc, struct
xz_buf
*b)
846
static bool lzma2_lzma(struct xz_dec_lzma2 *s, struct
xz_buf
*b)
932
struct
xz_buf
*b)
xz_dec_bcj.c
50
/* Temporary space to hold the variables from struct
xz_buf
*/
399
static void bcj_flush(struct xz_dec_bcj *s, struct
xz_buf
*b)
419
struct
xz_buf
*b)
/system/update_engine/payload_consumer/
xz_extent_writer.cc
76
xz_buf
request;
/external/toybox/toys/pending/
xzcat.c
75
* struct
xz_buf
- Passing input and output buffers to XZ code
90
struct
xz_buf
{
struct
147
enum xz_ret xz_dec_run(struct xz_dec *s, struct
xz_buf
*b);
198
struct
xz_buf
b;
408
struct
xz_buf
*b);
450
/* Temporary space to hold the variables from struct
xz_buf
*/
493
struct
xz_buf
*b);
816
static void bcj_flush(struct xz_dec_bcj *s, struct
xz_buf
*b)
836
struct
xz_buf
*b)
[
all
...]
Completed in 42 milliseconds