Searched refs:producer (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/pdq/
H A Dpdq.c565 * the request producer index.
573 * producer index (descriptor is already pre-initialized)
729 pdq_uint32_t producer = rx->rx_producer;
796 buffers[(producer + idx) & ring_mask] =
812 PDQ_ADVANCE(producer, PDQ_RX_SEGCNT, ring_mask);
846 buffers[producer] = buffers[completion];
860 PDQ_ADVANCE(producer, 1, ring_mask);
915 pdq_uint32_t producer = tx->tx_producer;
939 dbp->pdqdb_transmits[producer] = tx->tx_hdrdesc;
940 PDQ_OS_DESC_PRESYNC(pdq, &dbp->pdqdb_transmits[producer], sizeo
721 pdq_uint32_t producer = rx->rx_producer; local
906 pdq_uint32_t producer = tx->tx_producer; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Ddwarfread.c202 the DWARF producer inserted DIES that describe the fundamental types in
1816 handle_producer (char *producer) argument
1822 if (DEPRECATED_STREQN (producer, GCC_PRODUCER, strlen (GCC_PRODUCER)))
1824 char version = producer[strlen (GCC_PRODUCER)];
1830 strncmp (producer, GPLUS_PRODUCER, strlen (GPLUS_PRODUCER)) == 0;
1833 /* Select a demangling style if we can identify the producer and if
1836 gcc (cc1) producer, as opposed to a g++ (cc1plus) producer. */
1840 if (DEPRECATED_STREQN (producer, GPLUS_PRODUCER, strlen (GPLUS_PRODUCER)))
1848 else if (DEPRECATED_STREQN (producer, LCC_PRODUCE
[all...]
/freebsd-9.3-release/contrib/binutils/gas/
H A Ddwarf2dbg.c1520 char producer[128];
1627 sprintf (producer, "GNU AS %s", VERSION);
1628 len = strlen (producer) + 1;
1630 memcpy (p, producer, len);
1516 char producer[128]; local
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c7755 a producer insn and MMMUL/MMSHF at least 4 cycles long. */
8309 ia64_st_address_bypass_p (rtx producer, rtx consumer)
8313 gcc_assert (producer && consumer);
8314 dest = ia64_single_set (producer);
8333 ia64_ld_address_bypass_p (rtx producer, rtx consumer)
8337 gcc_assert (producer && consumer);
8338 dest = ia64_single_set (producer);
8292 ia64_st_address_bypass_p(rtx producer, rtx consumer) argument
8316 ia64_ld_address_bypass_p(rtx producer, rtx consumer) argument
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.c15058 arm_no_early_store_addr_dep (rtx producer, rtx consumer)
15060 rtx value = PATTERN (producer); argument
15082 arm_no_early_alu_shift_dep (rtx producer, rtx consumer)
15084 rtx value = PATTERN (producer);
15114 arm_no_early_alu_shift_value_dep (rtx producer, rtx consumer)
15116 rtx value = PATTERN (producer);
15147 arm_no_early_mul_dep (rtx producer, rtx consumer)
15149 rtx value = PATTERN (producer);
15036 arm_no_early_store_addr_dep(rtx producer, rtx consumer) argument
15092 arm_no_early_alu_shift_value_dep(rtx producer, rtx consumer) argument
15125 arm_no_early_mul_dep(rtx producer, rtx consumer) argument
/freebsd-9.3-release/sys/dev/bxe/
H A Decore_hsi.h5553 uint16_t producer /* event ring producer */; member in struct:event_ring_data
5555 uint16_t producer /* event ring producer */; member in struct:event_ring_data
H A Dbxe.c2420 * Make sure that BD data is updated before writing the producer.
2421 * BD data is written to the memory, the producer is read from the
2953 * buffer limit is imposed then fill in the next producer index.
3396 * buffer limit is imposed then fill in the next producer index.
3407 /* copy this consumer index to the producer index */
5806 /* update TX BD producer index value for next TX */
5822 /* producer points to the next free tx_bd at this point */
8971 /* update producer */
10028 * will need to maintain tx producer/consumer/dma/etc values *per* CoS.
10093 * producers since FW might read the BD/SGE right after the producer
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c12398 char producer[250];
12412 sprintf (producer, "%s %s", language_string, version_string);
12415 /* The MIPS/SGI compilers place the 'cc' command line options in the producer
12417 not appear in the producer string, the debugger reaches the conclusion
12420 information in the object file, we add a -g to the producer string. */
12422 strcat (producer, " -g");
12425 add_AT_string (die, DW_AT_producer, producer);
12383 char producer[250]; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9836 Expr *producer = cast->getSubExpr();
9837 assert(producer->getType() == cast->getType());
9838 assert(producer->getValueKind() == cast->getValueKind());
9839 cleanups->setSubExpr(producer);

Completed in 728 milliseconds