Searched refs:LZCompFlags (Results 1 – 1 of 1) sorted by relevance
68 u8 LZCompFlags; // Flag sequence indicating whether there is a compression in CompressLZImpl() local101 LZCompFlags = 0; in CompressLZImpl()108 LZCompFlags <<= 1; // No meaning for the first time (i=0) in CompressLZImpl()119 LZCompFlags |= 0x1; in CompressLZImpl()172 *LZCompFlagsp = LZCompFlags; // Store flag series in CompressLZImpl()