Searched refs:total_length (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/contrib/binutils/opcodes/
H A Dmep-ibld.c130 unsigned int total_length,
149 && word_length > total_length)
150 word_length = total_length;
216 shift = total_length - (word_offset + start + length);
428 unsigned int total_length,
453 if (word_offset + word_length > total_length)
454 word_length = total_length - word_offset;
459 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length))
464 value = insn_value >> (total_length - ( word_offset + start + length));
567 unsigned int total_length
122 insert_normal(CGEN_CPU_DESC cd, long value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, CGEN_INSN_BYTES_PTR buffer) argument
414 extract_normal(CGEN_CPU_DESC cd, CGEN_EXTRACT_INFO *ex_info, CGEN_INSN_INT insn_value, unsigned int attrs, unsigned int word_offset, unsigned int start, unsigned int length, unsigned int word_length, unsigned int total_length, bfd_vma pc, long *valuep) argument
564 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
1060 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); local
[all...]
/freebsd-11-stable/contrib/wpa/src/wps/
H A Dndef.c29 u32 total_length; member in struct:ndef_record
75 record->total_length = pos - data;
76 if (record->total_length > size ||
77 record->total_length < record->payload_length)
98 data += record.total_length;
99 len -= record.total_length;
/freebsd-11-stable/contrib/libpcap/
H A Dsf-pcapng.c55 bpf_u_int32 total_length; member in struct:block_header
62 bpf_u_int32 total_length; member in struct:block_trailer
295 bhdr.total_length = SWAPLONG(bhdr.total_length);
302 if (bhdr.total_length < sizeof(struct block_header) +
306 bhdr.total_length,
314 if ((bhdr.total_length % 4) != 0) {
320 bhdr.total_length);
327 if (p->bufsize < bhdr.total_length) {
334 if (bhdr.total_length > p
769 bpf_u_int32 total_length; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp666 size_t total_length = 0; local
682 content_length = total_length = 1; // The command is one byte long...
702 total_length =
743 } else if (total_length > 0) {
747 assert(total_length <= m_bytes.size());
748 assert(content_length <= total_length);
763 if (m_bytes[0] == '$' && total_length > 4) {
764 for (size_t i = 0; !binary && i < total_length; ++i) {
776 (uint64_t)original_packet_size, (uint64_t)total_length,
780 (uint64_t)total_length, m_byte
[all...]
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_nvram.c57 * This is different from tlv_partition_header.total_length,
641 header->total_length = __CPU_TO_LE_32(new_len);
674 size_t total_length; local
700 total_length = __LE_TO_CPU_32(header->total_length);
701 if (total_length > partn_size) {
730 for (pos = 0; (size_t)pos < total_length; pos += sizeof (uint32_t)) {
798 header.total_length = 0; /* This will be fixed below. */
1157 size_t total_length; local
1189 total_length
1768 size_t total_length = 0; local
[all...]
H A Def10_tlv_layout.h124 uint32_t total_length; member in struct:tlv_partition_header
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-qlm.c360 int total_length = qlm_jtag_length * num_lanes; local
391 while (bits < total_length)
394 int width = total_length - bits;
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-device-fp.c990 lro_new->total_length = xge_os_ntohs(ip->tot_len);
1187 if ((lro->total_length + __hal_tcp_seg_len(ip, tcp) ) >
1219 lro->total_length += __hal_tcp_seg_len(ip, tcp);
1339 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length);
1405 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length);
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_hw.c934 uint32_t total_length = 0, bytes, tx_cmd_count = 0; local
947 total_length = mp->m_pkthdr.len;
948 if (total_length > QLA_MAX_TSO_FRAME_SIZE) {
950 __func__, total_length);
1027 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF);
1028 tx_cmd->data_len_hi = qla_host_to_le16(((uint16_t)(total_length >> 8)));
/freebsd-11-stable/contrib/subversion/subversion/libsvn_diff/
H A Ddiff_file.c1030 apr_off_t total_length; local
1050 total_length = file_token[0]->length;
1051 if (total_length == 0)
1073 length[i] = total_length;
1135 total_length -= len;
1141 while(total_length > 0);
/freebsd-11-stable/contrib/binutils/bfd/
H A Ddwarf2.c43 bfd_vma total_length; member in struct:line_head
1029 lh.total_length = read_4_bytes (abfd, line_ptr);
1032 if (lh.total_length == 0xffffffff)
1034 lh.total_length = read_8_bytes (abfd, line_ptr);
1038 else if (lh.total_length == 0 && unit->addr_size == 8)
1041 lh.total_length = read_4_bytes (abfd, line_ptr);
1045 line_end = line_ptr + lh.total_length;
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_hw.c676 uint32_t total_length = 0; local
683 total_length = mp->m_pkthdr.len;
685 if (total_length > QLA_MAX_TSO_FRAME_SIZE) {
687 __func__, total_length);
728 tx_mac->frame_length = total_length;
734 QL_DPRINT2((dev, "%s: 1 [%d, %d]\n", __func__, total_length,
745 QL_DPRINT2((dev, "%s: 2 [%d, %d]\n", __func__, total_length,
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-bgp.c675 u_int total_length, offset; local
677 total_length = 0;
685 total_length += (addr_length >> 3) + 1;
699 total_length += (addr_length >> 3) + 1;
708 return (total_length);
H A Dprint-isoclns.c757 uint8_t total_length[2]; member in struct:clnp_segment_header_t
889 EXTRACT_16BITS(clnp_segment_header->total_length)));
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c2166 int total_length = 0;
2563 total_length += has_destructor;
2612 total_length += length;
2624 TYPE_NFN_FIELDS_TOTAL (type) = total_length;
2160 int total_length = 0; local
H A Ddwarf2read.c111 unsigned int total_length; /* byte length of the statement member in struct:statement_prologue
268 unsigned int total_length; member in struct:line_header
2965 int total_length = 0; local
2985 total_length += flp->length;
2989 TYPE_NFN_FIELDS_TOTAL (type) = total_length;
5211 /* Make sure that at least there's room for the total_length field. That
5227 lh->total_length = read_initial_length (abfd, line_ptr, &cu->header, &bytes_read);
5229 if (line_ptr + lh->total_length > dwarf_line_buffer + dwarf_line_size)
5234 lh->statement_program_end = line_ptr + lh->total_length;
/freebsd-11-stable/sys/dev/nxge/include/
H A Dxgehal-device.h269 int total_length; member in struct:lro
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_hw.c2503 uint32_t total_length = 0, bytes, tx_cmd_count = 0, txr_next; local
2519 total_length = mp->m_pkthdr.len;
2520 if (total_length > QLA_MAX_TSO_FRAME_SIZE) {
2522 __func__, total_length);
2635 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF);
2636 tx_cmd->data_len_hi = qla_host_to_le16(((uint16_t)(total_length >> 8)));
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c1378 u16 i = 1, total_length = 0; local
1383 tlv = (struct channel_tlv *)((u8 *)tlvs_list + total_length);
1405 total_length += tlv->length;
1407 if (total_length >= sizeof(struct tlv_buffer_size)) {
/freebsd-11-stable/sys/dev/oce/
H A Doce_hw.h2447 uint32_t total_length:16; member in struct:oce_nic_hdr_wqe::__anon7462::__anon7463
2473 uint32_t total_length:16;
H A Doce_if.c1164 nichdr->u0.s.total_length = m->m_pkthdr.len;

Completed in 283 milliseconds