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

/freebsd-13-stable/sys/contrib/zstd/programs/
H A Dutil.c349 size_t const lineLength = readLineFromFile(buf+pos, dstCapacity-pos, inputFile); local
350 if (lineLength == 0) break;
351 assert(pos + lineLength < dstCapacity);
352 pos += lineLength;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp545 int lineLength = (int)((info->lastchar - info->buffer) + GetPromptWidth()); local
546 int new_line_rows = (lineLength / m_terminal_width) + 1;
1329 int lineLength = local
1331 m_current_line_rows = (lineLength / columns) + 1;

Completed in 114 milliseconds