Searched defs:from_end (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 210 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()
|
/freebsd-src/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_scan.c | 139 last_char(int from_end) in last_char()
|