Searched defs:from_end (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 205 CompressDelta(const uptr * from,const uptr * from_end,u8 * to,u8 * to_end) CompressDelta() argument 212 UncompressDelta(const u8 * from,const u8 * from_end,uptr * to,uptr * to_end) UncompressDelta() argument 221 CompressLzw(const uptr * from,const uptr * from_end,u8 * to,u8 * to_end) CompressLzw() argument 228 UncompressLzw(const u8 * from,const u8 * from_end,uptr * to,uptr * to_end) UncompressLzw() argument [all...] |
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | comp_scan.c | 139 last_char(int from_end) in last_char()
|