/dflybsd-src/crypto/libressl/apps/openssl/ |
H A D | speed.c | 1019 #define COND(c) (run && count<0x7fffffff) in speed_main() macro 1028 for (count = 0, run = 1; COND(c[D_MD4][j]); count++) in speed_main() 1041 for (count = 0, run = 1; COND(c[D_MD5][j]); count++) in speed_main() 1064 for (count = 0, run = 1; COND(c[D_HMAC][j]); count++) { in speed_main() 1089 for (count = 0, run = 1; COND(c[D_SHA1][j]); count++) in speed_main() 1100 for (count = 0, run = 1; COND(c[D_SHA256][j]); count++) in speed_main() 1113 for (count = 0, run = 1; COND(c[D_SHA512][j]); count++) in speed_main() 1127 for (count = 0, run = 1; COND(c[D_WHIRLPOOL][j]); count++) in speed_main() 1140 for (count = 0, run = 1; COND(c[D_RMD160][j]); count++) in speed_main() 1152 for (count = 0, run = 1; COND(c[D_RC4][j]); count++) in speed_main() [all …]
|
/dflybsd-src/sys/dev/drm/i915/ |
H A D | intel_drv.h | 55 #define _wait_for(COND, US, W) ({ \ argument 60 if (COND) { \ 77 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 1000) argument 86 #define _wait_for_atomic(COND, US, ATOMIC) \ argument 100 if (COND) { \ 121 #define wait_for_us(COND, US) \ argument 126 ret__ = _wait_for((COND), (US), 10); \ 128 ret__ = _wait_for_atomic((COND), (US), 0); \ 132 #define wait_for_atomic_us(COND, US) \ argument 136 _wait_for_atomic((COND), (US), 1); \ [all …]
|
H A D | intel_runtime_pm.c | 800 #define COND \ in vlv_set_power_well() macro 803 if (COND) in vlv_set_power_well() 811 if (wait_for(COND, 100)) in vlv_set_power_well() 816 #undef COND in vlv_set_power_well() 1411 #define COND \ in chv_set_pipe_power_well() macro 1414 if (COND) in chv_set_pipe_power_well() 1422 if (wait_for(COND, 100)) in chv_set_pipe_power_well() 1427 #undef COND in chv_set_pipe_power_well()
|
H A D | intel_pm.c | 9318 #define COND skl_pcode_try_request(dev_priv, mbox, request, reply_mask, reply, \ in skl_pcode_request() macro 9327 if (COND) { in skl_pcode_request() 9331 ret = _wait_for(COND, timeout_base_ms * 1000, 10); in skl_pcode_request() 9348 ret = wait_for_atomic(COND, 50); in skl_pcode_request() 9353 #undef COND in skl_pcode_request()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | genattrtab.c | 986 case COND: in check_attr_value() 1060 condexp = rtx_alloc (COND); in convert_set_attr_alternative() 1207 newexp = rtx_alloc (COND); in make_canonical() 1217 case COND: in make_canonical() 1333 condexp = rtx_alloc (COND); in expand_delays() 1349 condexp = rtx_alloc (COND); in expand_delays() 1460 if (GET_CODE (exp) == COND) in substitute_address() 1471 newexp = rtx_alloc (COND); in substitute_address() 1666 if (GET_CODE (defval) == COND) in simplify_cond() 1681 if (GET_CODE (newval) == COND) in simplify_cond() [all …]
|
H A D | gimple.def | 238 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY> 243 for (INDEX = INITIAL; INDEX COND FINAL; INDEX {+=,-=} INCR) 259 COND is the condition code for the controlling predicate. It must 266 INIT, COND, and INCR that are technically part of the OMP_FOR
|
H A D | builtins.def | 25 FALLBACK_P, NONANSI_P, ATTRS, IMPLICIT, COND) 65 The builtins is registered only if COND is true. */
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-core.h | 165 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM, argument 171 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) argument 172 #define DEF_BUILTIN_CHKP(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) \ argument 209 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) \ argument 213 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) argument 214 #define DEF_BUILTIN_CHKP(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) \ argument
|
H A D | genattrtab.c | 933 case COND: in check_attr_value() 1003 condexp = rtx_alloc (COND); in convert_set_attr_alternative() 1150 newexp = rtx_alloc (COND); in make_canonical() 1161 case COND: in make_canonical() 1281 condexp = rtx_alloc (COND); in expand_delays() 1297 condexp = rtx_alloc (COND); in expand_delays() 1408 if (GET_CODE (exp) == COND) in substitute_address() 1419 newexp = rtx_alloc (COND); in substitute_address() 1667 if (GET_CODE (defval) == COND) in simplify_cond() 1682 if (GET_CODE (newval) == COND) in simplify_cond() [all …]
|
H A D | gencfn-macros.c | 137 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) \ argument
|
H A D | gimple.def | 238 /* GIMPLE_OMP_FOR <BODY, CLAUSES, INDEX, INITIAL, FINAL, COND, INCR, PRE_BODY> 243 for (INDEX = INITIAL; INDEX COND FINAL; INDEX {+=,-=} INCR) 262 COND is the condition code for the controlling predicate. It must 269 INIT, COND, and INCR that are technically part of the OMP_FOR
|
H A D | builtins.def | 24 FALLBACK_P, NONANSI_P, ATTRS, IMPLICIT, COND) 64 The builtins is registered only if COND is true. */ 71 FALLBACK_P, NONANSI_P, ATTRS, IMPLICIT, COND) \ 73 NONANSI_P, ATTRS, IMPLICIT, COND)
|
H A D | genmatch.c | 232 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) ENUM, argument 5033 #define DEF_BUILTIN(ENUM, N, C, T, LT, B, F, NA, AT, IM, COND) \ in main() argument
|
/dflybsd-src/contrib/bmake/ |
H A D | cond.c | 314 DEBUG2(COND, "exists(%s) result is \"%s\"\n", in FuncExists() 558 DEBUG3(COND, "Comparing %f %s %f\n", lhs, opname[op], rhs); in EvalCompareNum() 589 DEBUG3(COND, "Comparing \"%s\" %s \"%s\"\n", lhs, opname[op], rhs); in EvalCompareStr() 966 DEBUG1(COND, "CondParser_Eval: %s\n", par->p); in CondParser_Eval()
|
/dflybsd-src/contrib/binutils-2.27/gas/doc/ |
H A D | c-vax.texi | 236 @item j@var{COND} 237 @var{COND} may be any one of the conditional branches 241 @var{COND} may also be one of the bit tests 244 @var{NOTCOND} is the opposite condition to @var{COND}. 247 @kbd{b@var{COND} @dots{}}
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | directives.c | 73 #define COND (1 << 0) macro 145 D(endif, T_ENDIF, KANDR, COND) /* 45855 */ \ 146 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \ 147 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \ 148 D(else, T_ELSE, KANDR, COND) /* 9863 */ \ 149 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \ 152 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \ 467 if (pfile->state.skipping && !(dir->flags & COND)) in _cpp_handle_directive()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | directives.c | 71 #define COND (1 << 0) macro 147 D(endif, T_ENDIF, KANDR, COND) /* 45855 */ \ 148 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \ 149 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \ 150 D(else, T_ELSE, KANDR, COND) /* 9863 */ \ 151 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \ 154 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \ 496 if (pfile->state.skipping && !(dir->flags & COND)) in _cpp_handle_directive()
|
/dflybsd-src/contrib/file/src/ |
H A D | encoding.c | 262 #define LOOKS(NAME, COND) \ argument 274 if (COND) \
|
/dflybsd-src/contrib/gcc-4.7/gcc/lto/ |
H A D | lto-lang.c | 646 NONANSI_P, ATTRS, IMPLICIT, COND) \ in lto_define_builtins() argument 647 if (NAME && COND) \ in lto_define_builtins()
|
/dflybsd-src/contrib/gcc-8.0/gcc/lto/ |
H A D | lto-lang.c | 777 NONANSI_P, ATTRS, IMPLICIT, COND) \ in lto_define_builtins() argument 778 if (NAME && COND) \ in lto_define_builtins()
|
/dflybsd-src/contrib/gdb-7/bfd/ |
H A D | elf-eh-frame.c | 468 #define REQUIRE(COND) \ in _bfd_elf_parse_eh_frame() argument 470 if (!(COND)) \ in _bfd_elf_parse_eh_frame()
|
/dflybsd-src/contrib/binutils-2.27/bfd/ |
H A D | elf-eh-frame.c | 568 #define REQUIRE(COND) \ in _bfd_elf_parse_eh_frame() argument 570 if (!(COND)) \ in _bfd_elf_parse_eh_frame()
|
/dflybsd-src/contrib/binutils-2.34/bfd/ |
H A D | elf-eh-frame.c | 581 #define REQUIRE(COND) \ in _bfd_elf_parse_eh_frame() argument 583 if (!(COND)) \ in _bfd_elf_parse_eh_frame()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-common.c | 3921 NONANSI_P, ATTRS, IMPLICIT, COND) \ in c_define_builtins() argument 3922 if (NAME && COND) \ in c_define_builtins()
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-common.c | 4638 NONANSI_P, ATTRS, IMPLICIT, COND) \ in c_define_builtins() argument 4639 if (NAME && COND) \ in c_define_builtins()
|