HomeSort by: relevance | last modified time | path
    Searched refs:consumer (Results 1 - 25 of 32) sorted by relevancy

1 2

  /src/external/gpl3/gcc.old/dist/gcc/config/nds32/
nds32-pipelines-auxiliary.cc 291 /* Determine if the latency is occured when the consumer PBSADA_INSN uses the
309 /* Determine if the latency is occured when the consumer PBSADA_INSN uses the
466 /* Check the dependency between the producer defining DEF_REG and CONSUMER
469 n7_consumed_by_ii_dep_p (rtx_insn *consumer, rtx def_reg)
473 switch (get_attr_type (consumer))
477 if (movd44_even_dep_p (consumer, def_reg))
480 use_rtx = SET_SRC (PATTERN (consumer));
484 use_rtx = SET_SRC (PATTERN (consumer));
488 use_rtx = extract_mac_non_acc_rtx (consumer);
496 if (divmod_p (consumer))
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-diff/
DifferenceEngine.h 37 Engine.consumer.enterContext(L, R);
41 Engine.consumer.exitContext();
59 DifferenceEngine(Consumer &consumer)
60 : consumer(consumer), globalValueOracle(nullptr) {}
65 consumer.log(text);
68 return LogBuilder(consumer, text);
70 Consumer& getConsumer() const { return consumer; }
84 Consumer &consumer; member in class:llvm::DifferenceEngine
    [all...]
DiffLog.h 22 class Consumer;
29 Consumer *consumer; member in class:llvm::LogBuilder
40 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {}
42 : consumer(L.consumer), Format(L.Format),
44 L.consumer = nullptr;
64 Consumer &consumer; member in class:llvm::DiffLogBuilder
    [all...]
DiffLog.cpp 20 if (consumer)
21 consumer->logf(*this);
29 DiffLogBuilder::~DiffLogBuilder() { consumer.logd(*this); }
  /src/external/gpl3/gcc.old/dist/gcc/config/arm/
aarch-common.cc 96 /* PRODUCER and CONSUMER are two potentially dependant RTX. PRODUCER
100 Similarly, CONSUMER (possibly) contains a SET which has an operand
106 arm_get_set_operands (rtx producer, rtx consumer,
111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer),
222 /* Return nonzero if the CONSUMER instruction (a load) does need
225 arm_early_load_addr_dep (rtx producer, rtx consumer)
229 if (!arm_get_set_operands (producer, consumer, &value, &addr))
235 /* Return nonzero if the CONSUMER instruction (a load) does need
239 arm_early_load_addr_dep_ptr (rtx producer, rtx consumer)
242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false)
    [all...]
  /src/sys/dev/ic/
aic6915.c 623 int consumer, producer, txidx; local
628 consumer = CQCI_TxCompletionConsumerIndex_get(cqci);
632 if (consumer == producer)
635 while (consumer != producer) {
636 SF_CDTXCSYNC(sc, consumer, BUS_DMASYNC_POSTREAD);
637 tcd = le32toh(sc->sc_txcomp[consumer].tcd_word0);
658 consumer = SF_NEXTTCD(consumer);
669 /* Update the consumer index. */
672 CQCI_TxCompletionConsumerIndex(consumer));
691 int consumer, producer, bufproducer, rxidx, len; local
    [all...]
