Home
last modified time | relevance | path

Searched defs:bytecount (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp183 int bytecount = 0; in Get_ULEB128() local
209 int bytecount = 0; in Get_SLEB128() local
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c720 int bytecount = qh->maxp_mult * qh->maxp; in dwc2_uframe_schedule_split() local
1526 int bytecount = maxp_mult * maxp; in dwc2_qh_init() local
2117 dwc2_usb_calc_bus_time(int speed, int is_input, int isoc, int bytecount) in dwc2_usb_calc_bus_time()
H A Ddwc2var.h136 #define BitTime(bytecount) (7 * 8 * bytecount / 6) argument