HomeSort by: relevance | last modified time | path
    Searched defs:maxones (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/lib/libkern/
rngtest.c 161 #define MAXONES 10275
168 const int maxones = MAXONES; variable in typeref:typename:const int
205 if (c <= minones || maxones <= c) {
rngtest.c 161 #define MAXONES 10275
168 const int maxones = MAXONES; variable in typeref:typename:const int
205 if (c <= minones || maxones <= c) {

Completed in 40 milliseconds