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

/freebsd-13-stable/contrib/opencsd/decoder/source/stm/
H A Dtrc_pkt_proc_stm.cpp975 uint8_t gray_bit = bin_bit + 1; local
976 for (; gray_bit < 64; gray_bit++)
977 bit_tmp ^= (((1ull << gray_bit) & gray_value) >> gray_bit);

Completed in 54 milliseconds