Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslcompile.c602 else if ((AslGbl_HexOutputFlag == HEX_OUTPUT_C) || in AslCompilerSignon()
679 else if ((AslGbl_HexOutputFlag == HEX_OUTPUT_C) || in AslCompilerFileHeader()
H A Daslhex.c201 case HEX_OUTPUT_C: in HxDoHexOutput()
H A Dasloptions.c866 AslGbl_HexOutputFlag = HEX_OUTPUT_C; in AslDoOptions()
H A Daslglobal.h345 #define HEX_OUTPUT_C 1 macro