Home
last modified time | relevance | path

Searched defs:COND (Results 1 – 8 of 8) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c47 #define COND(x) (((x) >> 25) & 0x0f) macro
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c40 #define COND(x) (((x) >> 25) & 0x0f) macro
/freebsd/sys/contrib/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h351 #define al_assert(COND) \ argument
/freebsd/contrib/file/src/
H A Dencoding.c262 #define LOOKS(NAME, COND) \ argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h137 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
H A DExpr.h4204 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 Dspeed.c456 #define COND(unused_cond) (run && count < INT_MAX) macro