Home
last modified time | relevance | path

Searched refs:lfsr (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Drand.c14 uint16_t lfsr = TF_RAND_LFSR_INIT_VALUE; variable
25 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()
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-agl-defs.h4672 uint64_t lfsr : 16; /**< The current state of the LFSR used to feed random member
4676 uint64_t lfsr : 16;
H A Dcvmx-gmxx-defs.h10035 uint64_t lfsr : 16; /**< The current state of the LFSR used to feed random member
10040 uint64_t lfsr : 16;