Home
last modified time | relevance | path

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

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dls.c236 unsigned height, widecols; in next_column() local
257 widecols = dtlen % height; in next_column()
258 if (!widecols) widecols = height; in next_column()
259 transition = widecols * columns; in next_column()
268 return (*xpos*height) + widecols + (ul/(columns-1)); in next_column()
/third_party/toybox/toys/posix/
H A Dls.c246 unsigned height, widecols; in next_column() local
267 widecols = dtlen % height; in next_column()
268 if (!widecols) widecols = height; in next_column()
269 transition = widecols * columns; in next_column()
278 return (*xpos*height) + widecols + (ul/(columns-1)); in next_column()

Completed in 3 milliseconds