Home
last modified time | relevance | path

Searched refs:QIC_LEN_SQR (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/sendmail/src/
Dqueue.c5378 #define QIC_LEN_SQR (QIC_LEN * QIC_LEN) macro
5395 if (cX >= QIC_LEN_SQR || LastQueueTime == 0 || LastQueuePid != pid)
5402 % QIC_LEN_SQR;
5420 seq = (cX + random_offset) % QIC_LEN_SQR;