Searched refs:cond (Results 151 - 175 of 256) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h171 bool ConditionHolds(const uint32_t cond);
/freebsd-current/sys/dev/qlnx/qlnxe/
H A Dbcm_osal.h129 #define BUILD_BUG_ON(cond) nothing
436 #define OSAL_BUILD_BUG_ON(cond) nothing
455 #define OSAL_WARN(cond, fmt, args...) \
456 if (cond) printf("%s: WARNING: " fmt, __func__, ## args);
/freebsd-current/contrib/mandoc/
H A Dmdoc_markdown.c36 int (*cond)(struct roff_node *); member in struct:md_act
310 int cond, process_children; local
323 cond = 0;
351 cond = act->cond == NULL || (*act->cond)(n);
352 if (cond && act->pre != NULL &&
363 if (cond && act->post != NULL)
/freebsd-current/sys/dev/rtwn/rtl8192e/
H A Dr92e_init.c114 while (!rtwn_check_condition(sc, bb_prog->cond)) {
135 while (!rtwn_check_condition(sc, agc_prog->cond)) {
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-token-number.mk1 # $NetBSD: cond-token-number.mk,v 1.10 2023/11/19 21:47:52 rillig Exp $
H A Dcond-token-var.mk1 # $NetBSD: cond-token-var.mk,v 1.8 2023/11/19 21:47:52 rillig Exp $
H A Dcond-undef-lint.mk1 # $NetBSD: cond-undef-lint.mk,v 1.4 2023/06/01 20:56:35 rillig Exp $
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl218 (p9) br.cond.dpnt.many .L1byte };;
221 (p10) br.cond.dpnt.many .L2byte };;
224 (p11) br.cond.dpnt.many .L3byte };;
227 (p12) br.cond.dpnt.many .L4byte };;
230 (p13) br.cond.dpnt.many .L5byte };;
233 (p14) br.cond.dpnt.many .L6byte };;
236 (p15) br.cond.dpnt.many .L7byte };;
/freebsd-current/contrib/openbsm/libauditd/
H A Dauditd_lib.c1241 int cond; local
1251 if (audit_get_cond(&cond) != 0)
1253 if (cond == AUC_NOAUDIT)
1264 cond = AUC_DISABLED;
1265 if (audit_set_cond(&cond) != 0)
/freebsd-current/contrib/ofed/libibcm/
H A Dcm.c110 pthread_cond_t cond; member in struct:cm_id_private
218 pthread_cond_destroy(&cm_id_priv->cond);
237 if (pthread_cond_init(&cm_id_priv->cond, NULL))
299 pthread_cond_wait(&cm_id_priv->cond, &cm_id_priv->mut);
1019 pthread_cond_signal(&cm_id_priv->cond);
/freebsd-current/lib/libthr/thread/
H A Dthr_private.h100 #define THR_ASSERT(cond, msg) do { \
101 if (__predict_false(!(cond))) \
105 #define THR_ASSERT(cond, msg)
1066 int _thr_cond_signal(pthread_cond_t * cond);
1067 int _thr_cond_broadcast(pthread_cond_t * cond);
/freebsd-current/sys/dev/clk/allwinner/
H A Daw_clk.h104 uint32_t cond; local
107 cond = (val & factor->cond_mask) >> factor->cond_shift;
108 if (cond != factor->cond_value)
/freebsd-current/contrib/ofed/libibverbs/
H A Dcmd.c634 pthread_cond_wait(&cq->cond, &cq->mutex);
712 ret = pthread_cond_init(&srq->srq.cond, NULL);
756 pthread_cond_destroy(&srq->srq.cond);
851 pthread_cond_wait(&srq->cond, &srq->mutex);
854 pthread_cond_destroy(&srq->cond);
909 pthread_cond_destroy(&qp->qp.cond);
920 ret = pthread_cond_init(&qp->qp.cond, NULL);
1185 err = pthread_cond_init(&qp->qp.cond, NULL);
1217 pthread_cond_destroy(&qp->qp.cond);
1723 pthread_cond_wait(&qp->cond,
[all...]
H A Dverbs.c528 pthread_cond_signal(&cq->cond);
551 if (pthread_cond_init(&srq->cond, NULL))
581 pthread_cond_destroy(&srq->cond);
603 pthread_cond_init(&qp->cond, NULL);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleImpl.h462 #define check(cond) \
464 if (!(cond)) { \
465 reportError(__FILE__, __LINE__, #cond); \
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_core.h80 #define vchiq_static_assert(cond) __attribute__((unused)) \
81 extern int vchiq_static_assert[(cond) ? 1 : -1]
/freebsd-current/contrib/opencsd/decoder/source/i_dec/
H A Dtrc_idec_arminst.cpp128 uint8_t link, cond; local
129 return inst_Thumb_is_direct_branch_link(inst, &link, &cond, info);
248 /* B<cond> */
249 /* BC<cond> 8.8 / 9.3 arch - bit 4 = 1'b1 */
419 /* B<cond> */
420 /* BC<cond> */
574 /* B.cond */
575 /* BC.cond */
/freebsd-current/usr.bin/mail/
H A Dlex.c322 * we always execute it, otherwise, check the state of cond.
326 if ((cond == CRCV && !rcvmode) || (cond == CSEND && rcvmode))
H A Dmain.c51 int cond; variable
/freebsd-current/sys/x86/iommu/
H A Dintel_dmar.h433 #define DMAR_WAIT_UNTIL(cond) \
447 if (cond) { \
/freebsd-current/sys/dev/liquidio/
H A Dlio_main.c186 volatile int cond; member in struct:lio_if_cfg_context
191 volatile int cond; member in struct:lio_rx_ctl_context
1269 ctx->cond = 0;
1297 * Sleep on a wait queue till the cond flag indicates that the
1300 lio_sleep_cond(octeon_dev, &ctx->cond);
1565 ctx->cond = 1;
2004 ctx->cond = 1;
2033 ctx->cond = 0;
2055 * Sleep on a wait queue till the cond flag indicates that the
2058 lio_sleep_cond(oct, &ctx->cond);
[all...]
/freebsd-current/contrib/ofed/librdmacm/
H A Dcma.c99 pthread_cond_t cond; member in struct:cma_id_private
113 pthread_cond_t cond; member in struct:cma_multicast
468 pthread_cond_destroy(&id_priv->cond);
507 if (pthread_cond_init(&id_priv->cond, NULL))
597 pthread_cond_wait(&id_priv->cond, &id_priv->mut);
1732 if (pthread_cond_init(&mc->cond, NULL)) {
1841 pthread_cond_wait(&mc->cond, &id_priv->mut);
1854 pthread_cond_signal(&id_priv->cond);
1862 pthread_cond_signal(&mc->cond);
1864 pthread_cond_signal(&mc->id_priv->cond);
[all...]
/freebsd-current/usr.sbin/bhyve/
H A Dhda_codec.c150 pthread_cond_t cond; member in struct:hda_audio_ctxt
869 pthread_cond_wait(&actx->cond, &actx->mtx);
905 err = pthread_cond_init(&actx->cond, NULL);
934 pthread_cond_signal(&actx->cond);
H A Drfb.c136 pthread_cond_t cond; member in struct:rfb_softc
1110 pthread_cond_signal(&rc->cond);
1208 pthread_cond_init(&rc->cond, NULL);
1217 pthread_cond_wait(&rc->cond, &rc->mtx);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DJumpThreading.h145 Value *cond);

Completed in 943 milliseconds

1234567891011