| /freebsd/crypto/openssl/doc/man3/ |
| H A D | SSL_set_bio.pod | 58 previously set values then one reference is consumed for the rbio and one 59 reference is consumed for the wbio. 64 the same as the previously set value then one reference is consumed. 69 same as the previously set value, then no additional references are consumed. 75 previously set value then one reference is consumed for the B<wbio> and no 76 references are consumed for the B<rbio>. 82 were the same as each other then one reference is consumed for the B<rbio> 83 and no references are consumed for the B<wbio>. 90 to each other, then one reference is consumed for the B<rbio> and one 91 reference is consumed for the B<wbio>.
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | SSL_set_bio.3 | 111 previously set values then one reference is consumed for the rbio and one 112 reference is consumed for the wbio. 115 the same as the previously set value then one reference is consumed. 118 same as the previously set value, then no additional references are consumed. 122 previously set value then one reference is consumed for the \fBwbio\fR and no 123 references are consumed for the \fBrbio\fR. 127 were the same as each other then one reference is consumed for the \fBrbio\fR 128 and no references are consumed for the \fBwbio\fR. 133 to each other, then one reference is consumed for the \fBrbio\fR and one 134 reference is consumed for the \fBwbio\fR.
|
| /freebsd/contrib/netbsd-tests/bin/df/ |
| H A D | getmntinfo.c | 67 const int *consumed, int consumedcnt) in other_variants() argument 78 used = total * consumed[j] / 100; in other_variants() 110 static const int consumed[] = { 0, 20, 60, 95, 100 }; in setup_filer() local 114 consumed, sizeof(consumed) / sizeof(consumed[0])); in setup_filer() 143 static const int consumed[] = { 0, 20, 60, 95, 100 }; in setup_ld0g() local 147 consumed, sizeof(consumed) / sizeof(consumed[0])); in setup_ld0g()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | Consumed.h | 1 //===- Consumed.h -----------------------------------------------*- C++ -*-===// 9 // A intra-procedural analysis for checking consumed properties. This is based, 39 namespace consumed { 115 /// Warn about use-while-consumed errors. 126 /// Warn about use-while-consumed errors. 170 /// Get the consumed state of a given variable. 173 /// Get the consumed state of a given temporary value. 194 /// Set the consumed state of a given variable. 197 /// Set the consumed state of a given temporary value. 262 /// Check a function's CFG for consumed violations. [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | arc_impl.h | 613 * Number of bytes consumed by internal ARC structures necessary 622 * Number of bytes consumed by ARC buffers of type equal to 623 * ARC_BUFC_DATA. This is generally consumed by buffers backing 628 * Number of bytes consumed by ARC buffers of type equal to 629 * ARC_BUFC_METADATA. This is generally consumed by buffers 635 * Number of bytes consumed by dmu_buf_impl_t objects. 639 * Number of bytes consumed by dnode_t objects. 643 * Number of bytes consumed by bonus buffers. 654 * Total number of bytes consumed by ARC buffers residing in the 663 * Number of bytes consumed by ARC buffers that meet the [all …]
|
| /freebsd/crypto/openssl/crypto/ |
| H A D | asn1_dsa.c | 185 * were consumed. 221 * past the data that was consumed. 227 * Returns the number of bytes of input consumed or 0 if an error occurs. 231 * were consumed. 236 size_t consumed; in ossl_decode_der_dsa_sig() local 249 consumed = PACKET_data(&pkt) - *ppin; in ossl_decode_der_dsa_sig() 250 *ppin += consumed; in ossl_decode_der_dsa_sig() 251 return consumed; in ossl_decode_der_dsa_sig()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/ |
| H A D | pipeline.json | 277 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend … 284 …consumed by the backend because allocation is stalled due to a mispredicted jump or a machine clea… 289 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 299 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend … 309 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 331 …ion": "Counts the total number of issue slots every cycle that were not consumed by the backend du… 341 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 352 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 363 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 374 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… [all …]
|
| /freebsd/lib/libc/stdio/ |
| H A D | open_wmemstream.c | 122 ssize_t consumed, wlen; in wmemstream_write() local 139 consumed = 0; in wmemstream_write() 144 if (consumed == 0) { in wmemstream_write() 155 consumed += len; in wmemstream_write() 158 consumed += charlen; in wmemstream_write() 166 fprintf(stderr, "WMS: write(%p, %d) = %zd\n", ms, len, consumed); in wmemstream_write() 168 return (consumed); in wmemstream_write()
|
| /freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
| H A D | pipeline.json | 365 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend … 372 …consumed by the backend because allocation is stalled due to a mispredicted jump or a machine clea… 377 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 388 …"BriefDescription": "Counts the total number of issue slots that were not consumed by the backend … 399 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 421 …ion": "Counts the total number of issue slots every cycle that were not consumed by the backend du… 431 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 442 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 453 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… 464 …"BriefDescription": "Counts the number of issue slots every cycle that were not consumed by the ba… [all …]
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | case_file.cc | 286 * case, do not report it as consumed. in ReEvaluate() 288 return (/*consumed*/false); in ReEvaluate() 300 return (/*consumed*/false); in ReEvaluate() 309 return (/*consumed*/false); in ReEvaluate() 326 return (/*consumed*/false); in ReEvaluate() 340 return (/*consumed*/true); in ReEvaluate() 354 return (/*consumed*/false); in ReEvaluate() 364 return (/*consumed*/false); in ReEvaluate() 374 return (/*consumed*/false); in ReEvaluate() 384 return (/*consumed*/false); in ReEvaluate() [all …]
|
| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_fc.c | 49 uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed) in ossl_quic_txfc_get_credit_local() argument 51 assert((txfc->swm + consumed) <= txfc->cwm); in ossl_quic_txfc_get_credit_local() 52 return txfc->cwm - (consumed + txfc->swm); in ossl_quic_txfc_get_credit_local() 55 uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed) in ossl_quic_txfc_get_credit() argument 63 conn_r = ossl_quic_txfc_get_credit_local(txfc->parent, consumed); in ossl_quic_txfc_get_credit() 260 * b: bytes of window consumed since start of epoch in rxfc_should_bump_window_size() 261 * dw: proportion of window consumed since start of epoch in rxfc_should_bump_window_size()
|
| /freebsd/sys/dev/qat/qat_api/include/dc/ |
| H A D | cpa_dc_bp.h | 127 * has been consumed by the compression service and all the output has been 141 * consumed from the source buffer list via pResults->consumed arg. 163 * If the source data was not completely consumed, the application 165 * -# On return, the pResults->consumed will indicate the number of buffers 166 * consumed from the input buffer list. 208 * The results of the operation, along with the amount of data consumed 210 * As such, pResults->consumed and pResults->produced are available
|
| /freebsd/usr.bin/clang/llvm-bcanalyzer/ |
| H A D | llvm-bcanalyzer.1 | 322 The total number of bytes consumed by the 32\-bit and 64\-bit integers that use 330 The total number of bytes that would have been consumed by the 32\-bit and 64\-bit 393 The number of bytes consumed by instructions in the function. 400 The average number of bytes consumed by the instructions in the function. 432 The total number of bytes in this function consumed by the 32\-bit and 64\-bit 440 The total number of bytes in this function that would have been consumed by
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb251xb.txt | 49 - sp-max-total-current-microamp: Specifies max current consumed by the hub 53 - bp-max-total-current-microamp: Specifies max current consumed by the hub 57 - sp-max-removable-current-microamp: Specifies max current consumed by the hub 61 - bp-max-removable-current-microamp: Specifies max current consumed by the hub
|
| /freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
| H A D | buffer.h | 40 * 'consumed region' and the 'remaining region'. The union of these two 41 * regions is the used region. The consumed region extends from the beginning 44 * region. The size of the consumed region can be changed using various 45 * buffer commands. Initially, the consumed region is empty. 57 * | consumed | remaining | | 69 * a-b == consumed region. 350 * \brief Make 'r' refer to the consumed region of 'b'. 398 * \brief Make the consumed region empty. 413 * \brief Increase the 'consumed' region of 'b' by 'n' bytes. 426 * \brief Decrease the 'consumed' region of 'b' by 'n' bytes. [all …]
|
| /freebsd/crypto/openssh/ |
| H A D | ssh-pkcs11-helper.c | 279 u_int consumed; in process() local 321 consumed = buf_len - sshbuf_len(iqueue); in process() 322 if (msg_len < consumed) { in process() 323 error("msg_len %d < consumed %d", msg_len, consumed); in process() 326 if (msg_len > consumed) { in process() 327 if ((r = sshbuf_consume(iqueue, msg_len - consumed)) != 0) in process()
|
| H A D | xmss_wots.c | 94 int consumed = 0; in base_w() local 96 for (consumed = 0; consumed < out_len; consumed++) { in base_w()
|
| /freebsd/crypto/openssl/demos/http3/ |
| H A D | ossl-nghttp3.c | 217 size_t consumed, in h3_conn_deferred_consume() argument 224 ret = conn->deferred_consume_cb(h3conn, stream_id, consumed, in h3_conn_deferred_consume() 227 conn->consumed_app_data += consumed; in h3_conn_deferred_consume() 460 size_t num_bytes, consumed; in h3_conn_pump_stream() local 552 * bytes which nghttp3 consumed. in h3_conn_pump_stream() 554 consumed = ec + conn->consumed_app_data; in h3_conn_pump_stream() 555 assert(consumed <= s->buf_total - s->buf_cur); in h3_conn_pump_stream() 556 s->buf_cur += consumed; in h3_conn_pump_stream() 665 * Tell nghttp3 we have consumed the data it output when we in OSSL_DEMO_H3_CONN_handle_events()
|
| /freebsd/contrib/libder/libder/ |
| H A D | libder_read.c | 750 * indicate the number of bytes consumed either way -- it will only be updated 790 * Ditto above, but with an fd. *consumed is not ignored on entry, and returned 791 * with the number of bytes read from fd if consumed is not NULL. libder(3) 795 libder_read_fd(struct libder_ctx *ctx, int fd, size_t *consumed) in libder_read_fd() argument 820 if (consumed != NULL && stream->stream_consumed != 0) in libder_read_fd() 821 *consumed = stream->stream_consumed; in libder_read_fd() 832 libder_read_file(struct libder_ctx *ctx, FILE *fp, size_t *consumed) in libder_read_file() argument 857 if (consumed != NULL && stream->stream_consumed != 0) in libder_read_file() 858 *consumed = stream->stream_consumed; in libder_read_file()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstdmt_compress.c | 638 …size_t consumed; /* SHARED - set0 by mtctx, then modified by worker AND read b… member 747 job->consumed = chunkSize * chunkNb; in ZSTDMT_compressionJob() 785 …job->consumed = job->src.size; /* when job->consumed == job->src.size , compression job is presum… in ZSTDMT_compressionJob() 854 unsigned long long consumed; member 1003 while (mtctx->jobs[jobID].consumed < mtctx->jobs[jobID].src.size) { in ZSTDMT_waitForAllJobsCompleted() 1078 * tells how much data has been consumed (input) and produced (output) for current frame. 1085 fps.ingested = mtctx->consumed + mtctx->inBuff.filled; in ZSTDMT_getFrameProgression() 1086 fps.consumed = mtctx->consumed; in ZSTDMT_getFrameProgression() 1103 fps.consumed += jobPtr->consumed; in ZSTDMT_getFrameProgression() 1106 fps.nbActiveWorkers += (jobPtr->consumed < jobPtr->src.size); in ZSTDMT_getFrameProgression() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | InstructionTables.cpp | 26 // Identify the resources consumed by this instruction. in execute() 37 // The number of cycles consumed by each unit. in execute() 52 // Compute the number of cycles consumed by each resource unit. in execute()
|
| /freebsd/contrib/ntp/libntp/lib/isc/ |
| H A D | buffer.c | 158 * Make 'r' refer to the consumed region of 'b'. in isc__buffer_consumedregion() 206 * Make the consumed region empty. in isc__buffer_first() 217 * Increase the 'consumed' region of 'b' by 'n' bytes. in isc__buffer_forward() 229 * Decrease the 'consumed' region of 'b' by 'n' bytes. in isc__buffer_back() 246 * of the consumed region, and the consumed region is then made empty. in isc_buffer_compact()
|
| /freebsd/sys/dev/cxgbe/ |
| H A D | t4_mp_ring.c | 166 counter_u64_add(r->consumed, n); in drain_ring() 294 if ((r->consumed = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc() 327 if (r->consumed != NULL) in mp_ring_free() 328 counter_u64_free(r->consumed); in mp_ring_free() 592 counter_u64_zero(r->consumed); 624 SYSCTL_ADD_COUNTER_U64(ctx, children, OID_AUTO, "consumed", 625 CTLFLAG_RD, &r->consumed, "# of items consumed");
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | quic_fc.h | 64 * returned. The consumed value is the amount already consumed on the connection 67 uint64_t ossl_quic_txfc_get_credit(QUIC_TXFC *txfc, uint64_t consumed); 72 * connection-level flow control. Any credit value is reduced by the consumed 75 uint64_t ossl_quic_txfc_get_credit_local(QUIC_TXFC *txfc, uint64_t consumed);
|
| /freebsd/crypto/openssl/test/ |
| H A D | quic_stream_test.c | 223 size_t consumed = 0, total_written = 0, rd, cur_rd, expected = 0, start_at; in test_sstream_bulk() local 250 &consumed)) in test_sstream_bulk() 251 || !TEST_size_t_eq(consumed, init_size / 2) in test_sstream_bulk() 268 if (!TEST_true(ossl_quic_sstream_append(sstream, src_buf, l, &consumed))) in test_sstream_bulk() 271 memcpy(ref_src_cur, src_buf, consumed); in test_sstream_bulk() 272 ref_src_cur += consumed; in test_sstream_bulk() 273 total_written += consumed; in test_sstream_bulk() 274 } while (consumed > 0); in test_sstream_bulk()
|