Lines Matching defs:done
37 This is done starting at a word boundary, and continues until as many blocks
230 atomic_int done;
241 if (!atomic_load(&state->done)) {
243 while (!atomic_load(&state->done))
247 atomic_store(&state->done, 1);
257 volatile int done;
275 if (!state->done) {
277 while (!state->done)
281 state->done = 1;
303 This calculation is done using the shift-register method of multiplying and