Lines Matching defs:done
37 This is done starting at a word boundary, and continues until as many blocks
227 atomic_int done;
237 if (!atomic_load(&state->done)) {
239 while (!atomic_load(&state->done))
243 atomic_store(&state->done, 1);
253 volatile int done;
269 if (!state->done) {
271 while (!state->done)
275 state->done = 1;
297 This calculation is done using the shift-register method of multiplying and