Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/include/acpica/
A Dacoutput.h358 #define ACPI_TRACE_ENTRY(Name, Function, Type, Param) \ argument
360 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param))
404 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument
406 register Type _Param = (Type) (Param); \
413 #define ACPI_TRACE_EXIT(Function, Type, Param) \ argument
415 Function (ACPI_DEBUG_PARAMETERS, (Type) (Param)); \
416 return (Param); \

Completed in 4 milliseconds