Searched defs:COND (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/ |
H A D | dt_isadep.c | 47 #define COND(x) (((x) >> 25) & 0x0f) macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/sparc/ |
H A D | dt_isadep.c | 40 #define COND(x) (((x) >> 25) & 0x0f) macro
|
/freebsd/sys/contrib/x86emu/ |
H A D | x86emu_regs.h | 123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
|
/freebsd/sys/contrib/alpine-hal/ |
H A D | al_hal_plat_services.h | 351 #define al_assert(COND) \ argument
|
/freebsd/contrib/file/src/ |
H A D | encoding.c | 262 #define LOOKS(NAME, COND) \ argument
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtCXX.h | 137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
|
H A D | Expr.h | 4204 enum { COND, LHS, RHS, END_EXPR }; enumerator 4266 enum { COMMON, COND, LHS, RHS, NUM_SUBEXPRS }; enumerator 4583 enum { COND, LHS, RHS, END_EXPR }; enumerator
|
/freebsd/crypto/openssl/apps/ |
H A D | speed.c | 456 #define COND(unused_cond) (run && count < INT_MAX) macro
|