Searched refs:AML_COMMENT_OP (Results 1 – 3 of 3) sorted by relevance
301 if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()313 else if ((*TreeAml == AML_COMMENT_OP) && in CvInitFileTree()728 Opcode != AML_COMMENT_OP) in CvCaptureCommentsOnly()733 while (Opcode == AML_COMMENT_OP) in CvCaptureCommentsOnly()
578 UINT8 CommentOpcode = (UINT8) AML_COMMENT_OP; in CgWriteOneAmlComment()
248 #define AML_COMMENT_OP (UINT16) 0xa9 macro