Home | History | Annotate | Download | only in aml

Lines Matching defs:opname

1293 	const char	*opname[4] = {"CreateDWordField", "CreateWordField",
1540 #define NUMOP2(opname, operation) do { \
1541 AML_DEBUGPRINT(opname); \
1672 #define NUMOP3_2(opname, oparation, ope2) do { \
1673 AML_DEBUGPRINT(opname); \
1690 #define NUMOP3(opname, operation) NUMOP3_2(opname, operation, )
1691 #define NUMOPN3(opname, operation) NUMOP3_2(opname, operation, ~)
1911 AML_DEBUGPRINT("%s(", opname[widthindex]);
1945 #define CMPOP(opname,operation) do { \
1946 AML_DEBUGPRINT(opname); \