| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| test.lua | 12 io.write("RB_MRT[0].CONTROL.ROP_CODE: " .. r.RB_MRT[0].CONTROL.ROP_CODE .. "\n")
|
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| XWin.rc | 47 CONTROL IDI_XWIN, IDC_STATIC, "Static", SS_ICON, 8, 8, 32, 32 52 CONTROL __VENDORDWEBSUPPORT__, ID_ABOUT_WEBSITE, "Button",
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| XWin.rc | 47 CONTROL IDI_XWIN, IDC_STATIC, "Static", SS_ICON, 8, 8, 32, 32 52 CONTROL __VENDORDWEBSUPPORT__, ID_ABOUT_WEBSITE, "Button",
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/resources/ |
| dialog.rc | 43 CONTROL "IMG_MULTIWINDOW",IDC_MULTIWINDOW_IMG,"Static",SS_BITMAP | SS_NOTIFY,80,10,0,0 44 CONTROL "IMG_FULLSCREEN",IDC_FULLSCREEN_IMG,"Static",SS_BITMAP | SS_NOTIFY,230,10,0,0 45 CONTROL "IMG_WINDOWED",IDC_WINDOWED_IMG,"Static",SS_BITMAP | SS_NOTIFY,80,60,0,0 46 CONTROL "IMG_NODECORATION",IDC_NODECORATION_IMG,"Static",SS_BITMAP | SS_NOTIFY,230,60,0,0
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_state_fb.c | 96 context_dirty(ctx, CONTROL);
|
| nv04_state_raster.c | 119 context_dirty(ctx, CONTROL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_state_fb.c | 96 context_dirty(ctx, CONTROL);
|
| nv04_state_raster.c | 119 context_dirty(ctx, CONTROL);
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| gram.tab.h | 98 CONTROL = 299, /* CONTROL */
|
| /xsrc/external/mit/ctwm/dist/ |
| gram.tab.h | 98 CONTROL = 299, /* CONTROL */
|
| gram.y | 77 %token <num> WINDOW_REGION META SHIFT LOCK CONTROL WINDOW TITLE ICON ROOT FRAME 531 | CONTROL { mods |= ControlMask; }
|
| parse_be.c | 256 { "c", CONTROL, 0 }, 265 { "control", CONTROL, 0 },
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| lg.h | 46 CARD16 FORMAT, DTTC, TileCtrl, CONTROL;
|
| lg_driver.c | 1082 pCir->chip.lg->ModeReg.CONTROL = 1083 pCir->chip.lg->SavedReg.CONTROL = memrw(0x402); 1218 pCir->chip.lg->ModeReg.CONTROL = 0x0000 | 1281 pCir->chip.lg->ModeReg.CONTROL = 0x2000 | 1329 pCir->chip.lg->ModeReg.CONTROL = 0x4000 | 1381 pCir->chip.lg->ModeReg.CONTROL = 0x6000 | 1439 * The tile control information in the DTTC is also mirrored 1539 * Vendor Specific Control is touchy. Only bit 28 is of concern. 1557 memww(0x402, lgReg->CONTROL);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| debug_output.c | 889 #define CONTROL 2 903 if (caller == CONTROL) 923 if (caller == CONTROL) 938 if (caller == CONTROL) 1114 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| debug_output.c | 904 #define CONTROL 2 918 if (caller == CONTROL) 938 if (caller == CONTROL) 953 if (caller == CONTROL) 1129 if (!validate_params(ctx, CONTROL, callerstr, gl_source, gl_type,
|
| /xsrc/external/mit/xterm/dist/ |
| main.c | 529 #define CDISCARD CONTROL('O') 532 #define CDSUSP CONTROL('Y') 535 #define CEOF CONTROL('D') 544 #define CERASE2 CONTROL('H') 547 #define CFLUSH CONTROL('O') 550 #define CINTR CONTROL('C') 553 #define CKILL CONTROL('U') /* was '@' */ 556 #define CLNEXT CONTROL('V') 562 #define CQUIT CONTROL('\\') 565 #define CRPRNT CONTROL('R' [all...] |
| ptyx.h | 359 #define ANSI_FF 0x0C /* C0, C1 control names */ 691 #define OPT_PASTE64 1 /* program control of select/paste via base64 */ 1158 ,srm_DECMCM = 99 /* vt510:Modem Control Mode */ 1412 /* 1-23 are chosen to be the same as the control-sequence coding */ 1655 #define CONTROL(a) ((a) & 037) 1657 #define XTERM_ERASE CONTROL('H') 1658 #define XTERM_LNEXT CONTROL('V') 2793 int title_modes; /* control set/get of titles */ 3666 * control that was used to begin protected-text, and use that to determine how
|
| button.c | 513 * Shift and control are regular X11 modifiers, but meta is not: 1392 Line[0] = CONTROL('X'); 1485 Line[0] = CONTROL('n'); 1487 Line[0] = CONTROL('p'); 2528 * Unless enabled by the user, strip control characters other than formatting. 3510 ** - control characters [0,0x1f] U [0x80,0x9f] 5304 * control key -> 4
|
| /xsrc/external/mit/twm/dist/src/ |
| gram.y | 119 %token <num> META SHIFT LOCK CONTROL WINDOW TITLE ICON ROOT FRAME 326 | CONTROL { mods |= ControlMask; }
|
| parse.c | 402 { "c", CONTROL, 0 }, 407 { "control", CONTROL, 0 },
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| bt829.c | 46 #define BRIGHT 0x0A /* Brightness Control */ 47 #define CONTROL 0x0B /* Miscellaneous Control */ 51 #define HUE 0x0F /* Hue Control */ 52 #define SCLOOP 0x10 /* SC Loop Control */ 57 #define TEST 0x15 /* Test Control */ 63 #define VTC 0x1B /* Video Timing Control */ 166 static void btwrite_control(BT829Ptr bt) /* CONTROL */ 174 btwrite(bt, CONTROL, 722 DUMPREG(CONTROL); [all...] |
| msp3430.c | 13 #define CONTROL 0x00 103 xf86DrvMsg(m->d.pI2CBus->scrnIndex, X_INFO, "MSP34xx: control=0x%02x%02x\n",
|
| /xsrc/external/mit/xf86-video-ati/xorg-server-copy/ |
| msp3430.c | 13 #define CONTROL 0x00 103 xf86DrvMsg(m->d.pI2CBus->scrnIndex, X_INFO, "MSP34xx: control=0x%02x%02x\n",
|