Home
last modified time | relevance | path

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

/dports/archivers/lizard/lizard-1.0/lib/
H A Dlizard_compress.c132 ctx->offset16Ptr = ctx->offset16Base; in Lizard_initBlock()
192 uint32_t offset16Len = (uint32_t)(ctx->offset16Ptr - ctx->offset16Base); in Lizard_writeBlock()
209 …res = Lizard_writeStream(ctx->huffType&LIZARD_FLAG_OFFSET16, ctx, ctx->offset16Base, offset16Len, … in Lizard_writeBlock()
382 ctx->offset16Base = ctx->lenEnd = ctx->lenBase + LIZARD_BLOCK_SIZE_PAD; in Lizard_initStream()
383 ctx->offset24Base = ctx->offset16End = ctx->offset16Base + LIZARD_BLOCK_SIZE_PAD; in Lizard_initStream()
H A Dlizard_common.h168 BYTE* offset16Base; member