Home
last modified time | relevance | path

Searched refs:btype (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/lib/uzlib/
A Dtinflate.c544 d->btype = -1; in uzlib_uncompress_init()
558 if (d->btype == -1) { in uzlib_uncompress()
563 d->btype = tinf_read_bits(d, 2, 0); in uzlib_uncompress()
566 printf("Started new block: type=%d final=%d\n", d->btype, d->bfinal); in uzlib_uncompress()
569 if (d->btype == 1) { in uzlib_uncompress()
572 } else if (d->btype == 2) { in uzlib_uncompress()
582 switch (d->btype) in uzlib_uncompress()
A Duzlib.h112 int btype; member

Completed in 5 milliseconds