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

1 2 3

  /src/external/gpl3/gcc/dist/libgcc/config/frv/
frvbegin.c 99 static int completed = 0; local
101 if (completed)
107 completed = 1;
frvbegin.c 99 static int completed = 0; local
101 if (completed)
107 completed = 1;
  /src/external/gpl3/gcc/dist/libgcc/config/nds32/
initfini.c 91 static int completed = 0; local
93 if (completed)
99 completed = 1;
initfini.c 91 static int completed = 0; local
93 if (completed)
99 completed = 1;
  /src/external/gpl3/gcc.old/dist/libgcc/config/frv/
frvbegin.c 99 static int completed = 0; local
101 if (completed)
107 completed = 1;
frvbegin.c 99 static int completed = 0; local
101 if (completed)
107 completed = 1;
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
initfini.c 91 static int completed = 0; local
93 if (completed)
99 completed = 1;
initfini.c 91 static int completed = 0; local
93 if (completed)
99 completed = 1;
  /src/external/gpl3/gcc/dist/libgomp/
work.c 293 unsigned completed; local
307 completed = __sync_add_and_fetch (&ws->threads_completed, 1);
310 completed = ++ws->threads_completed;
314 if (completed == team->nthreads)
work.c 293 unsigned completed; local
307 completed = __sync_add_and_fetch (&ws->threads_completed, 1);
310 completed = ++ws->threads_completed;
314 if (completed == team->nthreads)
  /src/external/gpl3/gcc.old/dist/libgomp/
work.c 293 unsigned completed; local
307 completed = __sync_add_and_fetch (&ws->threads_completed, 1);
310 completed = ++ws->threads_completed;
314 if (completed == team->nthreads)
work.c 293 unsigned completed; local
307 completed = __sync_add_and_fetch (&ws->threads_completed, 1);
310 completed = ++ws->threads_completed;
314 if (completed == team->nthreads)
  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
DepthFirstIterator.h 65 // one more method, completed, which is invoked when all children of a
77 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
143 this->Visited.completed(Node);
DepthFirstIterator.h 65 // one more method, completed, which is invoked when all children of a
77 void completed(NodeRef) {} function in struct:llvm::df_iterator_default_set
143 this->Visited.completed(Node);
  /src/external/gpl3/gcc/dist/libgcc/
crtstuff.c 381 static _Bool completed; local
383 if (__builtin_expect (completed, 0))
438 completed = 1;
crtstuff.c 381 static _Bool completed; local
383 if (__builtin_expect (completed, 0))
438 completed = 1;
  /src/external/gpl3/gcc.old/dist/libgcc/
crtstuff.c 380 static _Bool completed; local
382 if (__builtin_expect (completed, 0))
437 completed = 1;
crtstuff.c 380 static _Bool completed; local
382 if (__builtin_expect (completed, 0))
437 completed = 1;
  /src/external/mpl/bind/dist/bin/tests/system/doth/
stress_http_quota.py 185 def completed(self): member in class:MultiDIG
228 f"be alive, but {multidig.completed()} of them have completed"
stress_http_quota.py 185 def completed(self): member in class:MultiDIG
228 f"be alive, but {multidig.completed()} of them have completed"
  /src/external/bsd/zstd/dist/programs/
benchfn.c 216 int completed = 0; local
219 while (!completed) {
244 assert(completed == 0);
250 completed = 1;
253 } /* while (!completed) */
benchfn.c 216 int completed = 0; local
219 while (!completed) {
244 assert(completed == 0);
250 completed = 1;
253 } /* while (!completed) */
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
ADCE.cpp 267 void completed(BasicBlock *BB) { (*this)[BB] = false; } function in class:DFState
  /src/external/bsd/nsd/dist/
xdp-server.c 162 * Send outstanding packets and recollect completed frame addresses
945 /* wake up kernel for tx if needed and collect completed tx buffers */
951 uint32_t completed, idx_cq; local
953 /* free completed TX buffers */
954 completed = xsk_ring_cons__peek(&xsk->umem->cq,
958 if (completed > 0) {
959 for (uint32_t i = 0; i < completed; i++) {
964 xsk_ring_cons__release(&xsk->umem->cq, completed);
965 xsk->outstanding_tx -= completed < xsk->outstanding_tx ?
966 completed : xsk->outstanding_tx
    [all...]
  /src/external/bsd/wpa/dist/src/pasn/
pasn_common.h 31 bool completed; member in struct:pasn_fils

Completed in 75 milliseconds

1 2 3