Home
last modified time | relevance | path

Searched defs:cond (Results 1 – 25 of 30) 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/linaro/bootloader/arm-trusted-firmware/include/lib/
Dcassert.h18 #define CASSERT(cond, msg) \ argument
/device/google/crosshatch/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/coral/json-c/
Ddebug.h37 #define JASSERT(cond) do {} while(0) argument
41 #define JASSERT(cond) do { \ argument
/device/google/bonito/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.h45 #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/generic/goldfish/radio/libril/
DrilSocketQueue.h51 pthread_cond_t cond; variable
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DwebRTC.cpp109 std::condition_variable cond; in main() local
/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/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.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/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/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/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/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
Dvalidate.py127 def assert_(cond, *args): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlcode.c606 static int jumponcond (FuncState *fs, expdesc *e, int cond) { in jumponcond()
746 static void codecomp (FuncState *fs, OpCode op, int cond, expdesc *e1, in codecomp()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsilib.py247 def change_sequence(seq, action, seqno=_Unspecified, cond = _Unspecified): argument
603 def event(self, ev, arg, cond = "1", order = None): argument
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlauxlib.h113 #define luaL_argcheck(L, cond,numarg,extramsg) \ argument

12