Searched defs:gray_code (Results 1 – 2 of 2) sorted by relevance
18 static uint64_t gray_code_to_binary(uint64_t gray_code) in gray_code_to_binary()31 uint64_t gray_code, bin_code; in lastbus_dump_monitor() local
70 int gray_code = i ^ (i >> 1); in GetFirstPoint() local