Searched refs:BitStream (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/bzip2/
H A Dbzip2recover.c150 BitStream; typedef in typeref:struct:__anon15
154 static BitStream* bsOpenReadStream ( FILE* stream )
156 BitStream *bs = malloc ( sizeof(BitStream) );
157 if (bs == NULL) mallocFail ( sizeof(BitStream) );
167 static BitStream* bsOpenWriteStream ( FILE* stream )
169 BitStream *bs = malloc ( sizeof(BitStream) );
170 if (bs == NULL) mallocFail ( sizeof(BitStream) );
180 static void bsPutBit ( BitStream* b
[all...]

Completed in 92 milliseconds