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 174 UINT8 LineCount; /* Number of help lines */
actbl2.h 2497 UINT32 LineCount;
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asfile.c 358 UINT32 LineCount = 0;
375 LineCount++;
382 if (LineCount == LfCount)
asconvrt.c 1430 UINT32 LineCount = 0;
1439 Gbl_TotalLines += LineCount;
1440 return (LineCount);
1449 LineCount++;
1461 Gbl_TotalLines += LineCount;
1462 return (LineCount);
1516 UINT32 LineCount = 0;
1562 LineCount++;
1584 Gbl_SourceLines += LineCount;
1589 CommentCount, WhiteCount, LineCount,
    [all...]
  /src/sys/external/bsd/acpica/dist/debugger/
dbinput.c 492 UINT32 LineCount;
522 LineCount = Help->LineCount;
523 while (LineCount)
527 LineCount--;

Completed in 128 milliseconds