Home
last modified time | relevance | path

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

12

/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-debug.h147 #define BUG(cond, fmt, ...) \ argument
162 #define BUG(cond, fmt, ...) (void)0 argument
170 #define XF_CHK_API(cond) \ argument
183 #define XF_CHK_ERR(cond, error) \ argument
/device/google/marlin/camera/QCamera2/stack/common/
Dcam_cond.h20 #define PTHREAD_COND_INIT(cond) \ argument
Dcam_semaphore.h50 pthread_cond_t cond; member
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/include/
Dcam_cond.h20 #define PTHREAD_COND_INIT(cond) \ argument
Dcam_semaphore.h50 pthread_cond_t cond; member
/device/linaro/bootloader/arm-trusted-firmware/include/lib/
Dcassert.h18 #define CASSERT(cond, msg) \ argument
/device/google/bonito/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/crosshatch/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/linaro/bootloader/arm-trusted-firmware/lib/compiler-rt/builtins/
Dassembly.h96 #define IT(cond) it cond argument
97 #define ITT(cond) itt cond argument
99 #define IT(cond) argument
100 #define ITT(cond) argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-debug.h170 #define BUG(cond, fmt, ...) \ argument
185 #define BUG(cond, fmt, ...) (void)0 argument
193 #define XF_CHK_API(cond) \ argument
206 #define XF_CHK_ERR(cond, error) \ argument
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dres_send.c133 # define Dprint(cond, args) /*empty*/ argument
134 # define DprintQ(cond, args, query, size) /*empty*/ argument
138 # define Dprint(cond, args) if (cond) {fprintf args;} else {} argument
139 # define DprintQ(cond, args, query, size) if (cond) {\ argument
/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h46 #define LOG_FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ##__VA_ARGS__) argument
50 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzutil.h223 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
230 # define Assert(cond,msg) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h226 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
233 # define Assert(cond,msg) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/zlib/
Dzutil.h253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
260 # define Assert(cond,msg) argument
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzutil.h241 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
248 # define Assert(cond,msg) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzutil.h253 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
260 # define Assert(cond,msg) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_peepholer.py188 def f(cond, true_value, false_value): argument
Dlock_tests.py337 def _check_notify(self, cond): argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.h151 #define XA_CHK(cond) \ argument
/device/google/marlin/camera/QCamera2/stack/mm-lib2d-interface/src/
Dmm_lib2d.c92 pthread_cond_t cond; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dbdb.py238 def set_break(self, filename, lineno, temporary=0, cond = None, argument
460 def __init__(self, file, line, temporary=0, cond=None, funcname=None): argument
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/inc/
Dmm_camera_dbg.h63 #define FATAL_IF(cond, ...) LOG_ALWAYS_FATAL_IF(cond, ## __VA_ARGS__) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dvalidate.py127 def assert_(cond, *args): argument
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/
Dmm_jpegdec_test.c85 pthread_cond_t cond; member

12