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

/freebsd-13-stable/crypto/openssh/
H A Dmoduli.c110 #define TINY_NUMBER (1UL<<16) macro
247 u_int32_t smallwords = TINY_NUMBER >> 6;
248 u_int32_t tinywords = TINY_NUMBER >> 6;
368 for (smallbase = TINY_NUMBER + 3;
369 smallbase < (SMALL_MAXIMUM - TINY_NUMBER);
370 smallbase += TINY_NUMBER) {

Completed in 63 milliseconds