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

  /src/sys/external/bsd/acpica/dist/compiler/
cvcompiler.c 166 for (i = 0; (CurrentState.CommentType != ASL_COMMENT_STANDARD) &&
173 CvPlaceComment (CurrentState.CommentType, FinalCommentString);
240 for (i = 0; (CurrentState.CommentType != 1) &&
261 CvPlaceComment (CurrentState.CommentType, FinalCommentString);
727 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
732 /* Keep the CommentType the same */
739 AslGbl_CommentState.CommentType = ASL_COMMENT_OPEN_PAREN;
744 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_PAREN;
749 AslGbl_CommentState.CommentType = ASL_COMMENT_STANDARD;
756 AslGbl_CommentState.CommentType = ASL_COMMENT_CLOSE_BRACE
    [all...]
cvdisasm.c 138 * CommentType
144 * DESCRIPTION: Prints all comments of CommentType within the given Op and
153 UINT8 CommentType,
161 switch (CommentType)
aslstartup.c 121 AslGbl_CommentState.CommentType = 1;
aslsupport.l 286 AslGbl_CommentState.CommentType = STANDARD_COMMENT;
  /src/sys/external/bsd/acpica/dist/include/
acconvert.h 196 UINT8 CommentType,
aclocal.h 1095 UINT8 CommentType;

Completed in 29 milliseconds