HomeSort by: relevance | last modified time | path
    Searched defs:LineCount (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/include/
acdebug.h 66 UINT8 LineCount; /* Number of help lines */
actbl2.h 2585 UINT32 LineCount;
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 250 UINT32 LineCount = 0;
267 LineCount++;
274 if (LineCount == LfCount)
asconvrt.c 1322 UINT32 LineCount = 0;
1331 Gbl_TotalLines += LineCount;
1332 return (LineCount);
1341 LineCount++;
1353 Gbl_TotalLines += LineCount;
1354 return (LineCount);
1408 UINT32 LineCount = 0;
1454 LineCount++;
1476 Gbl_SourceLines += LineCount;
1481 CommentCount, WhiteCount, LineCount,
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 384 UINT32 LineCount;
414 LineCount = Help->LineCount;
415 while (LineCount)
419 LineCount--;

Completed in 25 milliseconds