mfi.c 1119 /* consumer/producer and reply queue memory */
1368 uint32_t producer, consumer, ctx; local
1383 consumer = pcq->mpc_consumer;
1385 while (consumer != producer) {
1387 DEVNAME(sc), producer, consumer);
1389 ctx = pcq->mpc_reply_q[consumer];
1390 pcq->mpc_reply_q[consumer] = MFI_INVALID_CTX;
1394 producer, consumer);
1408 consumer++;
1409 if (consumer == (sc->sc_max_cmds + 1)
    [all...]
  /src/sys/arch/arm/broadcom/
bcm53xx_eth.c 1037 struct gmac_rxdb *consumer = rxq->rxq_consumer; local
1042 if (consumer == rxq->rxq_producer) {
1049 if (consumer == rxq->rxq_first + currdscr) {
1052 bcmeth_rxq_desc_postsync(sc, rxq, consumer, 1);
1067 KASSERTMSG(rxsts != BCMETH_RCVMAGIC, "currdscr=%u consumer=%zd",
1068 currdscr, consumer - rxq->rxq_first);
1084 if (++consumer == rxq->rxq_last) {
1085 consumer = rxq->rxq_first;
1087 KASSERTMSG(consumer != rxq->rxq_first + currdscr,
1089 "consumer=%zd", i, rxsts, desc_count, currdscr
1595 struct gmac_txdb *consumer = txq->txq_consumer; local
    [all...]
  /src/external/bsd/openldap/dist/tests/scripts/
test086-delta-consumer-config 52 # Test replication of dynamic config with alternate consumer config:
54 # - start consumer
187 olcSuffix: cn=consumer-accesslog
189 olcRootDN: cn=consumer,cn=config
239 # will also be a consumer for the real cn=schema,cn=config tree.
241 # while being a consumer of the main schema.
255 olcSuffix: cn=config,cn=consumer
256 olcRootDN: cn=config,cn=consumer
271 olcAccessLogDB: cn=consumer-accesslog
279 echo "ldapmodify failed for consumer DB config ($RC)!
    [all...]
test059-consumer-config 48 # Test replication of dynamic config with alternate consumer config:
50 # - start consumer
128 # will also be a consumer for the real cn=schema,cn=config tree.
130 # while being a consumer of the main schema.
131 echo "Configuring consumer config DB on provider..."
144 olcSuffix: cn=config,cn=consumer
145 olcRootDN: cn=config,cn=consumer
155 dn: cn=config,cn=consumer
160 dn: olcDatabase={0}config,cn=config,cn=consumer
165 olcSyncrepl: {0}rid=001 provider=$URI1 binddn="cn=config,cn=consumer"
    [all...]
defines.sh 123 DSRCONSUMERCONF=$DATADIR/slapd-deltasync-consumer.conf
129 R1SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-refresh1.conf
130 R2SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-refresh2.conf
131 P1SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist1.conf
132 P2SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist2.conf
133 P3SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist3.conf
137 REFCONSUMERCONF=$DATADIR/slapd-ref-consumer.conf
171 RCONSUMERCONF=$DATADIR/slapd-repl-consumer-remote.conf
172 PLSRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist-ldap.conf
356 UPDATEDN="cn=consumer,$BASEDN
    [all...]
test009-referral 42 echo "Starting consumer slapd on TCP/IP port $PORT2..."
44 $SLAPD -n consumer -f $CONF2 -h $URI2 -d $LVL > $LOG2 2>&1 &
73 echo "Testing for consumer slapd..."
81 echo "Waiting 5 seconds for consumer slapd to start..."
  /src/sys/arch/powerpc/booke/dev/
pq3etsec.c 1617 volatile struct rxbd *consumer = rxq->rxq_consumer; local
1623 if (consumer == rxq->rxq_producer) {
1624 rxq->rxq_consumer = consumer;
1629 pq3etsec_rxq_desc_postsync(sc, rxq, consumer, 1);
1630 const uint16_t rxbd_flags = consumer->rxbd_flags;
1632 rxq->rxq_consumer = consumer;
1638 KASSERT(rxq->rxq_mbufs[consumer - rxq->rxq_first] == rxq->rxq_mconsumer);
1643 consumer - rxq->rxq_first, rxbd_flags, consumer->rxbd_len,
1653 consumer->rxbd_flags = rxbd_flags & (RXBD_W | RXBD_I)
2163 volatile struct txbd *consumer = txq->txq_consumer; local
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/
os.h 29 #include <linux/regulator/consumer.h>
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
ChainedIncludesSource.cpp 163 auto consumer = std::make_unique<PCHGenerator>( local
167 consumer->GetASTMutationListener());
168 Clang->setASTConsumer(std::move(consumer));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-loop-interchange.cc 134 gimple *consumer; member in struct:reduction
275 /* Return the reduction if STMT is one of its lcssa PHI, producer or consumer
286 || (stmt == re->producer || stmt == re->consumer))
403 // consumer.
414 gimple *producer, *consumer; local
436 consumer = single_use_in_loop (PHI_RESULT (re->lcssa_phi), m_outer);
437 if (!consumer
438 || !gimple_store_p (consumer))
441 re->fini_ref = gimple_get_lhs (consumer);
442 re->consumer = consumer
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/
test009-ignored-replication 60 mkdir $DBDIR4 $TESTDIR/confdir-consumer
62 echo "Starting consumer slapd on TCP/IP port $PORT4..."
68 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
78 echo "Setting up variant overlay on consumer..."
131 echo "Waiting ${SLEEP1} seconds for consumer to start replication..."
135 echo "Waiting ${SLEEP1} seconds for consumer to finish replicating..."
  /src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/
test007-transformed-replication 46 mkdir $DBDIR4 $TESTDIR/confdir-consumer
48 echo "Starting consumer slapd on TCP/IP port $PORT4..."
54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
64 echo "Setting up overlay on consumer..."
110 echo "Waiting ${SLEEP1} seconds for consumer to start replication..."
114 echo "Waiting ${SLEEP1} seconds for consumer to finish replicating..."
261 echo "Waiting ${SLEEP1} seconds for consumer to finish replicating..."
test008-ignored-replication 46 mkdir $DBDIR4 $TESTDIR/confdir-consumer
48 echo "Starting consumer slapd on TCP/IP port $PORT4..."
54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
64 echo "Setting up overlay on consumer..."
110 echo "Waiting ${SLEEP1} seconds for consumer to start replication..."
114 echo "Waiting ${SLEEP1} seconds for consumer to finish replicating..."
263 echo "Waiting ${SLEEP1} seconds for consumer to finish replicating..."
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sync/
semaphore.d 378 void consumer()
422 group.create(&consumer);
  /src/external/bsd/openldap/dist/tests/data/regressions/its8521/
its8521 29 echo " This test tracks a case where a consumer fails to replicate from the provider"
78 echo "Starting consumer slapd on TCP/IP port $PORT2..."
79 . $CONFFILTER $BACKEND < $ITSDIR/slapd-consumer.ldif > $CONFLDIF
91 echo "Using ldapsearch to check that consumer slapd is running..."
217 echo "Configuring replication on the consumer..."
251 echo "Using ldapsearch to read all the entries from the consumer..."
266 echo "Filtering consumer results..."
269 echo "Comparing retrieved entries from provider and consumer..."
273 echo "test failed - provider and consumer databases match"
288 echo "Sleeping 30 seconds to allow consumer to reconnect and replicate...
    [all...]
  /src/external/bsd/openldap/dist/tests/data/regressions/its9863/
its9863 102 # Start slapd consumer
104 echo "Starting slapd consumer on TCP/IP port $PORT3 and ${PORT4}..."
105 . $CONFFILTER $BACKEND < $ITSDIR/slapd-consumer.ldif > $CONF2
179 echo "Stopping consumer to test recovery..."
185 echo "Starting slapd consumer on TCP/IP port $PORT3 and ${PORT4}..."
  /src/share/mk/
bsd.x11.mk 229 # If PKGDIST is not suitable, a consumer can set PKGDIST.<module> with
232 # Also, the consumer can use PKGDIST alone, and a PKGCONFIG will be
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
vdev_geom.c 171 * must be retired before we can detach our consumer.
231 ZFS_LOG(1, "Created geom and consumer for %s.", pp->name);
234 LIST_FOREACH(cp, &gp->consumer, consumer) {
236 ZFS_LOG(1, "Found consumer for %s.", pp->name);
256 ZFS_LOG(1, "Created consumer for %s.", pp->name);
264 ZFS_LOG(1, "Used existing consumer for %s.", pp->name);
272 * guid. In that case, we'll ultimately fail to open this consumer,
305 /* Destroy consumer on last close. */
310 ZFS_LOG(1, "Destroying consumer for %s."
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dsi_vbt.c 32 #include <linux/gpio/consumer.h>
35 #include <linux/pinctrl/consumer.h>
815 /* Intel GFX is consumer */

Completed in 47 milliseconds

1 2