Searched defs:bytecount (Results 1 – 3 of 3) sorted by relevance
183 int bytecount = 0; in Get_ULEB128() local209 int bytecount = 0; in Get_SLEB128() local
720 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split() local1526 int bytecount = maxp_mult * maxp; in dwc2_qh_init() local2117 dwc2_usb_calc_bus_time(int speed, int is_input, int isoc, int bytecount) in dwc2_usb_calc_bus_time()
136 #define BitTime(bytecount) (7 * 8 * bytecount / 6) argument