Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/libc/src/__support/wchar/
H A Dcharacter_converter.cpp39 state->total_bytes = 0; in clear()
43 return state->bytes_stored == state->total_bytes && state->total_bytes != 0; in isFull()
49 if (state->total_bytes > MAX_UTF8_LENGTH) in isValidState()
53 state->total_bytes == 0 ? 0 in isValidState()
54 : MAX_VALUE_PER_UTF8_LEN[state->total_bytes - 1]; in isValidState()
55 return state->bytes_stored <= state->total_bytes && in isValidState()
65 state->total_bytes = 1; in push()
74 state->total_bytes = num_ones; in push()
112 state->total_bytes = i + 1; in push()
139 size_t CharacterConverter::sizeAsUTF8() { return state->total_bytes; } in sizeAsUTF8()
[all …]
H A Dmbstate.h31 uint8_t total_bytes = 0; member
/freebsd/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c123 off_t total_bytes; in fetch_files() local
152 total_bytes = 0; in fetch_files()
155 total_bytes += ustat.size; in fetch_files()
157 total_bytes = 0; in fetch_files()
179 total_bytes = 0; in fetch_files()
193 total_bytes = 0; in fetch_files()
206 if (total_bytes > 0) { in fetch_files()
207 progress = (current_bytes * 100) / total_bytes; in fetch_files()
239 total_bytes = 0; in fetch_files()
/freebsd/contrib/ofed/librdmacm/examples/
H A Dcommon.c140 static long long total_bytes; in verify_buf() local
145 for (i = 0; i < size; i++, total_bytes++) { in verify_buf()
147 printf("data verification failed byte %lld\n", total_bytes); in verify_buf()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_quarantine.h275 uptr total_bytes = 0; in PrintStats() local
279 total_bytes += (*it).size; in PrintStats()
286 uptr total_quarantined_bytes = total_bytes - total_overhead_bytes; in PrintStats()
292 batch_count, total_bytes, total_quarantined_bytes, in PrintStats()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dtestmode.c216 u16 chunk_len, total_bytes, num_segments; in ath12k_tm_cmd_process_ftm() local
234 total_bytes = buf_len; in ath12k_tm_cmd_process_ftm()
235 num_segments = total_bytes / MAX_WMI_UTF_LEN; in ath12k_tm_cmd_process_ftm()
255 ftm_cmd->seg_hdr.len = cpu_to_le32(total_bytes); in ath12k_tm_cmd_process_ftm()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dtestmode.c399 u16 chunk_len, total_bytes, num_segments; in ath11k_tm_cmd_wmi_ftm() local
427 total_bytes = buf_len; in ath11k_tm_cmd_wmi_ftm()
428 num_segments = total_bytes / MAX_WMI_UTF_LEN; in ath11k_tm_cmd_wmi_ftm()
448 ftm_cmd->seg_hdr.len = total_bytes; in ath11k_tm_cmd_wmi_ftm()
H A Dhal_desc.h2202 u32 total_bytes; member
H A Dhal_rx.c486 desc->total_bytes); in ath11k_hal_reo_status_queue_stats()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dtestmode.c538 u16 total_bytes, num_segments; in ath10k_tm_cmd_tlv() local
562 total_bytes = buf_len; in ath10k_tm_cmd_tlv()
563 num_segments = total_bytes / MAX_WMI_UTF_LEN; in ath10k_tm_cmd_tlv()
588 ftm_cmd->seg_hdr.len = __cpu_to_le32(total_bytes); in ath10k_tm_cmd_tlv()
/freebsd/usr.sbin/iostat/
H A Diostat.c790 u_int64_t total_bytes, total_transfers, total_blocks; in devstats() local
834 DSM_TOTAL_BYTES, &total_bytes, in devstats()
861 dev_select[dn].bytes = total_bytes; in devstats()
952 total_mb = total_bytes; in devstats()
/freebsd/usr.bin/ctlstat/
H A Dctlstat.c252 uint64_t total_bytes = 0, total_operations = 0, total_dmas = 0; in compute_stats() local
262 total_bytes += cur_stats->bytes[i]; in compute_stats()
268 total_bytes -= prev_stats->bytes[i]; in compute_stats()
276 *mbsec = total_bytes; in compute_stats()
282 *kb_per_transfer = total_bytes; in compute_stats()
/freebsd/usr.bin/nfsstat/
H A Dnfsstat.c562 uint64_t total_bytes = 0, total_operations = 0; in compute_new_stats() local
569 total_bytes = cur_stats->srvbytes[curop]; in compute_new_stats()
572 total_bytes -= prev_stats->srvbytes[curop]; in compute_new_stats()
576 *mbsec = total_bytes; in compute_new_stats()
591 *kb_per_transfer = total_bytes; in compute_new_stats()
/freebsd/contrib/llvm-project/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1748 size_t total_bytes = 0; in HandleDisplayOfEvent() local
1758 total_bytes += DumpHeader(stream, event); in HandleDisplayOfEvent()
1761 total_bytes += len; in HandleDisplayOfEvent()
1765 total_bytes += sizeof(char); in HandleDisplayOfEvent()
1767 return total_bytes; in HandleDisplayOfEvent()
/freebsd/lib/libdevstat/
H A Ddevstat.c52 long double etime, u_int64_t *total_bytes,
1177 long double etime, u_int64_t *total_bytes, in compute_stats() argument
1184 total_bytes ? DSM_TOTAL_BYTES : DSM_SKIP, in compute_stats()
1185 total_bytes, in compute_stats()
/freebsd/contrib/jemalloc/src/
H A Dstats.c728 muzzy_bytes, retained_bytes, total_bytes; in stats_arena_print()
742 total_bytes = dirty_bytes + muzzy_bytes + retained_bytes; in stats_arena_print()
775 col_total.size_val = total_bytes; in stats_arena_print()
576 muzzy_bytes, retained_bytes, total_bytes; stats_arena_extents_print() local
/freebsd/sys/dev/qlxgbe/
H A Dql_hw.h730 uint64_t total_bytes; member
753 uint64_t total_bytes; member
H A Dql_hw.c483 CTLFLAG_RD, &ha->hw.rcv.total_bytes, in qlnx_add_hw_rcv_stats_sysctls()
613 CTLFLAG_RD, &ha->hw.xmt[i].total_bytes, in qlnx_add_hw_xmt_stats_sysctls()
/freebsd/crypto/openssl/apps/
H A Ds_server.c3264 int total_bytes = 0; in www_body() local
3680 total_bytes += i; in www_body()
3682 if (total_bytes > 3 * 1024) { in www_body()
3683 total_bytes = 0; in www_body()
/freebsd/sys/contrib/dev/athk/ath12k/wifi7/
H A Dhal_desc.h2365 __le32 total_bytes; member
H A Dhal_rx.c593 desc->total_bytes); in ath12k_wifi7_hal_reo_status_queue_stats()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_cab.c244 uint32_t total_bytes; member
667 hd->total_bytes = archive_le32dec(p + CFHEADER_cbCabinet); in cab_read_header()