HomeSort by relevance Sort by last modified time
    Searched defs:LineCount (Results 1 - 13 of 13) sorted by null

  /external/llvm/tools/llvm-cov/
CoverageSummaryInfo.cpp 46 unsigned LineCount = LineEnd - LineStart + 1;
50 ExecutionCounts.resize(LineCount, 0);
57 LineCount -= CR.LineEnd - CR.LineStart + 1;
63 CoveredLines += LineCount - std::count(ExecutionCounts.begin(),
65 NumLines += LineCount;
SourceCoverageView.cpp 177 LineCoverageStats LineCount;
179 LineCount.addRegionCount(WrappedSegment->Count);
182 LineCount.addRegionStartCount(S->Count);
186 renderLineCoverageColumn(OS, LineCount);
201 if (shouldRenderRegionMarkers(LineCount.hasMultipleRegions()))
  /external/giflib/
gif_font.c 213 int j = 0, LineCount = 0, TextWidth = 0;
223 LineCount++;
226 LineCount++; /* count last line */
238 border + LineCount * GIF_FONT_HEIGHT + border - 1, bg);
255 border + LineCount * GIF_FONT_HEIGHT + border, fg);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Drivers/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 49 UINTN LineCount;
72 for( LineCount = 0; LineCount < Height; LineCount++ ) {
92 for( LineCount = 0; LineCount < Height; LineCount++ ) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/VfrCompile/
VfrServices.cpp 193 UINT32 LineCount;
339 LineCount = 0;
359 while (LineCount < PoundLines + Curr->LineNum) {
370 LineCount++;
376 while ((Curr != NULL) && ((Curr->LineNum == 0) || (LineCount >= PoundLines + Curr->LineNum))) {
  /device/linaro/bootloader/edk2/Omap35xxPkg/LcdGraphicsOutputDxe/
LcdGraphicsOutputBlt.c 49 UINTN LineCount;
68 for( LineCount = 0; LineCount < Height; LineCount++ ) {
  /external/libcups/filter/
rastertoepson.c 65 LineCount, /* # of lines processed */
318 LineCount = 0;
662 if (Shingling && LineCount != 0)
668 if (LineCount & 1)
707 if (Shingling && LineCount != 0)
736 LineCount ++;
868 if (Shingling && LineCount != 0)
875 if (Shingling && LineCount != 0)
  /external/libevent/
event_rpcgen.py 370 def LineCount(self):
402 'around line %d' % (self._name, self.LineCount()))
406 'around line %d' % (self._name, self.LineCount()))
410 'around line %d' % (self._name, self.LineCount()))
600 'around line %d' % (self._name, self.LineCount()))
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c     [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
FileHandleWrappers.c     [all...]
Shell.c     [all...]
  /external/clang/lib/Format/
FormatToken.h 544 unsigned LineCount;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StrGather.c     [all...]

Completed in 259 milliseconds