Searched defs:BitTime (Results 1 – 2 of 2) sorted by relevance
602 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ macro
617 #define BitTime(bytecount) (7 * 8 * bytecount / 6) /* with integer truncation */ macro