Searched defs:tap (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dlfsr.h39 isc_uint32_t tap; /*%< bit taps */ member in struct:isc_lfsr
50 isc_uint32_t tap, unsigned int count,
66 *\li tap != 0
/bind-9.11.3/lib/isc/
H A Dlfsr.c26 isc_uint32_t tap, unsigned int count,
31 REQUIRE(tap != 0);
35 lfsr->tap = tap;
68 lfsr->state = (lfsr->state >> 1) ^ lfsr->tap;
25 isc_lfsr_init(isc_lfsr_t *lfsr, isc_uint32_t state, unsigned int bits, isc_uint32_t tap, unsigned int count, isc_lfsrreseed_t reseed, void *arg) argument

Completed in 10 milliseconds