Home
last modified time | relevance | path

Searched defs:compare_range (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/system/memory/libmemunreachable/
DHeapWalker.h43 struct compare_range { struct
44 bool operator()(const Range& a, const Range& b) const { return a.end <= b.begin; } in operator()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/test/helpers/
Dtracker.hpp33 template <class X1, class X2> void compare_range(X1 const& x1, X2 const& x2) in compare_range() function
/aosp_15_r20/system/extras/pinner/
H A Dmeminspect.cpp82 bool compare_range(VmaRange& a, VmaRange& b) { in compare_range() function
/aosp_15_r20/external/flashrom/
H A Dflashrom.c539 static int compare_range(const uint8_t *wantbuf, const uint8_t *havebuf, unsigned int start, unsign… in compare_range() function