Searched refs:lo_ (Results 1 - 3 of 3) sorted by relevance

/external/regex-re2/re2/
H A Dprog.h53 kInstByteRange, // next (possible case-folded) byte must be in [lo_, hi_]
103 int lo() { DCHECK_EQ(opcode(), kInstByteRange); return lo_; }
118 return lo_ <= c && c <= hi_;
157 uint8 lo_; // byte range is lo_-hi_ inclusive member in struct:re2::Prog::Inst::__anon16415::__anon16416
H A Dprog.cc26 lo_ = lo & 0xFF;
73 lo_, hi_, out());
/external/deqp/framework/common/
H A DtcuInterval.hpp148 Interval (bool hasNaN_, double lo_, double hi_) argument
149 : m_hasNaN(hasNaN_), m_lo(lo_), m_hi(hi_) {}

Completed in 2140 milliseconds