Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 25 of 114) sorted by relevance

12345

/freebsd-14.2/contrib/netbsd-tests/bin/df/
H A Dgetmntinfo.c67 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-14.2/lib/libc/stdio/
H A Dopen_wmemstream.c122 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-14.2/crypto/openssl/doc/man3/
H A DSSL_set_bio.pod58 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-14.2/crypto/openssl/crypto/
H A Dasn1_dsa.c236 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-14.2/contrib/ncurses/ncurses/base/
H A Dvsscanf.c184 int consumed = 0; in vsscanf()
332 _nc_visbuf2(1, str + consumed), in vsscanf()
334 if (sscanf(str + consumed, my_fmt, pointer, &eaten) > 0) in vsscanf()
335 consumed += eaten; in vsscanf()
/freebsd-14.2/crypto/openssh/
H A Dssh-pkcs11-helper.c258 u_int consumed; in process() local
300 consumed = buf_len - sshbuf_len(iqueue); in process()
301 if (msg_len < consumed) { in process()
302 error("msg_len %d < consumed %d", msg_len, consumed); in process()
305 if (msg_len > consumed) { in process()
306 if ((r = sshbuf_consume(iqueue, msg_len - consumed)) != 0) in process()
H A Dxmss_wots.c94 int consumed = 0; in base_w() local
96 for (consumed = 0; consumed < out_len; consumed++) { in base_w()
/freebsd-14.2/usr.sbin/mfiutil/
H A Dmfi_volume.c290 int error, fd, consumed; in volume_cache() local
374 consumed = process_cache_command(ac, av, &new); in volume_cache()
375 if (consumed < 0) { in volume_cache()
379 av += consumed; in volume_cache()
380 ac -= consumed; in volume_cache()
/freebsd-14.2/tools/tools/dmardump/
H A Ddmardump.c225 int remaining, consumed; in acpi_handle_dmar() local
232 consumed = acpi_handle_dmar_remapping_structure(cp, remaining); in acpi_handle_dmar()
233 if (consumed <= 0) in acpi_handle_dmar()
236 remaining -= consumed; in acpi_handle_dmar()
/freebsd-14.2/contrib/libxo/tests/core/saved/
H A Dtest_11.H.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.HP.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.HIPx.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.X.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.J.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.XP.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.JP.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.JPu.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.T.out5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
H A Dtest_11.E.out8 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
/freebsd-14.2/sys/contrib/zstd/lib/compress/
H A Dzstdmt_compress.c747 job->consumed = chunkSize * chunkNb; in ZSTDMT_compressionJob()
854 unsigned long long consumed; member
1086 fps.consumed = mtctx->consumed; in ZSTDMT_getFrameProgression()
1103 fps.consumed += jobPtr->consumed; in ZSTDMT_getFrameProgression()
1319 mtctx->consumed = 0; in ZSTDMT_initCStream_internal()
1348 assert(job->consumed == 0); in ZSTDMT_writeLastEmptyBlock()
1370 mtctx->jobs[jobID].consumed = 0; in ZSTDMT_createCompressionJob()
1505 mtctx->consumed += srcSize; in ZSTDMT_flushProduced()
1535 size_t consumed; in ZSTDMT_getInputDataInUse() local
1538 consumed = mtctx->jobs[wJobID].consumed; in ZSTDMT_getInputDataInUse()
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DConsumed.cpp56 using namespace consumed;
250 case consumed::CS_None: in stateToString()
253 case consumed::CS_Unknown: in stateToString()
256 case consumed::CS_Unconsumed: in stateToString()
259 case consumed::CS_Consumed: in stateToString()
286 namespace consumed { namespace
457 namespace consumed { namespace
786 PropagationInfo(consumed::CS_Consumed))); in VisitCXXConstructExpr()
859 ConsumedState ParamState = consumed::CS_None; in VisitParmVarDecl()
870 ParamState = consumed::CS_Unknown; in VisitParmVarDecl()
[all …]
/freebsd-14.2/usr.sbin/acpi/acpidump/
H A Dacpi.c856 int remaining, consumed; in acpi_handle_hest() local
868 if (consumed <= 0) in acpi_handle_hest()
871 remaining -= consumed; in acpi_handle_hest()
1335 int remaining, consumed; in acpi_handle_dmar_drhd() local
1358 if (consumed <= 0) in acpi_handle_dmar_drhd()
1361 remaining -= consumed; in acpi_handle_dmar_drhd()
1369 int remaining, consumed; in acpi_handle_dmar_rmrr() local
1384 if (consumed <= 0) in acpi_handle_dmar_rmrr()
1417 if (consumed <= 0) in acpi_handle_dmar_atsr()
1497 if (consumed <= 0) in acpi_handle_dmar()
[all …]
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt49 - 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-14.2/sys/dev/cxgbe/
H A Dt4_mp_ring.c167 counter_u64_add(r->consumed, n); in drain_ring()
295 if ((r->consumed = counter_u64_alloc(flags)) == NULL) in mp_ring_alloc()
329 if (r->consumed != NULL) in mp_ring_free()
330 counter_u64_free(r->consumed); in mp_ring_free()
514 counter_u64_zero(r->consumed); in mp_ring_reset_stats()
547 CTLFLAG_RD, &r->consumed, "# of items consumed"); in mp_ring_sysctls()
/freebsd-14.2/usr.bin/nl/
H A Dnl.c280 int consumed; /* intbuffer measurement */ in filter() local
334 consumed = sprintf(intbuffer, format, width, line); in filter()
336 intbuffer + max(0, consumed - width)); in filter()

12345