Home
last modified time | relevance | path

Searched refs:end_count (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/dev/usb/dwc2/
Ddwc2_hcdqueue.c752 int end_count; in dwc2_uframe_schedule_split() local
897 end_count = bytecount; in dwc2_uframe_schedule_split()
906 end_count = 4; in dwc2_uframe_schedule_split()
931 end_count = middle_count; in dwc2_uframe_schedule_split()
937 end_count = other_data_bytes % 188; in dwc2_uframe_schedule_split()
948 HS_USECS_ISO(end_count); in dwc2_uframe_schedule_split()
/openbsd/src/gnu/llvm/lldb/source/Plugins/ObjectContainer/BSD-Archive/
DObjectContainerBSDArchive.cpp632 const size_t end_count = specs.GetSize(); in GetModuleSpecifications() local
633 size_t num_specs_added = end_count - initial_count; in GetModuleSpecifications()
637 for (size_t i = initial_count; i < end_count; ++i) { in GetModuleSpecifications()