Home
last modified time | relevance | path

Searched defs:AASSERT (Results 1 – 1 of 1) sorted by relevance

/external/qemu/android/utils/
Dassert.h125 # define AASSERT(cond,...) _ANDROID_ASSERT(cond,__VA_ARGS__) macro
151 # define AASSERT(cond,...) ((void)(cond), (void)0) macro