/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_cursor.c | 195 int cursor_end, frame_end; local in function:radeon_cursor_move_locked 198 frame_end = crtc->x + crtc->mode.crtc_hdisplay; 199 if (cursor_end >= frame_end) { 200 w = w - (cursor_end - frame_end); 201 if (!(frame_end & 0x7f))
|
radeon_cursor.c | 195 int cursor_end, frame_end; local in function:radeon_cursor_move_locked 198 frame_end = crtc->x + crtc->mode.crtc_hdisplay; 199 if (cursor_end >= frame_end) { 200 w = w - (cursor_end - frame_end); 201 if (!(frame_end & 0x7f))
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_fake_stack.cc | 116 uptr FakeStack::AddrIsInFakeStack(uptr ptr, uptr *frame_beg, uptr *frame_end) { 127 *frame_end = res + BytesInSizeClass(class_id); 253 uptr frame_beg, frame_end; local in function:__asan_addr_is_in_fake_stack 255 reinterpret_cast<uptr>(addr), &frame_beg, &frame_end)); 260 if (end) *end = reinterpret_cast<void*>(frame_end);
|
asan_fake_stack.cc | 116 uptr FakeStack::AddrIsInFakeStack(uptr ptr, uptr *frame_beg, uptr *frame_end) { 127 *frame_end = res + BytesInSizeClass(class_id); 253 uptr frame_beg, frame_end; local in function:__asan_addr_is_in_fake_stack 255 reinterpret_cast<uptr>(addr), &frame_beg, &frame_end)); 260 if (end) *end = reinterpret_cast<void*>(frame_end);
|