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

/macosx-10.5.8/xnu-1228.15.4/bsd/dev/random/YarrowCoreLib/src/
H A Duserdefines.h40 #define THRESHOLD 100 /* Minimum amount of entropy for a reseed */ macro
H A Dprng.c570 if(sum>THRESHOLD)
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dmkext.c87 #define THRESHOLD 2 /* encode string into position and length macro
138 j = (j & 0x0F) + THRESHOLD;
317 if (sp->match_length <= THRESHOLD) {
322 /* Send position and length pair. Note match_length > THRESHOLD. */
326 | (sp->match_length - (THRESHOLD + 1)) );

Completed in 30 milliseconds