HomeSort by: relevance | last modified time | path
    Searched refs:EndLine (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_powerpc64.cc 36 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask;
38 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
42 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
  /src/sys/external/bsd/acpica/dist/compiler/
asllisting.c 446 Op->Asl.LineNumber, Op->Asl.EndLine,
544 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId);
658 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
675 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
asltree.c 432 if (Op->Asl.EndLine)
437 Op->Asl.EndLine = AslGbl_CurrentLineNumber;
478 Op->Asl.LineNumber, Op->Asl.EndLine,
asltransform.c 287 Op->Asl.EndLine = Neighbor->Asl.EndLine;
aslcodegen.c 299 /* 18 */ Op->Asl.EndLine,
aslparseop.c 575 Source->Asl.LineNumber, Source->Asl.EndLine,
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1177 UINT32 EndLine;

Completed in 209 milliseconds