/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-debug.h | 147 #define BUG(cond, fmt, ...) \ argument 150 if (cond) \ 162 #define BUG(cond, fmt, ...) (void)0 argument 170 #define XF_CHK_API(cond) \ argument 174 if ((__ret = (int)(cond)) < 0) \ 183 #define XF_CHK_ERR(cond, error) \ argument 187 if (!(__ret = (intptr_t)(cond))) \
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/ |
D | xf-debug.h | 170 #define BUG(cond, fmt, ...) \ argument 173 if (cond) \ 185 #define BUG(cond, fmt, ...) (void)0 argument 193 #define XF_CHK_API(cond) \ argument 197 if ((__ret = (int)(cond)) < 0) \ 206 #define XF_CHK_ERR(cond, error) \ argument 210 if (!(__ret = (int)(cond))) \
|
/device/google/bonito/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument 42 if (!(cond)) { \ 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/google/crosshatch/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument 42 if (!(cond)) { \ 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/google/coral/json-c/ |
D | debug.h | 37 #define JASSERT(cond) do {} while(0) argument 41 #define JASSERT(cond) do { \ argument 42 if (!(cond)) { \ 43 mc_error("cjson assert failure %s:%d : cond \"" __STRING(cond) "failed\n", __FILE__, __LINE__); \
|
/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | log.h | 45 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument 49 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
|
/device/google/contexthub/firmware/lib/libc/ |
D | arm_asm.h | 66 .macro RETURN cond= 68 bx\cond lr 70 mov\cond pc, lr
|
/device/generic/goldfish/radio/libril/ |
D | rilSocketQueue.h | 51 pthread_cond_t cond; variable 97 cond = PTHREAD_COND_INITIALIZER; in Ril_queue() 107 pthread_cond_wait(&cond, &mutex_instance); in dequeue() 132 pthread_cond_broadcast(&cond); in enqueue()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/ |
D | xa-class-base.h | 151 #define XA_CHK(cond) \ argument 153 XA_ERRORCODE __e = (cond); \
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 64 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument 65 if ((cond) && DBG_ENABLE) { \
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 93 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument 94 if ((cond) && DBG_ENABLE) { \
|
/device/generic/goldfish-opengl/system/GLESv2_enc/ |
D | GL2Encoder.cpp | 3499 #define VALIDATE(cond, err) if (cond) { *err_out = err; return packed; } \ in packVarNames() argument
|