Home
last modified time | relevance | path

Searched refs:prev_end (Results 1 – 4 of 4) 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.cpp132 uptr prev_end = 0; in GetThreadStackTopAndBottom() local
136 prev_end = segment.end; in GetThreadStackTopAndBottom()
143 if (stacksize > segment.end - prev_end) in GetThreadStackTopAndBottom()
144 stacksize = segment.end - prev_end; in GetThreadStackTopAndBottom()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1101 uptr prev_end = 0; in CheckMemoryLayoutSanity() local
1107 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()
1127 prev_end = end; in CheckMemoryLayoutSanity()
/freebsd/contrib/ncurses/form/
H A Dfrm_driver.c2821 FIELD_CELL *this_line, *prev_line, *prev_end, *this_end; in FE_Delete_Previous() local
2831 prev_end = After_End_Of_Data(prev_line, field->dcols); in FE_Delete_Previous()
2834 (field->cols - (int)(prev_end - prev_line))) in FE_Delete_Previous()
2838 Adjust_Cursor_Position(form, prev_end); in FE_Delete_Previous()