Home
last modified time | relevance | path

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

/trusted-firmware-a-latest/lib/compiler-rt/builtins/
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 #define ITT(cond) argument
160 #define ITE(cond) argument
/trusted-firmware-a-latest/include/lib/
Dcassert.h20 #define CASSERT(cond, msg) \ argument
/trusted-firmware-a-latest/plat/mediatek/drivers/spm/mt8188/constraints/
Dmt_spm_rc_api.c17 unsigned int rc_id, cond_id, cond; in spm_rc_condition_modifier() local
/trusted-firmware-a-latest/lib/zlib/
Dzutil.h245 # define Assert(cond,msg) {if(!(cond)) z_error(msg);} argument
252 # define Assert(cond,msg) argument
/trusted-firmware-a-latest/include/drivers/nxp/crypto/caam/
Dsec_hw_specific.h329 uint32_t cond:8; member