| /NextBSD/contrib/binutils/opcodes/ |
| HD | mep-ibld.c | 129 unsigned int total_length, in insert_normal() argument 148 && word_length > total_length) in insert_normal() 149 word_length = total_length; in insert_normal() 215 shift = total_length - (word_offset + start + length); in insert_normal() 426 unsigned int total_length, in extract_normal() argument 451 if (word_offset + word_length > total_length) in extract_normal() 452 word_length = total_length - word_offset; in extract_normal() 457 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length)) in extract_normal() 462 value = insn_value >> (total_length - ( word_offset + start + length)); in extract_normal() 564 unsigned int total_length = CGEN_FIELDS_BITSIZE (fields); in mep_cgen_insert_operand() local [all …]
|
| HD | cgen-ibld.in | 129 unsigned int total_length, 148 && word_length > total_length) 149 word_length = total_length; 215 shift = total_length - (word_offset + start + length); 426 unsigned int total_length, 451 if (word_offset + word_length > total_length) 452 word_length = total_length - word_offset; 457 if (CGEN_INT_INSN_P || (word_offset == 0 && word_length == total_length)) 462 value = insn_value >> (total_length - ( word_offset + start + length));
|
| /NextBSD/contrib/libpcap/ |
| HD | sf-pcap-ng.c | 72 bpf_u_int32 total_length; member 79 bpf_u_int32 total_length; member 267 bhdr.total_length = SWAPLONG(bhdr.total_length); in read_block() 277 if (bhdr.total_length > 16*1024*1024) { in read_block() 280 bhdr.total_length, 16*1024*1024); in read_block() 288 if (bhdr.total_length < sizeof(struct block_header) + in read_block() 292 bhdr.total_length, in read_block() 300 if (p->bufsize < bhdr.total_length) { in read_block() 304 p->buffer = realloc(p->buffer, bhdr.total_length); in read_block() 317 bhdr.total_length - sizeof(bhdr), 1, errbuf) == -1) in read_block() [all …]
|
| /NextBSD/contrib/wpa/src/wps/ |
| HD | ndef.c | 29 u32 total_length; member 75 record->total_length = pos - data; in ndef_parse_record() 76 if (record->total_length > size || in ndef_parse_record() 77 record->total_length < record->payload_length) in ndef_parse_record() 98 data += record.total_length; in ndef_parse_records() 99 len -= record.total_length; in ndef_parse_records()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| HD | GDBRemoteCommunication.cpp | 814 size_t total_length = 0; in CheckForPacket() local 833 content_length = total_length = 1; // The command is one byte long... in CheckForPacket() 854 … total_length = hash_pos + 3; // Skip the # and the two hex checksum bytes in CheckForPacket() 904 else if (total_length > 0) in CheckForPacket() 909 assert (total_length <= m_bytes.size()); in CheckForPacket() 910 assert (content_length <= total_length); in CheckForPacket() 926 if (m_bytes[0] == '$' && total_length > 4) in CheckForPacket() 928 for (size_t i=0; !binary && i<total_length; ++i) in CheckForPacket() 939 …" PRIu64 "> read packet: %c", (uint64_t) original_packet_size, (uint64_t)total_length, m_bytes[0]); in CheckForPacket() 941 … strm.Printf("<%4" PRIu64 "> read packet: %c", (uint64_t)total_length, m_bytes[0]); in CheckForPacket() [all …]
|
| /NextBSD/sys/dev/sfxge/common/ |
| HD | hunt_nvram.c | 487 size_t total_length; in efx_nvram_tlv_validate() local 512 total_length = __LE_TO_CPU_32(header->total_length); in efx_nvram_tlv_validate() 513 if (total_length > partn_size) { in efx_nvram_tlv_validate() 542 for (pos = 0; (size_t)pos < total_length; pos += sizeof (uint32_t)) { in efx_nvram_tlv_validate() 591 size_t total_length; in hunt_nvram_read_tlv_segment() local 622 total_length = __LE_TO_CPU_32(header->total_length); in hunt_nvram_read_tlv_segment() 623 if (total_length > max_seg_size) { in hunt_nvram_read_tlv_segment() 629 if (total_length > HUNTINGTON_NVRAM_CHUNK) { in hunt_nvram_read_tlv_segment() 633 total_length - HUNTINGTON_NVRAM_CHUNK)) != 0) in hunt_nvram_read_tlv_segment() 667 for (pos = 0; (size_t)pos < total_length; pos += sizeof (uint32_t)) { in hunt_nvram_read_tlv_segment() [all …]
|
| HD | ef10_tlv_layout.h | 118 uint32_t total_length; member
|
| /NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFDebugLine.h | 58 total_length(0), in Prologue() 74 …uint32_t total_length; // The size in bytes of the statement information for this compilation… member 93 …total_length = version = prologue_length = min_inst_length = line_base = line_range = opcode_base … in Clear()
|
| HD | DWARFDebugLine.cpp | 208 … dw_offset_t end_offset = debug_line_offset + prologue.total_length + sizeof(prologue.total_length… in DumpStatementOpcodes() 419 prologue->total_length = debug_line_data.GetDWARFInitialLength(offset_ptr); in ParsePrologue() 588 …const dw_offset_t end_offset = debug_line_offset + prologue->total_length + (debug_line_data.GetDW… in ParseStatementTable() 885 log->Printf( " total_length: 0x%8.8x", total_length); in Dump()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-qlm.c | 360 int total_length = qlm_jtag_length * num_lanes; in cvmx_qlm_jtag_set() local 391 while (bits < total_length) in cvmx_qlm_jtag_set() 394 int width = total_length - bits; in cvmx_qlm_jtag_set()
|
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-device-fp.c | 990 lro_new->total_length = xge_os_ntohs(ip->tot_len); in __hal_open_lro_session() 1187 if ((lro->total_length + __hal_tcp_seg_len(ip, tcp) ) > in __hal_lro_under_optimal_thresh() 1219 lro->total_length += __hal_tcp_seg_len(ip, tcp); in __hal_collapse_ip_hdr() 1339 lro->ip_hdr->tot_len = xge_os_htons((*p_lro)->total_length); in xge_hal_lro_process_rx() 1405 lro->ip_hdr->tot_len = xge_os_htons(lro->total_length); in xge_hal_lro_next_session()
|
| /NextBSD/sys/dev/qlxgb/ |
| HD | qla_hw.c | 933 uint32_t total_length = 0, bytes, tx_cmd_count = 0; in qla_hw_send() local 946 total_length = mp->m_pkthdr.len; in qla_hw_send() 947 if (total_length > QLA_MAX_TSO_FRAME_SIZE) { in qla_hw_send() 949 __func__, total_length); in qla_hw_send() 1026 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF); in qla_hw_send() 1027 tx_cmd->data_len_hi = qla_host_to_le16(((uint16_t)(total_length >> 8))); in qla_hw_send()
|
| /NextBSD/sys/dev/qlxge/ |
| HD | qls_hw.c | 676 uint32_t total_length = 0; in qls_hw_send() local 683 total_length = mp->m_pkthdr.len; in qls_hw_send() 685 if (total_length > QLA_MAX_TSO_FRAME_SIZE) { in qls_hw_send() 687 __func__, total_length); in qls_hw_send() 728 tx_mac->frame_length = total_length; in qls_hw_send() 734 QL_DPRINT2((dev, "%s: 1 [%d, %d]\n", __func__, total_length, in qls_hw_send() 745 QL_DPRINT2((dev, "%s: 2 [%d, %d]\n", __func__, total_length, in qls_hw_send()
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | dwarf2.c | 43 bfd_vma total_length; member 1029 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1032 if (lh.total_length == 0xffffffff) in decode_line_info() 1034 lh.total_length = read_8_bytes (abfd, line_ptr); in decode_line_info() 1038 else if (lh.total_length == 0 && unit->addr_size == 8) in decode_line_info() 1041 lh.total_length = read_4_bytes (abfd, line_ptr); in decode_line_info() 1045 line_end = line_ptr + lh.total_length; in decode_line_info()
|
| HD | ChangeLog-0001 | 917 * dwarf2.c (struct line_head) [total_length]: Change type to
|
| /NextBSD/contrib/subversion/subversion/libsvn_diff/ |
| HD | diff_file.c | 1031 apr_off_t total_length; in token_compare() local 1051 total_length = file_token[0]->length; in token_compare() 1052 if (total_length == 0) in token_compare() 1074 length[i] = total_length; in token_compare() 1136 total_length -= len; in token_compare() 1142 while(total_length > 0); in token_compare()
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-bgp.c | 629 u_int total_length, offset; in bgp_vpn_sg_print() local 631 total_length = 0; in bgp_vpn_sg_print() 639 total_length += (addr_length >> 3) + 1; in bgp_vpn_sg_print() 653 total_length += (addr_length >> 3) + 1; in bgp_vpn_sg_print() 662 return (total_length); in bgp_vpn_sg_print()
|
| HD | print-isoclns.c | 754 uint8_t total_length[2]; member 846 EXTRACT_16BITS(clnp_segment_header->total_length))); in clnp_print()
|
| /NextBSD/sys/dev/qlxgbe/ |
| HD | ql_hw.c | 1814 uint32_t total_length = 0, bytes, tx_cmd_count = 0, txr_next; in ql_hw_send() local 1830 total_length = mp->m_pkthdr.len; in ql_hw_send() 1831 if (total_length > QLA_MAX_TSO_FRAME_SIZE) { in ql_hw_send() 1833 __func__, total_length); in ql_hw_send() 1935 tx_cmd->data_len_lo = (uint8_t)(total_length & 0xFF); in ql_hw_send() 1936 tx_cmd->data_len_hi = qla_host_to_le16(((uint16_t)(total_length >> 8))); in ql_hw_send()
|
| /NextBSD/contrib/gdb/gdb/ |
| HD | stabsread.c | 2160 int total_length = 0; in read_member_functions() local 2557 total_length += has_destructor; in read_member_functions() 2606 total_length += length; in read_member_functions() 2618 TYPE_NFN_FIELDS_TOTAL (type) = total_length; in read_member_functions()
|
| HD | dwarf2read.c | 111 unsigned int total_length; /* byte length of the statement member 268 unsigned int total_length; member 2965 int total_length = 0; in dwarf2_attach_fn_fields_to_type() local 2985 total_length += flp->length; in dwarf2_attach_fn_fields_to_type() 2989 TYPE_NFN_FIELDS_TOTAL (type) = total_length; in dwarf2_attach_fn_fields_to_type() 5227 lh->total_length = read_initial_length (abfd, line_ptr, &cu->header, &bytes_read); in dwarf_decode_line_header() 5229 if (line_ptr + lh->total_length > dwarf_line_buffer + dwarf_line_size) in dwarf_decode_line_header() 5234 lh->statement_program_end = line_ptr + lh->total_length; in dwarf_decode_line_header()
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xgehal-device.h | 269 int total_length; member
|
| /NextBSD/sys/dev/oce/ |
| HD | oce_hw.h | 2415 uint32_t total_length:16; member 2441 uint32_t total_length:16;
|
| HD | oce_if.c | 947 nichdr->u0.s.total_length = m->m_pkthdr.len; in oce_tx()
|