Searched refs:maxInline (Results 1 – 1 of 1) sorted by relevance
203 unsigned maxInline = getMaxInlineResults(); in getNumTrailing() local204 return numResults <= maxInline ? 0 : numResults - maxInline; in getNumTrailing()