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

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlfsr.c31 #define VALID_LFSR(x) (x != NULL) macro
38 REQUIRE(VALID_LFSR(lfsr));
92 REQUIRE(VALID_LFSR(lfsr));
134 REQUIRE(VALID_LFSR(lfsr));
150 REQUIRE(VALID_LFSR(lfsr1));
151 REQUIRE(VALID_LFSR(lfsr2));

Completed in 104 milliseconds