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

/xnu-2422.115.4/bsd/dev/random/YarrowCoreLib/src/
H A Duserdefines.h40 #define THRESHOLD 100 /* Minimum amount of entropy for a reseed */ macro
H A Dprng.c574 if(sum>THRESHOLD)
/xnu-2422.115.4/libkern/
H A Dmkext.c83 #define THRESHOLD 2 /* encode string into position and length macro
138 j = (j & 0x0F) + THRESHOLD;
/xnu-2422.115.4/osfmk/kern/
H A Dtimer_call.c1318 THRESHOLD, QCOUNT, enumerator in enum:__anon1070
1328 case THRESHOLD:
1474 case THRESHOLD:
/xnu-2422.115.4/osfmk/console/
H A Dvideo_console.c2230 #define THRESHOLD 2 /* encode string into position and length macro
2282 j = (j & 0x0F) + THRESHOLD;
/xnu-2422.115.4/bsd/kern/
H A Dkern_sysctl.c2679 THRESHOLD, QCOUNT, enumerator in enum:__anon115
2705 (void *) THRESHOLD, 0, sysctl_timer, "Q", "");

Completed in 43 milliseconds