Home
last modified time | relevance | path

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

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