Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/stm/
Dtrc_pkt_proc_stm.cpp963 uint64_t gray_arg_2 = ((1ull << i) & bin_value) >> i; in bin_to_gray() local
964 gray_value |= ((gray_arg_1 ^ gray_arg_2) << i); in bin_to_gray()