Searched refs:REPLACE_SUBSTRINGS (Results 1 – 4 of 4) sorted by relevance
/acpica-3.7.0/source/tools/acpisrc/ |
D | astable.c | 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}, [all …]
|
D | asremove.c | 756 AsRemoveStatement (Buffer, "FUNCTION_TRACE", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros() 757 AsRemoveStatement (Buffer, "DUMP_", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros()
|
D | acpisrc.h | 241 #define REPLACE_SUBSTRINGS 0x01 macro
|
D | asconvrt.c | 690 REPLACE_SUBSTRINGS, Buffer); in AsTrimWhitespace()
|