Searched refs:done (Results 1 - 25 of 743) sorted by relevance

1234567891011>>

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dtimingsafe_memcmp.c28 int res = 0, done = 0; local in function:timingsafe_memcmp
40 /* set res = cmp if !done. */
41 res |= cmp & ~done;
43 /* set done if p1[i] != p2[i]. */
44 done |= lt | gt;
H A Dbacktrace.c160 int done = 0; local in function:xorg_backtrace_pstack
164 while (!done) {
173 done = 1;
/xsrc/external/mit/xorg-server/dist/os/
H A Dtimingsafe_memcmp.c28 int res = 0, done = 0; local in function:timingsafe_memcmp
40 /* set res = cmp if !done. */
41 res |= cmp & ~done;
43 /* set done if p1[i] != p2[i]. */
44 done |= lt | gt;
/xsrc/external/mit/libXmu/dist/src/
H A DStrToShap.c36 #define done(type, value) \ macro
63 done(int, XmuShapeRectangle);
65 done(int, XmuShapeOval);
67 done(int, XmuShapeEllipse);
69 done(int, XmuShapeRoundedRectangle);
H A DStrToBmap.c82 #define done(address, type) \ macro
108 done(&pixmap, Pixmap);
114 done(&pixmap, Pixmap);
141 done (&pixmap, Pixmap);
H A DStrToCurs.c119 #define done(address, type) \ macro
150 done(&cursor, Cursor);
242 done(&cursor, Cursor);
249 done(&cursor, Cursor);
258 done(&cursor, Cursor);
274 done(&cursor, Cursor);
H A DStrToWidg.c46 #define done(address, type) \ macro
76 done(&widget, Widget);
86 done(&widget, Widget);
97 done(&widget, Widget);
107 done(&widget, Widget);
116 #undef done
/xsrc/external/mit/xtrap/dist/
H A Dxtrapstats.c69 Bool done; local in function:main
108 done = False;
109 while(done == False)
124 done = True;
/xsrc/external/mit/xmodmap/dist/
H A Dpf.c104 if (i == len) goto done;
108 if (*cp == '!') goto done; /* look for comments */
127 done:
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxarg.c111 int done; local in function:dmxArgParse
120 for (start = pt = tmp, done = 0; !done && *pt; start = ++pt) {
122 if (!*pt) done = 1;
126 if (!done) dmxArgAdd(a, ""); /* Final comma */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_gs.c156 goto done;
159 goto done;
168 goto done;
175 goto done;
193 goto done;
206 goto done;
213 done:
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_state_gs.c167 goto done;
170 goto done;
179 goto done;
186 goto done;
204 goto done;
217 goto done;
224 done:
H A Dsvga_state_ts.c134 goto done;
137 goto done;
148 goto done;
160 goto done;
167 done:
352 goto done;
355 goto done;
378 goto done;
390 goto done;
397 done
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Ddisk_cache_os.c78 /* If the path exists already, then our work is done if it's a
366 size_t done; local in function:read_all
368 for (done = 0; done < count; done += read_ret) {
369 read_ret = read(fd, in + done, count - done);
373 return done;
381 size_t done; local in function:write_all
383 for (done
[all...]
/xsrc/external/mit/xlsatoms/dist/
H A Dxlsatoms.c251 int done = 0; local in function:say_batch
260 if (!done || !stop_error) {
272 done = 1;
277 return done && stop_error;
284 int done = 0; local in function:list_atoms
291 while (!done) {
294 done = say_batch(c, format, cookie_jar, low, count, (mask & RangeHigh) == 0);
296 done = 1;
/xsrc/external/mit/MesaLib/dist/bin/
H A Dpost_version.py84 done = 'update calendar'
88 done += ' and link releases notes'
91 f'docs: {done} for {args.version}'])
/xsrc/external/mit/xdm/dist/xdm/
H A Dprngc.c118 goto done;
130 goto done;
145 goto done;
156 goto done;
160 done:
/xsrc/external/mit/editres/dist/
H A Dcomm.c322 * Description: done with the selection.
569 goto done;
582 goto done;
590 goto done;
612 goto done;
622 goto done;
634 goto done;
645 goto done;
649 goto done;
655 goto done;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Ddisk_cache.c143 /* If the path exists already, then our work is done if it's a
704 size_t done; local in function:read_all
706 for (done = 0; done < count; done += read_ret) {
707 read_ret = read(fd, in + done, count - done);
711 return done;
719 size_t done; local in function:write_all
721 for (done
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_ext_context.c66 BOOL done = FALSE; local in function:wglCreateContextAttribsARB
72 for (i = 0; !done && attribList[i]; i++) {
91 done = TRUE;
/xsrc/external/mit/ctwm/dist/client/
H A Dforward.c47 int done; local in function:main
147 for(done = 0; !done;) {
/xsrc/external/mit/fontconfig/dist/m4/
H A Dac_check_symbol.m427 done
47 done
/xsrc/external/mit/libX11/dist/src/
H A DRdBitF.c85 int done = 0; local in function:NextInt
90 while (!done) {
94 done++;
102 done++;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dsb_pass.cpp37 int vpass::done() { return 0; } function in class:r600_sb::vpass
46 if ((r = done()))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dsb_pass.cpp37 int vpass::done() { return 0; } function in class:r600_sb::vpass
46 if ((r = done()))

Completed in 22 milliseconds

1234567891011>>