Lines Matching defs:done
43 This is done starting at a word boundary, and continues until as many blocks
234 atomic_int done;
244 if (!atomic_load(&state->done)) {
246 while (!atomic_load(&state->done))
250 atomic_store(&state->done, 1);
260 volatile int done;
276 if (!state->done) {
278 while (!state->done)
282 state->done = 1;
304 This calculation is done using the shift-register method of multiplying and