Lines Matching refs:REPLACE_SUBSTRINGS
58 {"UINT32 ", "unsigned int", REPLACE_SUBSTRINGS},
59 {"UINT16 ", "unsigned short", REPLACE_SUBSTRINGS},
60 {"UINT8 ", "unsigned char", REPLACE_SUBSTRINGS},
61 {"BOOLEAN ", "unsigned char", REPLACE_SUBSTRINGS},
65 {"UINT32", "unsigned int", REPLACE_SUBSTRINGS},
66 {"UINT16", "unsigned short", REPLACE_SUBSTRINGS},
67 {"UINT8", "unsigned char", REPLACE_SUBSTRINGS},
68 {"BOOLEAN", "unsigned char", REPLACE_SUBSTRINGS},
70 {"INT32 ", "int ", REPLACE_SUBSTRINGS},
71 {"INT32", "int", REPLACE_SUBSTRINGS},
72 {"INT16", "short", REPLACE_SUBSTRINGS},
73 {"INT8", "char", REPLACE_SUBSTRINGS},
77 {"_int_", "_INT32_", REPLACE_SUBSTRINGS},
78 {"_unsigned int_", "_UINT32_", REPLACE_SUBSTRINGS},
1149 {"#include \"acpi.h\"", "#include \"acpi.h\"\n#include \"accommon.h\"", REPLACE_SUBSTRINGS},