Searched refs:Comment (Results 1 – 16 of 16) sorted by relevance
/acpica-latest/source/tools/acpisrc/ |
D | asremove.c | 262 char *Comment; in AsRemoveConditionalCompile() local 283 Comment = NULL; in AsRemoveConditionalCompile() 287 Comment = strstr (SubString, AS_START_IGNORE); in AsRemoveConditionalCompile() 290 if ((Comment) && in AsRemoveConditionalCompile() 291 (Comment < SubBuffer)) in AsRemoveConditionalCompile() 293 SubString = strstr (Comment, AS_STOP_IGNORE); in AsRemoveConditionalCompile() 305 Comment = strstr (SubString, "/*"); in AsRemoveConditionalCompile() 307 if ((Comment) && in AsRemoveConditionalCompile() 308 (Comment < SubBuffer)) in AsRemoveConditionalCompile() 310 SubString = strstr (Comment, "*/"); in AsRemoveConditionalCompile()
|
/acpica-latest/source/compiler/ |
D | cvcompiler.c | 422 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths() 424 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths() 435 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths() 437 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths() 539 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlDefBlockComment() 540 CvDbgPrint ("Printing comment: %s\n", Current->Comment); in CgWriteAmlDefBlockComment() 670 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment() 680 CgWriteOneAmlComment(Op, Current->Comment, CommentOption); in CgWriteAmlComment() 909 AslGbl_CommentListTail->Comment = ToAdd; in CvAddToCommentList()
|
D | dtcompilerparser.l | 195 Comment \[[^\n\[\]]*\] 196 CommentField {LabelName}{WhiteSpace}*:{WhiteSpace}{Comment}?$ 214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
|
D | cvparser.c | 765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly() 791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly() 816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly() 896 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly() 912 CommentNode->Comment); in CvCaptureCommentsOnly()
|
D | cvdisasm.c | 197 if (Current->Comment) in CvPrintOneCommentList() 200 AcpiOsPrintf("%s\n", Current->Comment); in CvPrintOneCommentList() 201 Current->Comment = NULL; in CvPrintOneCommentList()
|
D | aslcodegen.c | 641 CommentLength = strlen (Current->Comment)+3; in CgWriteTableHeader() 643 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CgWriteTableHeader()
|
D | asltree.c | 535 Op->Asl.ParseOpName, AslGbl_CommentListHead->Comment); in TrLinkOpChildren()
|
D | aslparseop.c | 895 CvDbgPrint (" %s\n", Op->Asl.CommentList->Comment); in TrAllocateOp()
|
/acpica-latest/generate/lint/ |
D | co.lnt | 12 // (no warnings, just syntax errors). Comment out if you
|
D | co-msc40.lnt | 23 // (no warnings, just syntax errors). Comment out if you
|
D | co-msc60.lnt | 24 // (no warnings, just syntax errors). Comment out if you
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0211/ |
D | DECL.asl | 53 * ------- Additional Comment #8 From Len Brown 2006-06-25 21:49 -------
|
/acpica-latest/source/include/ |
D | aclocal.h | 1103 char *Comment; member
|
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/common/ |
D | data.asl | 107 /* Comment/uncomment it */
|
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/misc/ |
D | ms1.asl | 6167 // Comment the wrappers and compile with -f iASL option.
|
/acpica-latest/documents/ |
D | changes.txt | 7972 numbers. Comment remover could get confused and miss a comment ending.
|