Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stack_store.cpp210 static u8 *CompressDelta(const uptr *from, const uptr *from_end, u8 *to, in CompressDelta()
217 static uptr *UncompressDelta(const u8 *from, const u8 *from_end, uptr *to, in UncompressDelta()
226 static u8 *CompressLzw(const uptr *from, const uptr *from_end, u8 *to, in CompressLzw()
233 static uptr *UncompressLzw(const u8 *from, const u8 *from_end, uptr *to, in UncompressLzw()
/llvm-project/libcxxabi/test/
H A Dtest_fallback_malloc.pass.cpp78 void *pop ( container &c, bool from_end ) { in pop()