Searched refs:prev_end (Results 1 – 4 of 4) sorted by relevance
85 uptr prev_end = 0; in CheckMemoryLayoutSanity() local91 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()111 prev_end = end; in CheckMemoryLayoutSanity()
132 uptr prev_end = 0; in GetThreadStackTopAndBottom() local136 prev_end = segment.end; in GetThreadStackTopAndBottom()143 if (stacksize > segment.end - prev_end) in GetThreadStackTopAndBottom()144 stacksize = segment.end - prev_end; in GetThreadStackTopAndBottom()
1101 uptr prev_end = 0; in CheckMemoryLayoutSanity() local1107 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()1127 prev_end = end; in CheckMemoryLayoutSanity()
2821 FIELD_CELL *this_line, *prev_line, *prev_end, *this_end; in FE_Delete_Previous() local2831 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()