Searched refs:lh (Results 1 – 2 of 2) sorted by relevance
529 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {530 return lh.peeku() < rh.peeku();535 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {536 return lh.peeku() <= rh.peeku();541 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {542 return lh.peeku() > rh.peeku();547 constexpr bool operator()(const ::c2_cntr_t<T> &lh, const ::c2_cntr_t<T> &rh) const {548 return lh.peeku() >= rh.peeku();
556 size_t ll,lh; in ReadSectionsFromBuffer() local581 lh = buffer[pos++]; in ReadSectionsFromBuffer()584 itemlen = (lh << 8) | ll; in ReadSectionsFromBuffer()601 Data[0] = (unsigned char)lh; in ReadSectionsFromBuffer()