Home
last modified time | relevance | path

Searched refs:prev_end (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp85 uptr prev_end = 0; in CheckMemoryLayoutSanity() local
91 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()
111 prev_end = end; in CheckMemoryLayoutSanity()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux_libcdep.cpp139 uptr prev_end = 0; in GetThreadStackTopAndBottom() local
143 prev_end = segment.end; in GetThreadStackTopAndBottom()
150 if (stacksize > segment.end - prev_end) in GetThreadStackTopAndBottom()
151 stacksize = segment.end - prev_end; in GetThreadStackTopAndBottom()
/freebsd/contrib/less/
H A Dline.c31 size_t prev_end; /* Number of chars in buf for previous line */ member
300 if (linebuf.prev_end != 0) in prewind()
301 pshift(linebuf.prev_end); in prewind()
1456 linebuf.prev_end = (!endline && !chopped) ? linebuf.end : 0; in pdone()
1946 linebuf.prev_end = 0; in load_line()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1094 uptr prev_end = 0; in CheckMemoryLayoutSanity() local
1100 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()
1120 prev_end = end; in CheckMemoryLayoutSanity()
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c2824 const FIELD_CELL *prev_end, *this_end; in FE_Delete_Previous() local
2834 prev_end = After_End_Of_Data(prev_line, field->dcols); in FE_Delete_Previous()
2837 (field->cols - (int)(prev_end - prev_line))) in FE_Delete_Previous()
2841 Adjust_Cursor_Position(form, prev_end); in FE_Delete_Previous()