Searched defs:done (Results 226 - 250 of 631) sorted by relevance

1234567891011>>

/external/eigen/bench/
H A Dbench_gemm.cpp32 static double done = 1; variable
61 dgemm_(&notrans,&notrans,&M,&N,&K,&done,
63 const_cast<double*>(b.data()),&ldb,&done,
/external/icu/icu4c/source/test/threadtest/
H A Dthreadtest.cpp479 UBool done = gRunInfo.runningThreads == 0; local
481 if (done) { break;}
502 // Time's up, we are done. (We only get here if this was a timed run)
508 UBool done = gRunInfo.runningThreads == 0; local
510 if (done) { break;}
/external/iputils/ninfod/
H A Dninfod_name.c213 int done = 0, retcode = 0; local
234 if (!done) {
237 done = 1; /* FQDN */
240 done = 1;
245 done = 1;
249 done = 1;
256 n += done ? 0 : (*n + 1);
/external/jsmn/
H A Djsmn_test.c12 #define done() return 0 macro
/external/libedit/examples/
H A Dfileman.c80 /* When non-zero, this means the user is done using this program. */
81 int done; variable
107 for ( ; done == 0; )
459 done = 1;
/external/libedit/src/
H A Dsearch.c221 int done, redo; local
240 done = redo = 0;
283 done++;
292 done++;
334 done++;
345 if (!done) {
445 if (done || ret != CC_NORM)
/external/libvterm/src/
H A Dpen.c202 // This logic is easier to do 'done' backwards; set it true, and make it
204 int done = 1; local
345 done = 0;
349 if(!done)
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dsched-messaging.c98 int ret, done = 0; local
101 ret = write(ctx->out_fds[j], data + done,
102 sizeof(data)-done);
105 done += ret;
106 if (done < DATASIZE)
129 int ret, done = 0; local
132 ret = read(ctx->in_fds[0], data + done, DATASIZE - done);
135 done += ret;
136 if (done < DATASIZ
[all...]
/external/lldb/source/Core/
H A DCommunication.cpp350 bool done = false; local
351 while (!done && comm->m_read_thread_enabled)
371 done = true;
375 done = true;
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp411 bool done = false; local
413 for (idx = 1; !done && idx < bytes_len; ++idx)
421 done = true;
/external/lldb/source/Target/
H A DThreadPlanStepOut.cpp184 // If this one is done, then we are all done.
215 bool done; local
220 done = true;
225 done = true;
230 done = true;
232 done = false;
235 if (done)
241 // If there was only one owner, then we're done. But if we also hit some
242 // user breakpoint on our way out, we should mark ourselves as done, bu
[all...]
/external/lldb/tools/lldb-perf/common/clang/
H A Dlldb_perf_clang.cpp343 bool done = false; local
351 while (!done)
367 done = true;
/external/lldb/tools/lldb-perf/common/stepping/
H A Dlldb-perf-stepping.cpp233 bool done = false; local
241 while (!done)
257 done = true;
/external/llvm/lib/Target/Sparc/
H A DDelaySlotFiller.cpp201 bool done = false; local
205 while (!done) {
206 done = (I == MBB.begin());
208 if (!done)
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_debug.c906 boolean done = FALSE; local
919 while (!done &&
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.c41 int *done = data; local
43 *done = 1;
55 int done = 0, ret = 0; local
58 wl_callback_add_listener(callback, &sync_listener, &done);
60 while (ret != -1 && !done)
63 if (!done)
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_debug.c821 bool done = false; local
829 while (!done &&
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_light.c258 /* FIXME: Is this already done?
313 static int done; local
315 if (!done) {
320 done = 1;
407 /* This and the above should only be done on _NEW_LIGHT:
/external/openssl/apps/
H A Dpasswd.c254 int done; local
278 done = (r <= 0);
280 while (!done);
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/
H A Dcidload.c550 FT_Bool upper_nibble, done; local
562 done = 0;
603 done = 1;
621 if ( done )
/external/qemu/android/
H A Dlooper.h122 void (*done) (void* impl); member in struct:LoopTimerClass
141 timer->clazz->done(timer->impl);
219 void (*done)(void* impl); member in struct:LoopIoClass
233 io->clazz->done(io->impl);
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestalpha.c146 /* We're done! */
329 int i, done; local
450 done = 0;
452 while ( !done ) {
510 done = 1;
513 done = 1;
528 done = 1;
H A Dtestsprite.c159 int i, done; local
291 done = 0;
293 while ( !done ) {
304 done = 1;
/external/qemu/util/
H A Diov.c32 size_t done; local
34 for (i = 0, done = 0; (offset || done < bytes) && i < iov_cnt; i++) {
36 size_t len = MIN(iov[i].iov_len - offset, bytes - done);
37 memcpy(iov[i].iov_base + offset, buf + done, len);
38 done += len;
45 return done;
51 size_t done; local
53 for (i = 0, done = 0; (offset || done < byte
70 size_t done; local
310 size_t done; local
[all...]
/external/skia/experimental/Intersection/
H A DShapeOps.cpp28 int done = 0; local
29 if (segment->activeAngle(nextStart, done, angles)) {
40 if (done == angles.count()) {
82 if (!segment->done(angle)) {
140 bool done; local
142 topUnsortable, done, true);
144 if (topUnsortable || !done) {
157 if (!unsortable && current->done()) {
161 SkASSERT(unsortable || !current->done());
185 || !current->done(SkMin3
[all...]

Completed in 4319 milliseconds

1234567891011>>