Searched refs:stop (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxmotion.h44 unsigned long stop,
H A Ddmxmotion.c59 * 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 Dgtmotion.c80 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 Dgtmotion.c78 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 Ddmxstat.h52 struct timeval *stop, struct timeval *start,
H A Ddmxsync.c73 struct timeval start, stop; local in function:dmxDoSync
77 gettimeofday(&stop, 0);
78 dmxStatSync(dmxScreen, &stop, &start, dmxSyncPending);
H A Ddmxstat.c79 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 DGetMoEv.c38 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 Dcfgscan.c207 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 Ddrmsl.c67 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 Disa.h64 bool stop; member in struct:isa_decode_options
/xsrc/external/mit/xkbcomp/dist/
H A Dxkbscan.c347 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 DXGMotion.c69 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 Dtdfx_priv.c109 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 Dtest_rendering.c105 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 Ds_aatriangle.c200 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 Dtest_rendering.c105 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 Ds_aatriangle.c199 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 Dfd6_query.c41 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 Dfd5_query.c39 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 Dfd6_query.c41 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 Dfd5_query.c40 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 Ddisassemble.c473 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 D147-define-macro-no-space.c17 #define F. full stop
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A D147-define-macro-no-space.c17 #define F. full stop

Completed in 16 milliseconds

1234567891011>>