Searched refs:REPLACE_SUBSTRINGS (Results 1 – 4 of 4) sorted by relevance
| /third_party/lib/acpica/source/tools/acpisrc/ |
| A D | astable.c | 59 {"UINT32 ", "unsigned int", REPLACE_SUBSTRINGS}, 60 {"UINT16 ", "unsigned short", REPLACE_SUBSTRINGS}, 61 {"UINT8 ", "unsigned char", REPLACE_SUBSTRINGS}, 62 {"BOOLEAN ", "unsigned char", REPLACE_SUBSTRINGS}, 66 {"UINT32", "unsigned int", REPLACE_SUBSTRINGS}, 67 {"UINT16", "unsigned short", REPLACE_SUBSTRINGS}, 68 {"UINT8", "unsigned char", REPLACE_SUBSTRINGS}, 69 {"BOOLEAN", "unsigned char", REPLACE_SUBSTRINGS}, 71 {"INT32 ", "int ", REPLACE_SUBSTRINGS}, 72 {"INT32", "int", REPLACE_SUBSTRINGS}, [all …]
|
| A D | asremove.c | 615 AsRemoveStatement (Buffer, "FUNCTION_TRACE", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros() 616 AsRemoveStatement (Buffer, "DUMP_", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros()
|
| A D | acpisrc.h | 135 #define REPLACE_SUBSTRINGS 0x01 macro
|
| A D | asconvrt.c | 577 REPLACE_SUBSTRINGS, Buffer); in AsTrimWhitespace()
|
Completed in 10 milliseconds