Home
last modified time | relevance | path

Searched refs:REPLACE_SUBSTRINGS (Results 1 – 4 of 4) sorted by relevance

/acpica-3.7.0/source/tools/acpisrc/
Dastable.c166 {"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},
[all …]
Dasremove.c756 AsRemoveStatement (Buffer, "FUNCTION_TRACE", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros()
757 AsRemoveStatement (Buffer, "DUMP_", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros()
Dacpisrc.h241 #define REPLACE_SUBSTRINGS 0x01 macro
Dasconvrt.c690 REPLACE_SUBSTRINGS, Buffer); in AsTrimWhitespace()