HomeSort by: relevance | last modified time | path
    Searched refs:swm (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_fc.c 28 txfc->swm = 0;
51 assert((txfc->swm + consumed) <= txfc->cwm);
52 return txfc->cwm - (consumed + txfc->swm);
84 txfc->swm += num_bytes;
118 return txfc->swm;
135 rxfc->swm = 0;
187 uint64_t credit = rxfc->cwm - rxfc->swm;
195 rxfc->swm += num_bytes;
350 if (rxfc->rwm + num_bytes > rxfc->swm)
369 return rxfc->swm;
    [all...]
  /src/crypto/external/apache2/openssl/dist/include/internal/
quic_fc.h 28 uint64_t swm, cwm; member in struct:quic_txfc_st
117 * Get the current spent watermark (SWM) value. This is purely for diagnostic
130 * swm is the sent/received watermark, which tracks how much we have
137 uint64_t cwm, swm, rwm, esrwm, hwm, cur_window_size, max_window_size; member in struct:quic_rxfc_st
235 * Returns the current SWM. This is the total number of bytes the peer has
248 * Returns the current credit. This is the CWM minus the SWM. This is intended
  /src/external/gpl3/gcc/dist/gcc/
ipa-strub.cc 2469 tree swm = NULL_TREE;
2472 swm = create_tmp_var (get_wmt (), ".strub.watermark");
2473 TREE_ADDRESSABLE (swm) = true;
2474 swmp = build1 (ADDR_EXPR, get_pwmt (), swm);
2544 if (!swm)
2545 swm = build2 (MEM_REF,
2556 unshare_expr (swm)));
2561 unshare_expr (swm)));
2575 unshare_expr (swm)));
2591 gassign *clobber = gimple_build_assign (swm,
2467 tree swm = NULL_TREE; local
3498 tree swm = create_tmp_var (get_wmt (), ".strub.watermark"); local
    [all...]

Completed in 28 milliseconds