| /freebsd-14.2/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-14.2/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-14.2/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-14.2/crypto/openssl/crypto/ |
| H A D | asn1_dsa.c | 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-14.2/contrib/ncurses/ncurses/base/ |
| H A D | vsscanf.c | 184 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 D | ssh-pkcs11-helper.c | 258 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 D | xmss_wots.c | 94 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 D | mfi_volume.c | 290 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 D | dmardump.c | 225 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 D | test_11.H.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.HP.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.HIPx.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.X.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.J.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.XP.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.JP.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.JPu.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.T.out | 5 {{<22>1 2015-06-23T13:47:09.123-0500 worker-host test-program 222 animal-consumed [animal-consumed@…
|
| H A D | test_11.E.out | 8 {{<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 D | zstdmt_compress.c | 747 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 D | Consumed.cpp | 56 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 D | acpi.c | 856 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 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-14.2/sys/dev/cxgbe/ |
| H A D | t4_mp_ring.c | 167 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 D | nl.c | 280 int consumed; /* intbuffer measurement */ in filter() local 334 consumed = sprintf(intbuffer, format, width, line); in filter() 336 intbuffer + max(0, consumed - width)); in filter()
|