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

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

Completed in 72 milliseconds