HomeSort by: relevance | last modified time | path
    Searched refs:REPLACE_SUBSTRINGS (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
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...]
asremove.c 756 AsRemoveStatement (Buffer, "FUNCTION_TRACE", REPLACE_SUBSTRINGS);
757 AsRemoveStatement (Buffer, "DUMP_", REPLACE_SUBSTRINGS);
acpisrc.h 241 #define REPLACE_SUBSTRINGS 0x01

Completed in 13 milliseconds