Lines Matching refs:REPLACE_SUBSTRINGS
166 {"UINT32 ", "unsigned int", REPLACE_SUBSTRINGS},
167 {"UINT16 ", "unsigned short", REPLACE_SUBSTRINGS},
168 {"UINT8 ", "unsigned char", REPLACE_SUBSTRINGS},
169 {"BOOLEAN ", "unsigned char", REPLACE_SUBSTRINGS},
173 {"UINT32", "unsigned int", REPLACE_SUBSTRINGS},
174 {"UINT16", "unsigned short", REPLACE_SUBSTRINGS},
175 {"UINT8", "unsigned char", REPLACE_SUBSTRINGS},
176 {"BOOLEAN", "unsigned char", REPLACE_SUBSTRINGS},
178 {"INT32 ", "int ", REPLACE_SUBSTRINGS},
179 {"INT32", "int", REPLACE_SUBSTRINGS},
180 {"INT16", "short", REPLACE_SUBSTRINGS},
181 {"INT8", "char", REPLACE_SUBSTRINGS},
185 {"_int_", "_INT32_", REPLACE_SUBSTRINGS},
186 {"_unsigned int_", "_UINT32_", REPLACE_SUBSTRINGS},
1273 {"#include \"acpi.h\"", "#include \"acpi.h\"\n#include \"accommon.h\"", REPLACE_SUBSTRINGS},