| /xsrc/external/mit/xedit/dist/lisp/test/ |
| regex.lsp | 41 (defun re-test (expect &rest arguments &aux result (error t) unused error-value) 45 (setq result (apply #'re-exec arguments)) 48 (format t "ERROR: (re-exec~{ ~S~}) => ~S~%" arguments error-value) 50 (format t "(re-exec~{ ~S~}) => should be ~S not ~S~%" 54 (defun re-error (&rest arguments &aux result (error t) unused error-value) 58 (setq result (apply #'re-comp arguments)) 61 (format t "ERROR: no error for (re-comp~{ ~S~})" arguments))) 63 (re-error "") 64 (re-error "a**") 65 (re-error "[a" [all...] |
| /xsrc/external/mit/libXext/dist/src/ |
| XTestExt1.c | 565 XTestInputActionEvent *re = (XTestInputActionEvent *) reTemp; local 586 re->type = event->type; 590 re->display = dpy; 591 if (re->type == XTestInputActionType) 600 to = &(re->actions[0]); 610 else if (re->type == XTestFakeAckType)
|
| /xsrc/external/mit/libXpresent/dist/src/ |
| Xpresent.c | 208 XPresentRedirectNotifyEvent *re = malloc (sizeof (XPresentRedirectNotifyEvent) + nnotifies * sizeof (XPresentNotify)); local 209 XPresentNotify *XNotify = (XPresentNotify *) (re + 1); 211 cookie->data = re; 213 re->type = cookie->type; 214 re->serial = cookie->serial; 215 re->send_event = cookie->send_event; 216 re->display = cookie->display; 217 re->extension = cookie->extension; 218 re->evtype = cookie->evtype; 220 re->eid = proto->eid [all...] |
| /xsrc/external/mit/libXv/dist/src/ |
| Xv.c | 1154 XvEvent *re = (XvEvent *) host; local 1161 re->xvvideo.type = event->u.u.type & 0x7f; 1162 re->xvvideo.serial = _XSetLastRequestRead(dpy, (xGenericReply *) event); 1163 re->xvvideo.send_event = ((event->u.u.type & 0x80) != 0); 1164 re->xvvideo.display = dpy; 1165 re->xvvideo.time = event->u.videoNotify.time; 1166 re->xvvideo.reason = event->u.videoNotify.reason; 1167 re->xvvideo.drawable = event->u.videoNotify.drawable; 1168 re->xvvideo.port_id = event->u.videoNotify.port; 1171 re->xvport.type = event->u.u.type & 0x7f [all...] |
| /xsrc/external/mit/xorg-server/dist/randr/ |
| randr.c | 470 xRRResourceChangeNotifyEvent re = { local 477 WriteEventsToClient(client, 1, (xEvent *) &re);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_ra_coalesce.cpp | 308 unsigned rs, re; local 312 re = rs + 1; 315 re = sh.num_nontemp_gpr(); 318 for (unsigned reg = rs; reg < re; ++reg) { 522 unsigned rs, re; local 525 re = pin_reg + 1; 528 re = end_reg; 532 min_reg = re;
|
| sb_sched.cpp | 1315 unsigned rs, re, pass = no_temp_gprs ? 1 : 0; local 1321 re = MAX_GPR; 1324 re = sh.num_nontemp_gpr(); 1327 for (unsigned reg = rs; reg < re; ++reg) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_ra_coalesce.cpp | 308 unsigned rs, re; local 312 re = rs + 1; 315 re = sh.num_nontemp_gpr(); 318 for (unsigned reg = rs; reg < re; ++reg) { 522 unsigned rs, re; local 525 re = pin_reg + 1; 528 re = end_reg; 532 min_reg = re;
|
| sb_sched.cpp | 1315 unsigned rs, re, pass = no_temp_gprs ? 1 : 0; local 1321 re = MAX_GPR; 1324 re = sh.num_nontemp_gpr(); 1327 for (unsigned reg = rs; reg < re; ++reg) {
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| ephyrhostvideo.c | 638 XvEvent *re = (XvEvent *)host; local 645 re->xvvideo.type = event->u.u.type & 0x7f; 646 re->xvvideo.serial = 648 re->xvvideo.send_event = ((event->u.u.type & 0x80) != 0); 649 re->xvvideo.display = dpy; 650 re->xvvideo.time = event->u.videoNotify.time; 651 re->xvvideo.reason = event->u.videoNotify.reason; 652 re->xvvideo.drawable = event->u.videoNotify.drawable; 653 re->xvvideo.port_id = event->u.videoNotify.port; 656 re->xvport.type = event->u.u.type & 0x7f [all...] |
| /xsrc/external/mit/xedit/dist/lisp/re/ |
| re.c | 30 /* $XFree86: xc/programs/xedit/lisp/re/re.c,v 1.8 2002/11/17 07:51:30 paulo Exp $ */ 39 /* Information used when generating the final form of the compiled re. 85 long re[MAX_DEPTH]; /* (re)petition count */ member in struct:_re_eng 840 * updated for <re>*, <re>+ and <re>? 990 eng.re[eng.off] = 0; \ 1018 if (++eng.re[eng.off] == i) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| xmlconfig.c | 727 regex_t re; local 729 if (regcomp(&re, application_name_match, REG_EXTENDED|REG_NOSUB) == 0) { 730 if (regexec(&re, data->applicationName, 0, NULL, 0) == REG_NOMATCH) 732 regfree(&re); 764 regex_t re; local 766 if (regcomp(&re, engine_name_match, REG_EXTENDED|REG_NOSUB) == 0) { 767 if (regexec(&re, data->engineName, 0, NULL, 0) == REG_NOMATCH) 769 regfree(&re);
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| mathimp.c | 3663 nadd_cx_re(n_number *num, LispObj *re) 3668 add_real_object(NREAL(num), re); local 3674 nsub_cx_re(n_number *num, LispObj *re) 3679 sub_real_object(NREAL(num), re); local 3685 nmul_cx_re(n_number *num, LispObj *re) 3690 mul_real_object(NREAL(num), re); local 3691 mul_real_object(NIMAG(num), re); local 3697 ndiv_cx_re(n_number *num, LispObj *re) 3702 div_real_object(NREAL(num), re); local 3703 div_real_object(NIMAG(num), re); local [all...] |
| /xsrc/external/mit/xf86-video-intel/dist/tools/ |
| virtual.c | 3710 const XRRNotifyEvent *re = (XRRNotifyEvent *)&e; local 3712 DBG(XRR, ("%s received RRNotify, type %d\n", DisplayString(ctx.display[i].dpy), re->subtype)); 3713 if (re->subtype == RRNotify_OutputChange) { 3714 XRROutputPropertyNotifyEvent *ro = (XRROutputPropertyNotifyEvent *)re;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna.h | 834 const BoxRec *re, *de; local 839 re = ®ion->extents; 843 re->x1, re->y1, re->x2, re->y2, 846 if (re->x2 < de->x2 || re->x1 > de->x1 || 847 re->y2 < de->y2 || re->y1 > de->y1) [all...] |
| sna_accel.c | 2443 const BoxRec *re, *de; local 2453 re = ®ion->extents; 2457 re->x1, re->y1, re->x2, re->y2, 2460 return (re->x1 + dx < de->x2 && re->x2 + dx > de->x1 && 2461 re->y1 + dy < de->y2 && re->y2 + dy > de->y1) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/tools/ |
| virtual.c | 3435 XRRNotifyEvent *re = (XRRNotifyEvent *)&e; local 3437 DBG(XRR, ("%s received RRNotify, type %d\n", DisplayString(ctx.display[i].dpy), re->subtype)); 3438 if (re->subtype == RRNotify_OutputChange) { 3439 XRROutputPropertyNotifyEvent *ro = (XRROutputPropertyNotifyEvent *)re;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna.h | 947 const BoxRec *re, *de; local 952 re = ®ion->extents; 956 re->x1, re->y1, re->x2, re->y2, 959 if (re->x2 < de->x2 || re->x1 > de->x1 || 960 re->y2 < de->y2 || re->y1 > de->y1) [all...] |
| sna_accel.c | 2519 const BoxRec *re, *de; local 2529 re = ®ion->extents; 2533 re->x1, re->y1, re->x2, re->y2, 2536 return (re->x1 + dx < de->x2 && re->x2 + dx > de->x1 && 2537 re->y1 + dy < de->y2 && re->y2 + dy > de->y1) [all...] |