Searched refs:cur_low (Results 1 – 2 of 2) sorted by relevance
183 pdfium::base::CheckedNumeric<int> cur_low = low; in ParseFromCodedBuffer() local187 (static_cast<size_t>(RANGELEN[NTEMP]) >= 8 * sizeof(cur_low))) { in ParseFromCodedBuffer()190 RANGELOW[NTEMP] = cur_low.ValueOrDie(); in ParseFromCodedBuffer()195 cur_low += (1 << RANGELEN[NTEMP]); in ParseFromCodedBuffer()196 if (!cur_low.IsValid()) in ParseFromCodedBuffer()199 } while (cur_low.ValueOrDie() < high); in ParseFromCodedBuffer()
156 cur_low += mod_base178 cur_low += mod_base