Home
last modified time | relevance | path

Searched defs:ranges_equal (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp230 const bool ranges_equal = Prev.Range == Curr.Range; in finalize() local
/aosp_15_r20/external/flashrom/
H A Dwriteprotect.c422 static bool ranges_equal(struct wp_range a, struct wp_range b) in ranges_equal() function