Searched refs:outputFormat (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xkbcomp/dist/
H A Dxkbcomp.c81 static unsigned inputFormat, outputFormat; variable in typeref:typename:unsigned
261 if ((outputFormat != WANT_DEFAULT)
262 && (outputFormat != WANT_C_HDR))
271 outputFormat = WANT_C_HDR;
377 if (outputFormat != WANT_DEFAULT)
614 if ((outputFormat != WANT_DEFAULT)
615 && (outputFormat != WANT_XKB_FILE))
624 outputFormat = WANT_XKB_FILE;
628 if ((outputFormat != WANT_DEFAULT)
629 && (outputFormat !
[all...]
/xsrc/external/mit/xkbprint/dist/
H A Dxkbprint.c56 static unsigned outputFormat = WANT_DEFAULT; variable in typeref:typename:unsigned
479 if (outputFormat == WANT_DEFAULT)
480 outputFormat = WANT_PS_FILE;
564 outputFormat = WANT_X_SERVER;
754 switch (outputFormat) {
762 uInternalError("Unknown output format %d\n", outputFormat);
/xsrc/external/mit/xf86-video-openchrome/dist/src/
H A Dvia_fp.c377 viaLVDS2SetOutputFormat(ScrnInfoPtr pScrn, CARD8 outputFormat) argument
388 ViaCrtcMask(hwp, 0xD4, outputFormat ? 0x80 : 0x00, 0x80);
392 outputFormat ? "Sequential" : "Rotation");

Completed in 6 milliseconds