Searched refs:bits (Results 1 – 3 of 3) sorted by relevance
4 bits = [] variable8 while not (len(bits) and reg==0x57):10 channels[reg & 0x3f] = len(bits)12 bits.append(bit)17 print bits
211 static uint8_t air_to_host8(const char *air_order, const int bits) in air_to_host8() argument215 for (i = 0; i < bits; i++) in air_to_host8()219 static uint16_t air_to_host16(const char *air_order, const int bits) in air_to_host16() argument223 for (i = 0; i < bits; i++) in air_to_host16()227 static uint32_t air_to_host32(const char *air_order, const int bits) in air_to_host32() argument231 for (i = 0; i < bits; i++) in air_to_host32()235 static uint64_t air_to_host64(const char *air_order, const int bits) in air_to_host64() argument239 for (i = 0; i < bits; i++) in air_to_host64()1025 int bits; in EV3() local1031 bits = pkt->payload_length * 8; in EV3()[all …]
199 + "High bits of native clock", HFILL } },