Searched defs:_o (Results 1 – 2 of 2) sorted by relevance
/aosp14/system/core/libsparse/ |
H A D | output_file.cpp | 98 #define to_output_file_gz(_o) container_of((_o), struct output_file_gz, out) argument 105 #define to_output_file_normal(_o) container_of((_o), struct output_file_normal, out) argument 113 #define to_output_file_callback(_o) container_of((_o), struct output_file_callback, out) argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | PendingIntentRecord.java | 115 int _r, Intent[] _i, String[] _it, int _f, SafeActivityOptions _o, int _userId) { in Key()
|