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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmoduli.c112 #define TINY_NUMBER (1UL<<16) macro
249 u_int32_t smallwords = TINY_NUMBER >> 6;
250 u_int32_t tinywords = TINY_NUMBER >> 6;
370 for (smallbase = TINY_NUMBER + 3;
371 smallbase < (SMALL_MAXIMUM - TINY_NUMBER);
372 smallbase += TINY_NUMBER) {

Completed in 75 milliseconds