Home
last modified time | relevance | path

Searched refs:DState (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h466 DState; typedef
509 BZ2_decompress ( DState* );
H A Dbzlib.c548 DState* s; in BZ_API()
559 s = BZALLOC( sizeof(DState) ); in BZ_API()
584 void unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
741 void unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
838 DState* s; in BZ_API()
893 DState* s; in BZ_API()
H A Dbzlib_decompress.c70 void makeMaps_d ( DState* s ) in makeMaps_d()
149 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()