Searched refs:safe_code (Results 1 – 1 of 1) sorted by relevance
117 pdfium::base::CheckedNumeric<uint32_t> safe_code = *next_in++; in Decode() local118 safe_code <<= bits_left; in Decode()119 safe_code |= code_store; in Decode()120 if (!safe_code.IsValid()) { in Decode()127 code_store = safe_code.ValueOrDie(); in Decode()