Searched refs:code_end_ (Results 1 – 2 of 2) sorted by relevance
33 code_end_(static_cast<uint16_t>((1 << code_exp) + 1)), in CFX_LZWDecompressor()97 if (code == code_end_) { in Decode()142 code_next_ = code_end_ + 1; in ClearTable()
51 uint16_t code_end_; variable