Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_private.h192 #define BZ_INITIALISE_CRC(crcVar) \ macro
H A Dbzlib_decompress.c538 BZ_INITIALISE_CRC ( s->calculatedBlockCRC ); in BZ2_decompress()
H A Dbzlib.c175 BZ_INITIALISE_CRC ( s->blockCRC ); in prepare_new_block()