Searched refs:prev_end (Results 1 – 4 of 4) sorted by relevance
84 uptr prev_end = 0; in CheckMemoryLayoutSanity() local90 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()110 prev_end = end; in CheckMemoryLayoutSanity()
120 uptr prev_end = 0; in GetThreadStackTopAndBottom() local124 prev_end = segment.end; in GetThreadStackTopAndBottom()131 if (stacksize > segment.end - prev_end) in GetThreadStackTopAndBottom()132 stacksize = segment.end - prev_end; in GetThreadStackTopAndBottom()
1098 uptr prev_end = 0; in CheckMemoryLayoutSanity() local1104 CHECK_EQ(prev_end, start); in CheckMemoryLayoutSanity()1124 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()