Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/mech/
H A Dseq.c37 static const int NBITS = SSIZE * WBITS_DEF; /* Total bits in the sequence */ variable
196 *(OM_uint32 *)argp = NBITS; in __context_debug_get_hist_size()
266 if (bit >= NBITS) in check_bit()
276 if (bit < NBITS) in set_bit()
387 if (n > NBITS - 1) in __dh_seq_detection()
/illumos-gate/usr/src/cmd/sgs/libelf/common/
H A Dinput.c75 #define NBITS (8 * sizeof (unsigned)) macro
76 #define REGSZ (NBITS * _elf_pagesize)
170 if (hdbit == ((unsigned)1 << (NBITS - 1))) { in _elf_vm()