Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/log/
Dlog_main.h65 #define android_vprintLog(prio, cond, tag, ...) \ argument
100 #define android_printAssert(cond, tag, ...) \ argument
112 #define LOG_ALWAYS_FATAL_IF(cond, ...) \ argument
131 #define LOG_FATAL_IF(cond, ...) ((void)0) argument
153 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
191 #define ALOGV_IF(cond, ...) ((void)0) argument
207 #define ALOGD_IF(cond, ...) \ argument
220 #define ALOGI_IF(cond, ...) \ argument
233 #define ALOGW_IF(cond, ...) \ argument
246 #define ALOGE_IF(cond, ...) \ argument
Dlog_system.h64 #define SLOGV_IF(cond, ...) ((void)0) argument
66 #define SLOGV_IF(cond, ...) \ argument
84 #define SLOGD_IF(cond, ...) \ argument
101 #define SLOGI_IF(cond, ...) \ argument
118 #define SLOGW_IF(cond, ...) \ argument
135 #define SLOGE_IF(cond, ...) \ argument
Dlog_radio.h66 #define RLOGV_IF(cond, ...) ((void)0) argument
68 #define RLOGV_IF(cond, ...) \ argument
86 #define RLOGD_IF(cond, ...) \ argument
103 #define RLOGI_IF(cond, ...) \ argument
120 #define RLOGW_IF(cond, ...) \ argument
137 #define RLOGE_IF(cond, ...) \ argument
/device/google/coral/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/sunfish/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/redbull/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h47 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument
51 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
/device/google/cuttlefish/common/libs/confui/
Dutils.h64 #define ConfUiCheck(cond) CHECK(cond) << "ConfUI: " argument
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DLog.cpp34 EXPORT void __android_log_assert(const char* cond, const char* tag, const char* fmt, ...) { in __android_log_assert()
/device/google/cuttlefish/guest/hals/ril/reference-libril/
DrilSocketQueue.h51 pthread_cond_t cond; variable
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_internal.h47 #define promise(cond) __assume(cond) argument
50 #define promise(cond) __builtin_assume(cond) argument
52 #define promise(cond) if (!(cond)) { __builtin_unreachable(); } argument
54 #define promise(cond) argument
57 #define promise(cond) if (!(cond)) { __builtin_unreachable(); } argument
60 #define promise(cond) assert(cond) argument
Dastcenc_vecmathlib_none_4.h684 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select()
898 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select()
909 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb()
Dastcenc_vecmathlib_neon_4.h627 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select()
794 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select()
802 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb()
Dastcenc_vecmathlib_sse_4.h677 ASTCENC_SIMD_INLINE vint4 select(vint4 a, vint4 b, vmask4 cond) in select()
872 ASTCENC_SIMD_INLINE vfloat4 select(vfloat4 a, vfloat4 b, vmask4 cond) in select()
884 ASTCENC_SIMD_INLINE vfloat4 select_msb(vfloat4 a, vfloat4 b, vmask4 cond) in select_msb()
Dastcenc_vecmathlib_avx2_8.h594 ASTCENC_SIMD_INLINE vint8 select(vint8 a, vint8 b, vmask8 cond) in select()
899 ASTCENC_SIMD_INLINE vfloat8 select(vfloat8 a, vfloat8 b, vmask8 cond) in select()
907 ASTCENC_SIMD_INLINE vfloat8 select_msb(vfloat8 a, vfloat8 b, vmask8 cond) in select_msb()
/device/generic/goldfish-opengl/system/codecs/c2/decoders/vpxdec/
DC2GoldfishVpxDec.h83 Condition cond; member
/device/google/cuttlefish/guest/hals/nfc/
DCf_hal_api.cc38 pthread_cond_t cond; member
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/UnitTest/
Dtest_simd.cpp874 vmask4 cond = m1 == m2; in TEST() local
899 vmask4 cond(msb.m); in TEST() local
1848 vmask4 cond = m1 == m2; in TEST() local
2606 vmask8 cond = m1 == m2; in TEST() local
2639 vmask8 cond(msb.m); in TEST() local
3397 vmask8 cond = m1 == m2; in TEST() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DGLClientState.cpp2354 #define UNIFORM_VALIDATION_ERR_COND(cond, code) if (cond) { *err = code; return; } argument
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c64 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c93 #define DEBUG_PRINT_IF(cond, fmt, ...) do { \ argument
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp3558 #define VALIDATE(cond, err) do { if (cond) { *err_out = err; fprintf(stderr, "%s:%d failed validati… in sPrepareTexImage2D() argument
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3960 #define VALIDATE(cond, err) if (cond) { *err_out = err; return packed; } \ in packVarNames() argument