| /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/ |
| H A D | test.lua | 12 io.write("RB_MRT[0].CONTROL.ROP_CODE: " .. r.RB_MRT[0].CONTROL.ROP_CODE .. "\n")
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/resources/ |
| H A D | 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/xf86-video-cirrus/dist/src/ |
| H A D | lg.h | 46 CARD16 FORMAT, DTTC, TileCtrl, CONTROL; member in struct:__anon9f0f6f1d0208
|
| H A D | 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 | 1557 memww(0x402, lgReg->CONTROL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_fb.c | 96 context_dirty(ctx, CONTROL);
|
| H A D | nv04_state_raster.c | 119 context_dirty(ctx, CONTROL);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_fb.c | 96 context_dirty(ctx, CONTROL);
|
| H A D | nv04_state_raster.c | 119 context_dirty(ctx, CONTROL);
|
| /xsrc/external/mit/ctwm/dist/gen/ |
| H A D | gram.tab.h | 98 CONTROL = 299, /* CONTROL */ enumerator in enum:yytokentype
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | gram.tab.h | 98 CONTROL = 299, /* CONTROL */ enumerator in enum:yytokentype
|
| H A D | gram.y | 77 %token <num> WINDOW_REGION META SHIFT LOCK CONTROL WINDOW TITLE ICON ROOT FRAME 531 | CONTROL { mods |= ControlMask; }
|
| H A D | parse_be.c | 256 { "c", CONTROL, 0 }, 265 { "control", CONTROL, 0 },
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | 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/dist/hw/xwin/ |
| H A D | 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/MesaLib/dist/src/amd/registers/ |
| H A D | pkt3.json | 140 "name": "CONTROL", 141 "type_ref": "CONTROL" 146 "name": "CONTROL", 287 "CONTROL": { object in object:register_types
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | debug_output.c | 904 #define CONTROL 2 macro 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/MesaLib/dist/src/mesa/main/ |
| H A D | debug_output.c | 889 #define CONTROL 2 macro 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/xterm/dist/ |
| H A D | 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(' [all...] |
| H A D | ptyx.h | 1655 #define CONTROL(a) ((a) & 037) macro 1657 #define XTERM_ERASE CONTROL('H') 1658 #define XTERM_LNEXT CONTROL('V')
|
| H A D | button.c | 1392 Line[0] = CONTROL('X'); 1485 Line[0] = CONTROL('n'); 1487 Line[0] = CONTROL('p');
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | gram.y | 119 %token <num> META SHIFT LOCK CONTROL WINDOW TITLE ICON ROOT FRAME 326 | CONTROL { mods |= ControlMask; }
|
| H A D | parse.c | 402 { "c", CONTROL, 0 }, 407 { "control", CONTROL, 0 },
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/i2c/ |
| H A D | bt829.c | 47 #define CONTROL 0x0B /* Miscellaneous Control */ macro 166 static void btwrite_control(BT829Ptr bt) /* CONTROL */ 174 btwrite(bt, CONTROL, 722 DUMPREG(CONTROL);
|
| H A D | msp3430.c | 13 #define CONTROL 0x00 macro
|
| /xsrc/external/mit/xf86-video-ati/xorg-server-copy/ |
| H A D | msp3430.c | 13 #define CONTROL 0x00 macro
|