Home
last modified time | relevance | path

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

/arm-trusted-firmware/lib/compiler-rt/builtins/
H A Dassembly.h146 #define IT(cond) it cond argument
147 #define ITT(cond) itt cond argument
148 #define ITE(cond) ite cond argument
151 #define IT(cond) argument
152 #define ITT(cond) argument
153 #define ITE(cond) argument
158 #define IT(cond) argument
159 ITT(cond) global() argument
160 ITE(cond) global() argument
[all...]
/arm-trusted-firmware/include/lib/
H A Dcassert.h20 #define CASSERT(cond, msg) \ argument
/arm-trusted-firmware/plat/mediatek/drivers/spm/mt8188/constraints/
H A Dmt_spm_rc_api.c17 unsigned int rc_id, cond_id, cond; in spm_rc_condition_modifier() local
/arm-trusted-firmware/lib/zlib/
H A Dzutil.h245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
252 # define Assert(cond,msg) argument
/arm-trusted-firmware/include/drivers/nxp/crypto/caam/
H A Dsec_hw_specific.h329 uint32_t cond:8; member