OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERIAL_BITS
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/nsd/dist/
util.c
825
#define
SERIAL_BITS
32
829
const uint32_t cutoff = ((uint32_t) 1 << (
SERIAL_BITS
- 1));
/src/external/bsd/openldap/dist/servers/slapd/overlays/
autoca.c
228
#define
SERIAL_BITS
64 /* should be less than 160 */
330
if (!BN_pseudo_rand(bn,
SERIAL_BITS
, 0, 0))
/src/external/bsd/unbound/dist/services/
authzone.c
7401
#define
SERIAL_BITS
32
7405
const uint32_t cutoff = ((uint32_t) 1 << (
SERIAL_BITS
- 1));
Completed in 23 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026