Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dastable.c58 {"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 Dasremove.c648 AsRemoveStatement (Buffer, "FUNCTION_TRACE", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros()
649 AsRemoveStatement (Buffer, "DUMP_", REPLACE_SUBSTRINGS); in AsRemoveDebugMacros()
H A Dacpisrc.h133 #define REPLACE_SUBSTRINGS 0x01 macro
H A Dasconvrt.c582 REPLACE_SUBSTRINGS, Buffer); in AsTrimWhitespace()