| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_query_acc.h | 41 void (*suspend)(struct etna_acc_query *aq, struct etna_context *ctx); member in struct:etna_acc_sample_provider 72 p->suspend(aq, ctx);
|
| H A D | etnaviv_query_acc_occlusion.c | 116 .suspend = occlusion_suspend,
|
| H A D | etnaviv_query_acc_perfmon.c | 165 .suspend = perfmon_suspend,
|
| H A D | etnaviv_query_acc.c | 104 p->suspend(aq, ctx);
|
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | DPMS.c | 148 DPMSSetTimeouts(Display *dpy, CARD16 standby, CARD16 suspend, CARD16 off) argument 153 if ((off != 0)&&(off < suspend)) 157 if ((suspend != 0)&&(suspend < standby)) 168 req->suspend = suspend; 177 DPMSGetTimeouts(Display *dpy, CARD16 *standby, CARD16 *suspend, CARD16 *off) argument 198 *suspend = rep.suspend;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_query_hw.h | 39 void (*suspend)(struct etna_hw_query *hq, struct etna_context *ctx); member in struct:etna_hw_sample_provider 74 p->suspend(hq, ctx);
|
| H A D | etnaviv_query_hw.c | 114 .suspend = occlusion_suspend,
|
| /xsrc/external/mit/xorg-server.old/dist/Xext/ |
| H A D | dpms.c | 101 rep.suspend = DPMSSuspendTime / MILLI_PER_SECOND; 107 swaps(&rep.suspend, n); 121 if ((stuff->off != 0)&&(stuff->off < stuff->suspend)) 126 if ((stuff->suspend != 0)&&(stuff->suspend < stuff->standby)) 128 client->errorValue = stuff->suspend; 133 DPMSSuspendTime = stuff->suspend * MILLI_PER_SECOND; 291 swaps(&stuff->suspend, n);
|
| H A D | saver.c | 1319 if (stuff->suspend == TRUE) 1328 if (stuff->suspend == FALSE) 1460 swapl(&stuff->suspend, n);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxdpms.c | 63 CARD16 level, standby, suspend, off; local in function:_dmxDPMSInit 104 DPMSGetTimeouts(dmxScreen->beDisplay, &standby, &suspend, &off); 111 dmxScreen->dpmsSuspend = suspend; 117 case DPMSModeSuspend: monitor = "suspend"; break; 125 standby, suspend, off);
|
| /xsrc/external/mit/xorg-server/dist/Xext/ |
| H A D | dpms.c | 167 .suspend = DPMSSuspendTime / MILLI_PER_SECOND, 176 swaps(&rep.suspend); 190 if ((stuff->off != 0) && (stuff->off < stuff->suspend)) { 194 if ((stuff->suspend != 0) && (stuff->suspend < stuff->standby)) { 195 client->errorValue = stuff->suspend; 200 DPMSSuspendTime = stuff->suspend * MILLI_PER_SECOND; 349 swaps(&stuff->suspend);
|
| H A D | saver.c | 1212 BOOL suspend; local in function:ProcScreenSaverSuspend 1218 * Old versions of XCB encode suspend as 1 byte followed by three 1223 suspend = stuff->suspend != 0; 1231 if (suspend == TRUE) 1240 if (suspend == FALSE) 1355 swapl(&stuff->suspend);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/ |
| H A D | lp_bld_coro.h | 65 LLVMBasicBlockRef suspend; member in struct:lp_build_coro_suspend_info
|
| H A D | lp_bld_coro.c | 131 "llvm.coro.suspend", 235 sus_info->suspend, resume_block ? 2 : 1);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| H A D | xf86PM.c | 68 suspend (pmEvent event, Bool undo) function in typeref:typename:void 134 case XF86_APM_CRITICAL_SUSPEND: /*do we want to delay a critical suspend?*/ 138 suspend(event,undo);
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| H A D | xf86PM.c | 96 suspend(pmEvent event, Bool undo) function in typeref:typename:void 159 case XF86_APM_CRITICAL_SUSPEND: /*do we want to delay a critical suspend? */ 163 suspend(event, undo);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | dpmsproto.h | 109 CARD16 suspend; member in struct:__anon86ea6c950608 124 CARD16 suspend; member in struct:__anon86ea6c950708
|
| H A D | saverproto.h | 142 CARD32 suspend; /* a boolean, but using the wrong encoding */ member in struct:_ScreenSaverSuspend
|
| /xsrc/external/mit/libXScrnSaver/dist/src/ |
| H A D | XScrnSaver.c | 456 XScreenSaverSuspend (Display *dpy, Bool suspend) argument 467 req->suspend = (CARD32) suspend;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_query.h | 138 void (*suspend)(struct si_context *, struct si_query *); member in struct:si_query_ops 149 /* The number of dwords for suspend. */
|
| H A D | si_query.c | 47 /* Queries without buffer handling or suspend/resume. */ 1359 .suspend = si_query_hw_suspend, 1664 query->ops->suspend(sctx, query);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_query.h | 140 void (*suspend)(struct si_context *, struct si_query *); member in struct:si_query_ops 151 /* The number of dwords for suspend. */
|
| H A D | si_perfcounter.c | 387 .suspend = si_pc_query_suspend,
|
| /xsrc/external/mit/xset/dist/ |
| H A D | xset.c | 514 " standby time of %d is greater than suspend time of %d\n", 521 " suspend time of %d is greater than off time of %d\n", 567 } else if (strcmp(arg, "suspend") == 0) { 1435 CARD16 standby, suspend, off; local in function:query 1442 DPMSGetTimeouts(dpy, &standby, &suspend, &off); 1444 standby, suspend, off); 1597 "\t dpms [standby [suspend [off]]] \n" 1599 "\t force suspend \n"
|
| /xsrc/external/mit/xedit/dist/ |
| H A D | ispell.c | 96 replaceAll, undo, ignore, ignoreAll, add, addUncap, suspend, member in struct:_ispell 2089 ispell.suspend = XtCreateManagedWidget("suspend", commandWidgetClass, 2091 XtAddCallback(ispell.suspend, XtNcallback, PopdownIspell, (XtPointer)False);
|