Searched refs:REPLACE_SUBSTRINGS (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/ |
H A D | astable.c | 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}, [all...] |
H A D | asremove.c | 648 AsRemoveStatement (Buffer, "FUNCTION_TRACE", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros() 649 AsRemoveStatement (Buffer, "DUMP_", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros()
|
H A D | acpisrc.h | 133 #define REPLACE_SUBSTRINGS 0x01 macro
|
H A D | asconvrt.c | 582 REPLACE_SUBSTRINGS, Buffer); in AsTrimWhitespace()
|