Home
last modified time | relevance | path

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

/third_party/node/benchmark/buffers/
H A Dbuffer-base64-decode-wrapped.js7 linesCount: [8 << 16],
11 function main({ charsPerLine, linesCount, n }) {
12 const bytesCount = charsPerLine * linesCount / 4 * 3;
15 const data = line.repeat(linesCount);
/third_party/icu/tools/colprobe/
H A Dcolprobe.cpp1548 int32_t linesCount = 0; in processCollator() local
1578 linesCount = 0; in processCollator()
1581 Line *currLine = lines+linesCount; in processCollator()
1591 currLine->index = linesCount; in processCollator()
1592 linesCount++; in processCollator()

Completed in 4 milliseconds