Searched refs:lfsr (Results 1 – 3 of 3) sorted by relevance
14 uint16_t lfsr = TF_RAND_LFSR_INIT_VALUE; variable25 bit = ((lfsr >> 0) ^ (lfsr >> 2) ^ (lfsr >> 3) ^ (lfsr >> 5)) & 1; in rand16()26 return lfsr = (lfsr >> 1) | (bit << 15); in rand16()45 lfsr = TF_RAND_LFSR_INIT_VALUE; in rand_init()
4672 uint64_t lfsr : 16; /**< The current state of the LFSR used to feed random member4676 uint64_t lfsr : 16;
10035 uint64_t lfsr : 16; /**< The current state of the LFSR used to feed random member10040 uint64_t lfsr : 16;