HomeSort by: relevance | last modified time | path
    Searched defs:done (Results 1 - 25 of 99) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/libXmu/dist/src/
StrToShap.c 36 #define done(type, value) \ macro
63 done(int, XmuShapeRectangle);
65 done(int, XmuShapeOval);
67 done(int, XmuShapeEllipse);
69 done(int, XmuShapeRoundedRectangle);
StrToBmap.c 82 #define done(address, type) \ macro
108 done(&pixmap, Pixmap);
114 done(&pixmap, Pixmap);
141 done (&pixmap, Pixmap);
StrToGrav.c 34 #define done(address, type) \ macro
96 done(&np->gravity, XtGravity);
StrToWidg.c 46 #define done(address, type) \ macro
76 done(&widget, Widget);
86 done(&widget, Widget);
97 done(&widget, Widget);
107 done(&widget, Widget);
116 #undef done macro
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
sb_pass.cpp 37 int vpass::done() { return 0; } function in class:r600_sb::vpass
46 if ((r = done()))
sb_bc_dump.cpp 455 int bc_dump::done() { function in class:r600_sb::bc_dump
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
sb_pass.cpp 37 int vpass::done() { return 0; } function in class:r600_sb::vpass
46 if ((r = done()))
sb_bc_dump.cpp 453 int bc_dump::done() { function in class:r600_sb::bc_dump
  /xsrc/external/mit/xorg-server/dist/os/
timingsafe_memcmp.c 28 int res = 0, done = 0; local
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/xorg-server.old/dist/os/
timingsafe_memcmp.c 28 int res = 0, done = 0; local
40 /* set res = cmp if !done. */
41 res |= cmp & ~done;
43 /* set done if p1[i] != p2[i]. */
44 done |= lt | gt;
backtrace.c 160 int done = 0; local
164 while (!done) {
173 done = 1;
  /xsrc/external/mit/xtrap/dist/
xtrapstats.c 69 Bool done; local
108 done = False;
109 while(done == False)
124 done = True;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/omx/bellagio/
vid_dec_mpeg12.c 112 struct pipe_video_buffer *done; local
120 done = priv->picture.mpeg12.ref[0];
121 if (!done) {
127 done = priv->target;
131 priv->in_buffers[0]->pInputPortPrivate = done;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/omx/bellagio/
vid_dec_mpeg12.c 112 struct pipe_video_buffer *done; local
120 done = priv->picture.mpeg12.ref[0];
121 if (!done) {
127 done = priv->target;
131 priv->in_buffers[0]->pInputPortPrivate = done;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_ext_context.c 66 BOOL done = FALSE; local
72 for (i = 0; !done && attribList[i]; i++) {
91 done = TRUE;
  /xsrc/external/mit/ctwm/dist/client/
forward.c 47 int done; local
147 for(done = 0; !done;) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_ext_context.c 80 BOOL done = FALSE; local
86 for (i = 0; !done && attribList[i]; i++) {
105 done = TRUE;
  /xsrc/external/mit/libX11/dist/src/
RdBitF.c 85 int done = 0; local
90 while (!done) {
94 done++;
102 done++;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/int10/vm86/
linux_vm86.c 50 int done, is_rep, prefix66, prefix67; local
59 done = 0;
93 done = 1;
95 } while (!done);
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxarg.c 111 int done; local
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/xorg-server.old/dist/hw/xfree86/os-support/linux/int10/vm86/
linux_vm86.c 50 int done, is_rep, prefix66, prefix67; local
59 done = 0;
73 default: done=1;
75 } while (!done);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
ir3_lower_parallelcopy.c 39 bool done; member in struct:copy_entry
298 assert(!entry->done);
306 new_entry->done = false;
347 if (!entry->done && !entry_blocked(entry, ctx)) {
348 entry->done = true;
374 if (entry->done || entry->flags & IR3_REG_HALF)
424 if (entry->done)
431 entry->done = true;
444 if (blocking->done)
469 entry->done = true
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/
eglut_wayland.c 54 int *done = data; local
56 *done = 1;
68 int done = 0, ret = 0; local
71 wl_callback_add_listener(callback, &sync_listener, &done);
72 while (ret != -1 && !done)
75 if (!done)
  /xsrc/external/mit/smproxy/dist/
save.c 314 int done = 0;
324 done = 1;
327 while (!done)
335 done = 1;
311 int done = 0; local
  /xsrc/external/mit/xlsatoms/dist/
xlsatoms.c 251 int done = 0; local
260 if (!done || !stop_error) {
272 done = 1;
277 return done && stop_error;
284 int done = 0; local
291 while (!done) {
294 done = say_batch(c, format, cookie_jar, low, count, (mask & RangeHigh) == 0);
296 done = 1;

Completed in 30 milliseconds

1 2 3 4