Searched refs:remaining (Results 1 – 9 of 9) sorted by relevance
74 size_t remaining = count_; in Write() local75 while (remaining != 0u) { in Write()76 size_t to_write = std::min(remaining, sizeof(text_)); in Write()78 remaining -= to_write; in Write()
334 std::string remaining = spec; in ParseInternal() local337 while (!remaining.empty()) { in ParseInternal()339 size_t first_class_loader_separator = remaining.find_first_of(kClassLoaderSeparator); in ParseInternal()341 remaining.find_first_of(kClassLoaderSharedLibraryOpeningMark); in ParseInternal()345 class_loader_spec = remaining; in ParseInternal()346 remaining = ""; in ParseInternal()351 class_loader_spec = remaining.substr(0, first_class_loader_separator); in ParseInternal()352 remaining = remaining.substr(first_class_loader_separator + 1, in ParseInternal()353 remaining.size() - first_class_loader_separator - 1); in ParseInternal()359 FindMatchingSharedLibraryCloseMarker(remaining, first_shared_library_open); in ParseInternal()[all …]
273 ArrayRef<const uint8_t> remaining = quickening_info.SubArray(quickening_offset - 1); in GetQuickeningInfoAt() local274 return remaining.SubArray(0u, QuickenInfoTable::SizeInBytes(remaining)); in GetQuickeningInfoAt()
349 size_t remaining = gap_end - current_offset; in AddFieldGap() local350 if (remaining >= sizeof(uint32_t) && IsAligned<4>(current_offset)) { in AddFieldGap()353 } else if (remaining >= sizeof(uint16_t) && IsAligned<2>(current_offset)) { in AddFieldGap()
106 List<T> remaining = selector.remaining(); in render() local107 if (!remaining.isEmpty()) { in render()115 for (T elem : remaining) { in render()
59 public List<T> remaining() { in remaining() method in SubsetSelector
315 size_t remaining = string.size() - string_idx; in MatchSubstrings() local316 if (remaining > 0) { in MatchSubstrings()325 string_idx += remaining; in MatchSubstrings()
315 // This includes the remaining test functions. We should try to refactor things to
1854 subu $a3, $a2, $v0 # Compute the remaining buffer size.