Searched refs:TinySieve (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c137 static u_int32_t *TinySieve, tinybits; variable
305 TinySieve = xcalloc(tinywords, sizeof(u_int32_t));
350 * TinySieve
353 if (BIT_TEST(TinySieve, i))
361 BIT_SET(TinySieve, j);
374 if (BIT_TEST(TinySieve, i))
443 xfree(TinySieve);

Completed in 125 milliseconds