HomeSort by: relevance | last modified time | path
    Searched defs:refill (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/text/
operations.cpp 72 /// \param input The string to refill.
73 /// \param target_width The width to refill the paragraph to.
77 text::refill(const std::string& input, const std::size_t target_width) function in class:text
122 /// See the documentation for refill() for additional details.
124 /// \param input The string to refill.
125 /// \param target_width The width to refill the paragraph to.
131 return join(refill(input, target_width), "\n");
  /src/sys/dev/pci/ixgbe/
ixgbe_dcb.c 52 * @refill: refill credits index by traffic class
56 s32 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max,
79 refill[i] = (u16)val;
137 * a multiplier. It is required that the refill credits must be
158 /* Calculate credit refill ratio using multiplier */
162 /* Refill at least minimum credit */
229 u16 *refill)
235 refill[tc] = tc_config[tc].path[direction].data_credits_refill;
466 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 } local
506 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
547 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
652 u16 refill[IXGBE_DCB_MAX_TRAFFIC_CLASS]; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-winsource.c 146 refill ();
497 tui_source_window_base::refill () function in class:tui_source_window_base
606 refill ();
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-winsource.c 148 refill ();
502 tui_source_window_base::refill () function in class:tui_source_window_base
611 refill ();
  /src/external/bsd/nsd/dist/simdzone/src/generic/
parser.h 267 static int32_t refill(parser_t *parser) function
269 // refill if possible (i.e. not if string or if file is empty)
315 READ_ERROR(parser, "Cannot refill buffer");
352 if ((code = refill(parser)) < 0)
367 // FIXME: if tail is still equal to tape, refill immediately?!
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
token.c 176 refill(int minsz) function
196 #define REFILL(x) if (ifiles->curptr+x >= ifiles->maxread) refill(x)
615 REFILL(2);
  /src/sys/dev/marvell/
if_mvxpe.c 1881 /* Disable Rx packet buffer refill request */
2555 int idx, refill = 0; local
2562 refill = rx->rx_queue_len - ndesc;
2563 if (refill <= 0)
2566 DPRINTSC(sc, 2, "%d buffers to refill.\n", refill);
2569 for (npkt = 0; npkt < refill; npkt++)
mvxpsec.c 571 int refill; local
600 refill = (sc->sc_wait_qlen > 0) ? 1 : 0;
623 if (refill) {
2182 /* refill MVXPSEC */

Completed in 92 milliseconds