| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxmotion.h | 44 unsigned long stop,
|
| H A D | dmxmotion.c | 59 * the events in the motion history that are between the start and stop 77 unsigned long stop, 88 if (dmxLocal->history[OFFSET(i,0)] >= stop) break; 74 dmxPointerGetMotionEvents(DeviceIntPtr pDevice,xTimecoord * coords,unsigned long start,unsigned long stop,ScreenPtr pScreen) argument
|
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| H A D | gtmotion.c | 80 swapl(&stuff->stop, n); 99 TimeStamp start, stop; local in function:ProcXGetDeviceMotionEvents 123 stop = ClientTimeToServerTime(stuff->stop); 124 if (CompareTimeStamps(start, stop) == LATER || 129 if (CompareTimeStamps(stop, currentTime) == LATER) 130 stop = currentTime; 135 start.milliseconds, stop.milliseconds,
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | gtmotion.c | 78 swapl(&stuff->stop); 97 TimeStamp start, stop; local in function:ProcXGetDeviceMotionEvents 123 stop = ClientTimeToServerTime(stuff->stop); 124 if (CompareTimeStamps(start, stop) == LATER || 129 if (CompareTimeStamps(stop, currentTime) == LATER) 130 stop = currentTime; 135 start.milliseconds, stop.milliseconds,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxstat.h | 52 struct timeval *stop, struct timeval *start,
|
| H A D | dmxsync.c | 73 struct timeval start, stop; local in function:dmxDoSync 77 gettimeofday(&stop, 0); 78 dmxStatSync(dmxScreen, &stop, &start, dmxSyncPending);
|
| H A D | dmxstat.c | 79 static unsigned long usec(struct timeval *stop, struct timeval *start) argument 81 return (stop->tv_sec - start->tv_sec) * 1000000 82 + stop->tv_usec - start->tv_usec; 136 * and \a stop times (from gettimeofday()) and the number of 140 struct timeval *stop, struct timeval *start, 144 unsigned long elapsed = usec(stop, start); 139 dmxStatSync(DMXScreenInfo * dmxScreen,struct timeval * stop,struct timeval * start,unsigned long pending) argument
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | GetMoEv.c | 38 Time stop, 49 req->stop = stop; 34 XGetMotionEvents(register Display * dpy,Window w,Time start,Time stop,int * nEvents) argument
|
| /xsrc/external/mit/xkbevd/dist/ |
| H A D | cfgscan.c | 207 int tmp, stop; local in function:yyGetString 209 ch = stop = 0; 215 stop = 1; 218 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp)) 223 stop = 1; 226 if ((!stop) && ((tmp = getc(yyin)) != EOF) && (isdigit(tmp)) 231 stop = 1; 278 int tmp, stop; local in function:yyGetKeyName 280 ch = stop = 0; 286 stop [all...] |
| /xsrc/external/mit/libdrm/dist/tests/ |
| H A D | drmsl.c | 67 struct timeval start, stop; local in function:do_time 96 gettimeofday(&stop, NULL); 98 usec = (double)(stop.tv_sec * 1000000 + stop.tv_usec
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/isa/ |
| H A D | isa.h | 64 bool stop; member in struct:isa_decode_options
|
| /xsrc/external/mit/xkbcomp/dist/ |
| H A D | xkbscan.c | 347 int tmp, stop; local in function:yyGetString 348 ch = stop = 0; 356 stop = 1; 359 if (!stop) 368 stop = 1; 372 if (!stop) 381 stop = 1; 430 int tmp, stop; local in function:yyGetKeyName 431 ch = stop = 0; 439 stop [all...] |
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XGMotion.c | 69 Time stop, 90 req->stop = stop; 65 XGetDeviceMotionEvents(register Display * dpy,XDevice * dev,Time start,Time stop,int * nEvents,int * mode,int * axis_count) argument
|
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| H A D | tdfx_priv.c | 109 struct timeval start, stop; local in function:TDFXResetFifo 120 gettimeofday(&stop, NULL); 121 } while (stop.tv_sec - start.tv_sec < 2); 127 gettimeofday(&stop, NULL); 128 } while (stop.tv_sec - start.tv_sec < 2); 147 struct timeval start, stop; local in function:TDFXSyncFifo 166 gettimeofday(&stop, NULL); 167 if (stop.tv_sec - start.tv_sec > 3) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/ |
| H A D | test_rendering.c | 105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument 108 unsigned int range = stop - start; 219 const int start = 16, stop = 235, range = stop - start; local in function:main 236 const int start = 16, stop = 240, range = stop - start; local in function:main
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_aatriangle.c | 200 GLint stop = 4, i; local in function:compute_coveragef 205 for (i = 0; i < stop; i++) { 218 stop = 16; 228 stop = 16; 238 stop = 16; 243 if (stop == 4)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/ |
| H A D | test_rendering.c | 105 static void Gradient(short *block, unsigned int start, unsigned int stop, int horizontal, unsigned int intra_unsigned) argument 108 unsigned int range = stop - start; 219 const int start = 16, stop = 235, range = stop - start; local in function:main 236 const int start = 16, stop = 240, range = stop - start; local in function:main
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_aatriangle.c | 199 GLint stop = 4, i; local in function:compute_coveragef 204 for (i = 0; i < stop; i++) { 217 stop = 16; 227 stop = 16; 237 stop = 16; 242 if (stop == 4)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_query.c | 41 uint64_t stop; member in struct:fd6_query_sample 83 OUT_RELOC(ring, query_sample(aq, stop)); 93 OUT_RELOC(ring, query_sample(aq, stop)); 103 /* result += stop - start: */ 108 OUT_RELOC(epilogue, query_sample(aq, stop)); /* srcB */ 180 OUT_RELOC(ring, query_sample(aq, stop)); 186 /* result += stop - start: */ 191 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 266 } start[4], stop[4], result; member in struct:fd6_primitives_sample 306 i, ps->start[i].generated, ps->stop[ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_query.c | 39 uint64_t stop; member in struct:fd5_query_sample 84 OUT_RELOCW(ring, query_sample(aq, stop)); 94 OUT_RELOCW(ring, query_sample(aq, stop)); 102 OUT_RELOC(ring, query_sample(aq, stop)); 107 /* result += stop - start: */ 113 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 188 OUT_RELOCW(ring, query_sample(aq, stop)); 194 /* result += stop - start: */ 200 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 339 OUT_RELOCW(ring, query_sample_idx(aq, i, stop)); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_query.c | 41 uint64_t stop; member in struct:fd6_query_sample 84 OUT_RELOCW(ring, query_sample(aq, stop)); 94 OUT_RELOCW(ring, query_sample(aq, stop)); 102 OUT_RELOC(ring, query_sample(aq, stop)); 107 /* result += stop - start: */ 113 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 188 OUT_RELOCW(ring, query_sample(aq, stop)); 194 /* result += stop - start: */ 200 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 339 OUT_RELOCW(ring, query_sample_idx(aq, i, stop)); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_query.c | 40 uint64_t stop; member in struct:fd5_query_sample 83 OUT_RELOC(ring, query_sample(aq, stop)); 93 OUT_RELOC(ring, query_sample(aq, stop)); 100 OUT_RELOC(ring, query_sample(aq, stop)); 105 /* result += stop - start: */ 110 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 182 OUT_RELOC(ring, query_sample(aq, stop)); 188 /* result += stop - start: */ 193 OUT_RELOC(ring, query_sample(aq, stop)); /* srcB */ 332 OUT_RELOC(ring, query_sample_idx(aq, i, stop)); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | disassemble.c | 473 bool stop = tag & 0x40; local in function:dump_clause 480 unsigned idx = stop ? 5 : 2; 496 done = stop; 506 done = stop; 517 done = stop; 528 done = stop; 537 done = stop; 552 done = stop; 557 unsigned idx = stop ? 4 : 1; 567 done = stop; [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 147-define-macro-no-space.c | 17 #define F. full stop
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/ |
| H A D | 147-define-macro-no-space.c | 17 #define F. full stop
|