Searched defs:compare_range (Results 1 – 4 of 4) sorted by relevance
43 struct compare_range { struct44 bool operator()(const Range& a, const Range& b) const { return a.end <= b.begin; } in operator()
33 template <class X1, class X2> void compare_range(X1 const& x1, X2 const& x2) in compare_range() function
82 bool compare_range(VmaRange& a, VmaRange& b) { in compare_range() function
539 static int compare_range(const uint8_t *wantbuf, const uint8_t *havebuf, unsigned int start, unsign… in compare_range() function