Searched refs:save1 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c167 uint32_t save1 = 0; local in function:r128_crtc_load_cursor_image
171 save1 = INREG(R128_CRTC_GEN_CNTL);
172 OUTREG(R128_CRTC_GEN_CNTL, save1 & (uint32_t)~R128_CRTC_CUR_EN);
190 OUTREG(R128_CRTC_GEN_CNTL, save1);
/xsrc/external/mit/libXt/dist/src/
H A DCore.c283 XtTranslations save1, save2; local in function:CoreInitialize
289 save1 = (XtTranslations) new_widget->core.tm.current_state;
296 if (save1)
297 _XtMergeTranslations(new_widget, save1, save1->operation);

Completed in 3 milliseconds