Searched refs:lhs (Results 1 – 2 of 2) sorted by relevance
115 bool operator() (const struct Record* lhs, const struct Record* rhs) const { in operator()116 return lhs->time > rhs->time; in operator()
111 const struct copybit_rect_t *lhs, in intersect() argument113 out->l = max(lhs->l, rhs->l); in intersect()114 out->t = max(lhs->t, rhs->t); in intersect()115 out->r = min(lhs->r, rhs->r); in intersect()116 out->b = min(lhs->b, rhs->b); in intersect()