Home
last modified time | relevance | path

Searched defs:gray_code (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/soc/mediatek/common/
H A Dlastbus_v2.c18 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
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsobol_op.cc70 int gray_code = i ^ (i >> 1); in GetFirstPoint() local