Home
last modified time | relevance | path

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

/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_compress.c133 ctx->offset24Ptr = ctx->offset24Base; in Lizard_initBlock()
193 uint32_t offset24Len = (uint32_t)(ctx->offset24Ptr - ctx->offset24Base); in Lizard_writeBlock()
212 …res = Lizard_writeStream(ctx->huffType&LIZARD_FLAG_OFFSET24, ctx, ctx->offset24Base, offset24Len, … in Lizard_writeBlock()
383 ctx->offset24Base = ctx->offset16End = ctx->offset16Base + LIZARD_BLOCK_SIZE_PAD; in Lizard_initStream()
384 ctx->huffBase = ctx->offset24End = ctx->offset24Base + LIZARD_BLOCK_SIZE_PAD; in Lizard_initStream()
H A Dlizard_common.h169 BYTE* offset24Base; member