Home
last modified time | relevance | path

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

/system/core/libsparse/
Doutput_file.c98 #define to_output_file_gz(_o) \ argument
99 container_of((_o), struct output_file_gz, out)
106 #define to_output_file_normal(_o) \ argument
107 container_of((_o), struct output_file_normal, out)
115 #define to_output_file_callback(_o) \ argument
116 container_of((_o), struct output_file_callback, out)