Searched defs:bit_value (Results 1 – 3 of 3) sorted by relevance
108 def _computeLEDmask(self, bit_value, failure, warning): argument152 def setLEDs(self, bit_value, failure, warning): argument
164 def TTCI_Set_LEDs(self, bit_value, failure, warning): argument
424 int bit_value = i >> (tot_num_packets - j - 1) & 1; in ComputeMetricsForCode() local