| /freebsd/contrib/llvm-project/libc/src/__support/wchar/ |
| H A D | character_converter.cpp | 39 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 D | mbstate.h | 31 uint8_t total_bytes = 0; member
|
| /freebsd/usr.sbin/bsdinstall/distfetch/ |
| H A D | distfetch.c | 123 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 D | common.c | 140 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 D | sanitizer_quarantine.h | 275 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 D | testmode.c | 216 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 D | testmode.c | 399 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 D | hal_desc.h | 2202 u32 total_bytes; member
|
| H A D | hal_rx.c | 486 desc->total_bytes); in ath11k_hal_reo_status_queue_stats()
|
| /freebsd/sys/contrib/dev/athk/ath10k/ |
| H A D | testmode.c | 538 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 D | iostat.c | 790 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 D | ctlstat.c | 252 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 D | nfsstat.c | 562 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 D | StructuredDataDarwinLog.cpp | 1748 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 D | devstat.c | 52 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 D | stats.c | 728 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 D | ql_hw.h | 730 uint64_t total_bytes; member 753 uint64_t total_bytes; member
|
| H A D | ql_hw.c | 483 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 D | s_server.c | 3264 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 D | hal_desc.h | 2365 __le32 total_bytes; member
|
| H A D | hal_rx.c | 593 desc->total_bytes); in ath12k_wifi7_hal_reo_status_queue_stats()
|
| /freebsd/contrib/libarchive/libarchive/ |
| H A D | archive_read_support_format_cab.c | 244 uint32_t total_bytes; member 667 hd->total_bytes = archive_le32dec(p + CFHEADER_cbCabinet); in cab_read_header()
|