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

/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_cursor.c168 uint32_t save2 = 0; local in function:r128_crtc_load_cursor_image
174 save2 = INREG(R128_CRTC2_GEN_CNTL);
175 OUTREG(R128_CRTC2_GEN_CNTL, save2 & (uint32_t)~R128_CRTC2_CUR_EN);
192 OUTREG(R128_CRTC2_GEN_CNTL, save2);
/xsrc/external/mit/libXt/dist/src/
H A DCore.c283 XtTranslations save1, save2; local in function:CoreInitialize
291 save2 = new_widget->core.tm.translations;
298 if (save2)
299 _XtMergeTranslations(new_widget, save2, save2->operation);

Completed in 3 milliseconds