Searched refs:COND (Results 1 - 25 of 39) sorted by relevance

12

/freebsd-11-stable/crypto/openssl/crypto/bf/
H A Dbfspeed.c199 # define COND(d) (count != (d)) macro
202 # define COND(c) (run) macro
210 for (count = 0, run = 1; COND(ca); count += 4) {
227 for (count = 0, run = 1; COND(cb); count += 4) {
248 for (count = 0, run = 1; COND(cc); count++)
H A Dbf_opts.c196 for (count=0,run=1; COND(cb); count+=4) \
259 # define COND(d) (count != (d)) macro
262 # define COND(c) (run) macro
/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcast_spd.c199 # define COND(d) (count != (d)) macro
202 # define COND(c) (run) macro
210 for (count = 0, run = 1; COND(ca); count += 4) {
227 for (count = 0, run = 1; COND(cb); count += 4) {
248 for (count = 0, run = 1; COND(cc); count++)
H A Dcastopts.c206 for (count=0,run=1; COND(cb); count+=4) \
269 # define COND(d) (count != (d)) macro
272 # define COND(c) (run) macro
/freebsd-11-stable/crypto/openssl/crypto/rc2/
H A Drc2speed.c199 # define COND(d) (count != (d)) macro
202 # define COND(c) (run) macro
210 for (count = 0, run = 1; COND(ca); count += 4) {
227 for (count = 0, run = 1; COND(cb); count += 4) {
248 for (count = 0, run = 1; COND(cc); count++)
/freebsd-11-stable/crypto/openssl/crypto/rc5/
H A Drc5speed.c199 # define COND(d) (count != (d)) macro
202 # define COND(c) (run) macro
210 for (count = 0, run = 1; COND(ca); count += 4) {
227 for (count = 0, run = 1; COND(cb); count += 4) {
248 for (count = 0, run = 1; COND(cc); count++)
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dspeed.c211 # define COND(d) (count != (d)) macro
214 # define COND(c) (run) macro
222 for (count = 0, run = 1; COND(ca); count++)
235 for (count = 0, run = 1; COND(cb); count++) {
253 for (count = 0, run = 1; COND(cc); count++)
269 for (count = 0, run = 1; COND(cd); count++)
284 for (count = 0, run = 1; COND(ce); count++)
H A Ddes_opts.c402 for (count=0,run=1; COND(cb); count++) \
468 # define COND(d) (count != (d)) macro
471 # define COND(c) (run) macro
/freebsd-11-stable/crypto/openssl/crypto/rc4/
H A Drc4speed.c198 # define COND(d) (count != (d)) macro
201 # define COND(c) (run) macro
209 for (count = 0, run = 1; COND(ca); count += 4) {
226 for (count = 0, run = 1; COND(cc); count++)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dsyslex.l78 "cond" { return COND;}
H A Dsysinfo.y43 %token COND
227 cond_it_field: '(' COND NAME
/freebsd-11-stable/crypto/openssl/crypto/idea/
H A Didea_spd.c200 # define COND(d) (count <= (d)) macro
203 # define COND(c) (run) macro
211 for (count = 0, run = 1; COND(ca); count += 4) {
229 for (count = 0, run = 1; COND(cca); count += 4) {
246 for (count = 0, run = 1; COND(cb); count += 4) {
267 for (count = 0, run = 1; COND(cc); count++)
/freebsd-11-stable/contrib/binutils/opcodes/
H A Darc-opc.c140 'q' COND condition code field
239 #define COND (DELAY + 1)
243 #define FORCELIMM (COND + 1)
1504 { "al", 0, COND, 0 },
1505 { "ra", 0, COND, 0 },
1506 { "eq", 1, COND, 0 },
1507 { "z", 1, COND, 0 },
1508 { "ne", 2, COND, 0 },
1509 { "nz", 2, COND, 0 },
1510 { "pl", 3, COND,
238 #define COND macro
[all...]
H A Dsparc-opc.c105 #define COND(x) (((x) & 0xf) << 25)
113 #define CONDA (COND (0x8))
114 #define CONDCC (COND (0xd))
115 #define CONDCS (COND (0x5))
116 #define CONDE (COND (0x1))
117 #define CONDG (COND (0xa))
118 #define CONDGE (COND (0xb))
119 #define CONDGU (COND (0xc))
120 #define CONDL (COND (0x3))
121 #define CONDLE (COND (
104 #define COND macro
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/sparc/
H A Ddt_isadep.c40 #define COND(x) (((x) >> 25) & 0x0f) macro
202 baa = COND(text[i]) == 8 && A(text[i]);
209 baa = COND(text[i]) == 8 && A(text[i]);
224 baa = COND(text[i]) == 8 && A(text[i]);
231 baa = COND(text[i]) == 8 && A(text[i]);
/freebsd-11-stable/sys/contrib/alpine-hal/
H A Dal_hal_plat_services.h272 #define al_assert(COND) \
274 if (!(COND)) \
277 __FILE__, __LINE__, __func__, #COND); \
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c1535 # define COND(d) (count < (d)) macro
1542 # define COND(c) (run && count<0x7fffffff) macro
1554 for (count = 0, run = 1; COND(c[D_MD2][j]); count++)
1567 for (count = 0, run = 1; COND(c[D_MDC2][j]); count++)
1581 for (count = 0, run = 1; COND(c[D_MD4][j]); count++)
1595 for (count = 0, run = 1; COND(c[D_MD5][j]); count++)
1615 for (count = 0, run = 1; COND(c[D_HMAC][j]); count++) {
1631 for (count = 0, run = 1; COND(c[D_SHA1][j]); count++)
1643 for (count = 0, run = 1; COND(c[D_SHA256][j]); count++)
1656 for (count = 0, run = 1; COND(
[all...]
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_drv.h37 #define _intel_wait_for(DEV, COND, MS, W, WMSG) \
44 while (!(COND)) { \
60 #define _wait_for(COND, MS, W, WMSG) ({ \
63 while (!(COND)) { \
79 #define wait_for_atomic_us(COND, US) ({ \
82 if ((COND)) { \
91 #define wait_for(COND, MS) _intel_wait_for(NULL, COND, MS, 1, "915wfi")
92 #define wait_for_atomic(COND, MS) _intel_wait_for(NULL, COND, M
[all...]
/freebsd-11-stable/sys/contrib/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon96
138 // SubExprs[COND] and SubExprs[INC] are expressions.
166 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
181 return cast_or_null<Expr>(SubExprs[COND]);
196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); }
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/arm/
H A Ddt_isadep.c49 #define COND(x) (((x) >> 25) & 0x0f) macro
/freebsd-11-stable/contrib/gcc/
H A Dgenattrtab.c966 case COND:
970 "first operand of COND must have even length");
1017 is expanded later by make_canonical into a COND. In a non-constant
1033 It becomes a COND with each test being (eq_attr "alternative" "n") */
1050 /* Make a COND with all tests but the last. Select the last value via the
1052 condexp = rtx_alloc (COND);
1163 expressions by converting them into a COND. This removes cases from this
1195 This makes the COND something that won't be considered an arbitrary
1202 newexp = rtx_alloc (COND);
1210 /* Fall through to COND cas
[all...]
/freebsd-11-stable/sys/sparc64/sbus/
H A Dlsi64854.c238 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
240 while ((COND) && --count > 0) DELAY(1); \
/freebsd-11-stable/contrib/bmake/
H A Dcond.c419 if (DEBUG(COND)) {
757 if (DEBUG(COND)) {
779 if (DEBUG(COND)) {
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Ddirectives.c65 /* Values for the flags field of struct directive. COND indicates a
72 #define COND (1 << 0) macro
139 D(endif, T_ENDIF, KANDR, COND) /* 45855 */ \
140 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \
141 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
142 D(else, T_ELSE, KANDR, COND) /* 9863 */ \
143 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \
146 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
448 if (pfile->state.skipping && !(dir->flags & COND))

Completed in 325 milliseconds

12