Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
H A Dstring_buffer.c115 uint32_t space_left = str->capacity - str->length; in _mesa_string_buffer_vprintf() local
118 space_left, format, arg_copy); in _mesa_string_buffer_vprintf()
126 if (len < space_left) { in _mesa_string_buffer_vprintf()
/third_party/python/Lib/
H A Dtextwrap.py208 space_left = 1
210 space_left = width - cur_len
215 end = space_left
217 if self.break_on_hyphens and len(chunk) > space_left:
220 hyphen = chunk.rfind('-', 0, space_left)

Completed in 2 milliseconds