Home
last modified time | relevance | path

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

/smoltcp-0.9.1/src/storage/
Dring_buffer.rs309 let until_end = self.capacity() - start_at; in get_unallocated() localVariable
310 if size > until_end { in get_unallocated()
311 size = until_end in get_unallocated()
364 let until_end = self.capacity() - start_at; in get_allocated() localVariable
365 if size > until_end { in get_allocated()
366 size = until_end in get_allocated()