Searched refs:frame_end (Results 1 – 3 of 3) sorted by relevance
116 uptr FakeStack::AddrIsInFakeStack(uptr ptr, uptr *frame_beg, uptr *frame_end) { in AddrIsInFakeStack() argument127 *frame_end = res + BytesInSizeClass(class_id); in AddrIsInFakeStack()279 uptr frame_beg, frame_end; in __asan_addr_is_in_fake_stack() local281 reinterpret_cast<uptr>(addr), &frame_beg, &frame_end)); in __asan_addr_is_in_fake_stack()286 if (end) *end = reinterpret_cast<void*>(frame_end); in __asan_addr_is_in_fake_stack()
132 uptr AddrIsInFakeStack(uptr addr, uptr *frame_beg, uptr *frame_end);
190 int cursor_end, frame_end; in radeon_cursor_move_locked() local193 frame_end = crtc->x + crtc->mode.crtc_hdisplay; in radeon_cursor_move_locked()194 if (cursor_end >= frame_end) { in radeon_cursor_move_locked()195 w = w - (cursor_end - frame_end); in radeon_cursor_move_locked()196 if (!(frame_end & 0x7f)) in radeon_cursor_move_locked()