/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/nds32/ |
H A D | nds32-pipelines-auxiliary.c | 469 n7_consumed_by_ii_dep_p (rtx_insn *consumer, rtx def_reg) in n7_consumed_by_ii_dep_p() argument 473 switch (get_attr_type (consumer)) in n7_consumed_by_ii_dep_p() 477 if (movd44_even_dep_p (consumer, def_reg)) in n7_consumed_by_ii_dep_p() 480 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p() 484 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p() 488 use_rtx = extract_mac_non_acc_rtx (consumer); in n7_consumed_by_ii_dep_p() 496 if (divmod_p (consumer)) in n7_consumed_by_ii_dep_p() 497 use_rtx = SET_SRC (parallel_element (consumer, 0)); in n7_consumed_by_ii_dep_p() 499 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p() 504 if (post_update_insn_p (consumer)) in n7_consumed_by_ii_dep_p() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/nds32/ |
H A D | nds32-pipelines-auxiliary.cc | 469 n7_consumed_by_ii_dep_p (rtx_insn *consumer, rtx def_reg) in n7_consumed_by_ii_dep_p() argument 473 switch (get_attr_type (consumer)) in n7_consumed_by_ii_dep_p() 477 if (movd44_even_dep_p (consumer, def_reg)) in n7_consumed_by_ii_dep_p() 480 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p() 484 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p() 488 use_rtx = extract_mac_non_acc_rtx (consumer); in n7_consumed_by_ii_dep_p() 496 if (divmod_p (consumer)) in n7_consumed_by_ii_dep_p() 497 use_rtx = SET_SRC (parallel_element (consumer, 0)); in n7_consumed_by_ii_dep_p() 499 use_rtx = SET_SRC (PATTERN (consumer)); in n7_consumed_by_ii_dep_p() 504 if (post_update_insn_p (consumer)) in n7_consumed_by_ii_dep_p() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
H A D | aarch-common.c | 106 arm_get_set_operands (rtx producer, rtx consumer, in arm_get_set_operands() argument 111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer), in arm_get_set_operands() 225 arm_early_load_addr_dep (rtx producer, rtx consumer) in arm_early_load_addr_dep() argument 229 if (!arm_get_set_operands (producer, consumer, &value, &addr)) in arm_early_load_addr_dep() 239 arm_early_load_addr_dep_ptr (rtx producer, rtx consumer) in arm_early_load_addr_dep_ptr() argument 242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_load_addr_dep_ptr() 257 arm_no_early_alu_shift_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_dep() argument 262 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_dep() 275 arm_no_early_alu_shift_value_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_value_dep() argument 280 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_value_dep() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
H A D | aarch-common.cc | 106 arm_get_set_operands (rtx producer, rtx consumer, in arm_get_set_operands() argument 111 rtx set_consumer = arm_find_sub_rtx_with_code (PATTERN (consumer), in arm_get_set_operands() 225 arm_early_load_addr_dep (rtx producer, rtx consumer) in arm_early_load_addr_dep() argument 229 if (!arm_get_set_operands (producer, consumer, &value, &addr)) in arm_early_load_addr_dep() 239 arm_early_load_addr_dep_ptr (rtx producer, rtx consumer) in arm_early_load_addr_dep_ptr() argument 242 rtx addr = arm_find_sub_rtx_with_code (PATTERN (consumer), SET, false); in arm_early_load_addr_dep_ptr() 257 arm_no_early_alu_shift_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_dep() argument 262 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_dep() 275 arm_no_early_alu_shift_value_dep (rtx producer, rtx consumer) in arm_no_early_alu_shift_value_dep() argument 280 if (!arm_get_set_operands (producer, consumer, &value, &op)) in arm_no_early_alu_shift_value_dep() [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-diff/ |
H A D | DifferenceEngine.h | 37 Engine.consumer.enterContext(L, R); in Context() 41 Engine.consumer.exitContext(); in ~Context() 59 DifferenceEngine(Consumer &consumer) in DifferenceEngine() argument 60 : consumer(consumer), globalValueOracle(nullptr) {} in DifferenceEngine() 65 consumer.log(text); in log() 68 return LogBuilder(consumer, text); in logf() 70 Consumer& getConsumer() const { return consumer; } in getConsumer() 84 Consumer &consumer;
|
H A D | DiffLog.h | 29 Consumer *consumer; variable 40 LogBuilder(Consumer &c, StringRef Format) : consumer(&c), Format(Format) {} in LogBuilder() 42 : consumer(L.consumer), Format(L.Format), in LogBuilder() 44 L.consumer = nullptr; in LogBuilder() 64 Consumer &consumer; variable 67 DiffLogBuilder(Consumer &c) : consumer(c) {} in DiffLogBuilder()
|
H A D | DiffLog.cpp | 20 if (consumer) in ~LogBuilder() 21 consumer->logf(*this); in ~LogBuilder() 29 DiffLogBuilder::~DiffLogBuilder() { consumer.logd(*this); } in ~DiffLogBuilder()
|
/netbsd-src/external/mit/isl/dist/interface/ |
H A D | extract_interface.cc | 509 static void generate(MyASTConsumer &consumer, SourceManager &SM) in generate() argument 514 gen = new python_generator(SM, consumer.exported_types, in generate() 515 consumer.exported_functions, consumer.functions); in generate() 517 gen = new plain_cpp_generator(SM, consumer.exported_types, in generate() 518 consumer.exported_functions, consumer.functions); in generate() 520 gen = new plain_cpp_generator(SM, consumer.exported_types, in generate() 521 consumer.exported_functions, consumer.functions, true); in generate() 523 gen = new cpp_conversion_generator(SM, consumer.exported_types, in generate() 524 consumer.exported_functions, consumer.functions); in generate() 526 gen = new template_cpp_generator(SM, consumer.exported_types, in generate() [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
H A D | rfc4373.txt | 145 consumer. 147 The term "consumer" applies to an LDAP server that consumes (i.e., 157 operations to be performed by the consumer. Except for the fact that 178 extended operation to a consumer as a notification that a stream of 182 StartLBURPRequest. The consumer responds to the StartLBURPRequest 187 After the consumer responds with a StartLBURPResponse, the supplier 188 sends a stream of LBURPUpdateRequest messages to the consumer. 190 the efficiency of the transfer. The consumer responds to each 199 the consumer to process LBURPUpdateRequest messages in the order they 201 The consumer processes each LBURPUpdateRequest according to the [all …]
|
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
H A D | replication.sdf | 21 {{consumer}}: A provider can accept external write operations and make them 24 provider/consumer roles are quite fluid: replication updates received in a 25 consumer can be further propagated by that consumer to other servers, so a 26 consumer can also act simultaneously as a provider. Also, a consumer need not 37 short, is a consumer-side replication engine that enables the 38 consumer {{TERM:LDAP}} server to maintain a shadow copy of a 39 {{TERM:DIT}} fragment. A syncrepl engine resides at the consumer 46 short) as the consumer synchronization protocol. LDAP Sync provides 49 In pull-based replication the consumer periodically 50 polls the provider for updates. In push-based replication the consumer [all …]
|
H A D | slapdconfig.sdf | 159 16384 (0x4000 sync) syncrepl consumer processing 325 perform" error. If set on a consumer, modifications sent by 434 This directive specifies the current database as a consumer of the 436 replication consumer site running a syncrepl replication engine. 438 specified by the {{EX:provider}} parameter. The consumer database is 444 {{EX:syncrepl}} directive within the replication consumer server, 456 Note that the syncrepl uses a consumer-initiated protocol, and hence its 457 specification is located on the consumer. 459 The content of the syncrepl consumer is defined using a search 460 specification as its result set. The consumer slapd will [all …]
|
H A D | config.sdf | 49 {{consumer}} (or {{shadow}}) are syncrepl consumers. An example 50 provider-consumer configuration is shown in figure 3.3. Multi-Provider
|
/netbsd-src/sys/arch/arm/broadcom/ |
H A D | bcm53xx_eth.c | 1044 struct gmac_rxdb *consumer = rxq->rxq_consumer; in bcmeth_rxq_consume() local 1049 if (consumer == rxq->rxq_producer) { in bcmeth_rxq_consume() 1056 if (consumer == rxq->rxq_first + currdscr) { in bcmeth_rxq_consume() 1059 bcmeth_rxq_desc_postsync(sc, rxq, consumer, 1); in bcmeth_rxq_consume() 1074 KASSERTMSG(rxsts != BCMETH_RCVMAGIC, "currdscr=%u consumer=%zd", in bcmeth_rxq_consume() 1075 currdscr, consumer - rxq->rxq_first); in bcmeth_rxq_consume() 1091 if (++consumer == rxq->rxq_last) { in bcmeth_rxq_consume() 1092 consumer = rxq->rxq_first; in bcmeth_rxq_consume() 1094 KASSERTMSG(consumer != rxq->rxq_first + currdscr, in bcmeth_rxq_consume() 1096 "consumer in bcmeth_rxq_consume() 1602 struct gmac_txdb *consumer = txq->txq_consumer; bcmeth_txq_consume() local [all...] |
/netbsd-src/sys/dev/ic/ |
H A D | aic6915.c | 623 int consumer, producer, txidx; in sf_txintr() local 628 consumer = CQCI_TxCompletionConsumerIndex_get(cqci); in sf_txintr() 632 if (consumer == producer) in sf_txintr() 635 while (consumer != producer) { in sf_txintr() 636 SF_CDTXCSYNC(sc, consumer, BUS_DMASYNC_POSTREAD); in sf_txintr() 637 tcd = le32toh(sc->sc_txcomp[consumer].tcd_word0); in sf_txintr() 658 consumer = SF_NEXTTCD(consumer); in sf_txintr() 672 CQCI_TxCompletionConsumerIndex(consumer)); in sf_txintr() 691 int consumer, producer, bufproducer, rxidx, len; in sf_rxintr() local 696 consumer = CQCI_RxCompletionQ1ConsumerIndex_get(cqci); in sf_rxintr() [all …]
|
/netbsd-src/external/bsd/openldap/dist/tests/scripts/ |
H A D | test086-delta-consumer-config | 181 olcSuffix: cn=consumer-accesslog 183 olcRootDN: cn=consumer,cn=config 249 olcSuffix: cn=config,cn=consumer 250 olcRootDN: cn=config,cn=consumer 265 olcAccessLogDB: cn=consumer-accesslog 270 dn: cn=config,cn=consumer 275 dn: olcDatabase={0}config,cn=config,cn=consumer 415 dn: cn=module,cn=config,cn=consumer 449 dn: olcDatabase={1}$BACKEND,cn=config,cn=consumer
|
H A D | test059-consumer-config | 138 olcSuffix: cn=config,cn=consumer 139 olcRootDN: cn=config,cn=consumer 149 dn: cn=config,cn=consumer 154 dn: olcDatabase={0}config,cn=config,cn=consumer 293 dn: cn=module,cn=config,cn=consumer 327 dn: olcDatabase={1}$BACKEND,cn=config,cn=consumer
|
H A D | defines.sh | 109 DSRCONSUMERCONF=$DATADIR/slapd-deltasync-consumer.conf 115 R1SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-refresh1.conf 116 R2SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-refresh2.conf 117 P1SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist1.conf 118 P2SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist2.conf 119 P3SRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist3.conf 123 REFCONSUMERCONF=$DATADIR/slapd-ref-consumer.conf 157 RCONSUMERCONF=$DATADIR/slapd-repl-consumer-remote.conf 158 PLSRCONSUMERCONF=$DATADIR/slapd-syncrepl-consumer-persist-ldap.conf
|
/netbsd-src/sys/arch/powerpc/booke/dev/ |
H A D | pq3etsec.c | 1617 volatile struct rxbd *consumer = rxq->rxq_consumer; in pq3etsec_rxq_consume() local 1623 if (consumer == rxq->rxq_producer) { in pq3etsec_rxq_consume() 1624 rxq->rxq_consumer = consumer; in pq3etsec_rxq_consume() 1629 pq3etsec_rxq_desc_postsync(sc, rxq, consumer, 1); in pq3etsec_rxq_consume() 1630 const uint16_t rxbd_flags = consumer->rxbd_flags; in pq3etsec_rxq_consume() 1632 rxq->rxq_consumer = consumer; in pq3etsec_rxq_consume() 1638 KASSERT(rxq->rxq_mbufs[consumer - rxq->rxq_first] == rxq->rxq_mconsumer); in pq3etsec_rxq_consume() 1643 consumer - rxq->rxq_first, rxbd_flags, consumer->rxbd_len, in pq3etsec_rxq_consume() 1653 consumer in pq3etsec_rxq_consume() 2163 volatile struct txbd *consumer = txq->txq_consumer; pq3etsec_txq_consume() local [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 134 gimple *consumer; member 286 || (stmt == re->producer || stmt == re->consumer)) in find_reduction_by_stmt() 414 gimple *producer, *consumer; in classify_simple_reduction() local 436 consumer = single_use_in_loop (PHI_RESULT (re->lcssa_phi), m_outer); in classify_simple_reduction() 437 if (!consumer in classify_simple_reduction() 438 || !gimple_store_p (consumer)) in classify_simple_reduction() 441 re->fini_ref = gimple_get_lhs (consumer); in classify_simple_reduction() 442 re->consumer = consumer; in classify_simple_reduction() 794 find_deps_in_bb_for_stmt (gimple_seq *stmts, basic_block bb, gimple *consumer) in find_deps_in_bb_for_stmt() argument 807 worklist.safe_push (consumer); in find_deps_in_bb_for_stmt() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-loop-interchange.cc | 134 gimple *consumer; member 286 || (stmt == re->producer || stmt == re->consumer)) in find_reduction_by_stmt() 414 gimple *producer, *consumer; in classify_simple_reduction() local 436 consumer = single_use_in_loop (PHI_RESULT (re->lcssa_phi), m_outer); in classify_simple_reduction() 437 if (!consumer in classify_simple_reduction() 438 || !gimple_store_p (consumer)) in classify_simple_reduction() 441 re->fini_ref = gimple_get_lhs (consumer); in classify_simple_reduction() 442 re->consumer = consumer; in classify_simple_reduction() 794 find_deps_in_bb_for_stmt (gimple_seq *stmts, basic_block bb, gimple *consumer) in find_deps_in_bb_for_stmt() argument 807 worklist.safe_push (consumer); in find_deps_in_bb_for_stmt() [all …]
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ChainedIncludesSource.cpp | 163 auto consumer = std::make_unique<PCHGenerator>( in createChainedIncludesSource() local 167 consumer->GetASTMutationListener()); in createChainedIncludesSource() 168 Clang->setASTConsumer(std::move(consumer)); in createChainedIncludesSource()
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/variant/tests/scripts/ |
H A D | test009-ignored-replication | 60 mkdir $DBDIR4 $TESTDIR/confdir-consumer 68 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
|
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/datamorph/tests/scripts/ |
H A D | test007-transformed-replication | 46 mkdir $DBDIR4 $TESTDIR/confdir-consumer 54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
|
H A D | test008-ignored-replication | 46 mkdir $DBDIR4 $TESTDIR/confdir-consumer 54 $SLAPD -f $CONF4 -F $TESTDIR/confdir-consumer -h $URI4 -d $LVL > $LOG4 2>&1 &
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
H A D | HashTable.rst | 15 a consumer to read a list of values and reconstruct the hash table on the fly. 19 value type is a uint32. The only requirement is that the producer and consumer
|