| /src/external/bsd/pdisk/dist/ |
| layout_dump.h | 49 short byte_offset; member in struct:__anon7966
|
| /src/usr.sbin/ndbootd/ |
| ndbootd.c | 113 #define NDBOOTD_BYTES_AVAIL(block_number, byte_offset, obj_block_first, obj_block_count) \ 114 ((((ssize_t) (obj_block_count) - (ssize_t) ((block_number) - (obj_block_first))) * NDBOOT_BSIZE) - (ssize_t) (byte_offset)) 333 size_t byte_offset; local 788 byte_offset = ntohl(nd_packet->ndboot_packet_current_byte_offset); 794 block_number += (byte_offset / NDBOOT_BSIZE); 795 byte_offset = byte_offset % NDBOOT_BSIZE; 803 byte_count_read = MIN(NDBOOTD_BYTES_AVAIL(block_number, byte_offset, 815 byte_count_wanted = MIN(NDBOOTD_BYTES_AVAIL(block_number, byte_offset, 820 file_offset = ((block_number - NDBOOTD_BOOT1_BLOCK_FIRST) * NDBOOT_BSIZE) + byte_offset; [all...] |
| /src/external/bsd/iscsi/dist/src/lib/ |
| disk.c | 1419 uint64_t byte_offset; local 1424 byte_offset = lba * disks.v[sess->d].blocklen; 1430 bytec, byte_offset); 1451 if (de_lseek(&disks.v[sess->d].lunv->v[lun].de, (off_t)byte_offset, 1455 byte_offset); 1463 bytec, byte_offset, 1473 bytec, byte_offset, 1490 uint64_t byte_offset; local 1499 byte_offset = lba * disks.v[sess->d].blocklen; 1524 (off_t)(n + byte_offset), SEEK_SET) == -1) [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-dfa.cc | 771 poly_int64 byte_offset = 0; local 787 byte_offset += this_byte_offset; 805 byte_offset += hthis_offset; 836 byte_offset += woffset.force_shwi (); 844 byte_offset += TREE_INT_CST_LOW (TYPE_SIZE_UNIT (TREE_TYPE (exp))); 863 byte_offset += off.force_shwi (); 885 byte_offset += off.force_shwi (); 900 *poffset = byte_offset;
|
| pretty-print.cc | 1170 size_t byte_offset = obstack_object_size (&buf.chunk_obstack); local 1171 m_loc_last_open_quote = location (chunk_idx, byte_offset); 1193 size_t byte_offset = obstack_object_size (&buf.chunk_obstack); local 1195 location (chunk_idx, byte_offset))); 1216 size_t byte_offset) 1218 m_byte_offset (byte_offset)
|
| emit-rtl.cc | 1913 tree byte_offset = component_ref_field_offset (expr); 1917 if (!byte_offset 1918 || !poly_int_tree_p (byte_offset, &suboffset) 1905 tree byte_offset = component_ref_field_offset (expr); local
|
| gimple-ssa-store-merging.cc | 406 tree byte_offset = wide_int_to_tree local 410 offset = size_binop (PLUS_EXPR, offset, byte_offset); 412 offset = byte_offset;
|
| tree-sra.cc | 1906 poly_int64 byte_offset = exact_div (offset, BITS_PER_UNIT); local 1928 off = build_int_cst (reference_alias_ptr_type (prev_base), byte_offset); 1934 base_offset + byte_offset); 1941 base_offset + byte_offset);
|
| gimple-fold.cc | 8125 tree byte_offset = DECL_FIELD_OFFSET (cfield); local 8139 && TREE_CODE (byte_offset) == INTEGER_CST 8147 + (wi::to_offset (byte_offset) << LOG2_BITS_PER_UNIT));
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| region.cc | 1295 tree byte_offset = DECL_FIELD_OFFSET (m_field); local 1296 if (TREE_CODE (byte_offset) != INTEGER_CST) 1302 + (wi::to_offset (byte_offset) << LOG2_BITS_PER_UNIT)); 1420 HOST_WIDE_INT byte_offset local 1422 HOST_WIDE_INT bit_offset = byte_offset * BITS_PER_UNIT;
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-dfa.cc | 777 poly_int64 byte_offset = 0; local 793 byte_offset += this_byte_offset; 811 byte_offset += hthis_offset; 842 byte_offset += woffset.force_shwi (); 850 byte_offset += TREE_INT_CST_LOW (TYPE_SIZE_UNIT (TREE_TYPE (exp))); 869 byte_offset += off.force_shwi (); 891 byte_offset += off.force_shwi (); 906 *poffset = byte_offset;
|
| emit-rtl.cc | 1903 tree byte_offset = component_ref_field_offset (expr); 1907 if (!byte_offset 1908 || !poly_int_tree_p (byte_offset, &suboffset) 1895 tree byte_offset = component_ref_field_offset (expr); local
|
| gimple-ssa-store-merging.cc | 406 tree byte_offset = wide_int_to_tree local 410 offset = size_binop (PLUS_EXPR, offset, byte_offset); 412 offset = byte_offset;
|
| tree-sra.cc | 1637 poly_int64 byte_offset = exact_div (offset, BITS_PER_UNIT); local 1659 off = build_int_cst (reference_alias_ptr_type (prev_base), byte_offset); 1665 base_offset + byte_offset); 1672 base_offset + byte_offset);
|
| gimple-fold.cc | 7967 tree byte_offset = DECL_FIELD_OFFSET (cfield); local 7981 && TREE_CODE (byte_offset) == INTEGER_CST 7989 + (wi::to_offset (byte_offset) << LOG2_BITS_PER_UNIT));
|
| /src/sys/external/bsd/drm/dist/shared-core/ |
| radeon_state.c | 1676 u32 offset, byte_offset; local 1861 byte_offset = (image->y & ~2047) * blit_width; 1876 OUT_RING((texpitch << 22) | ((tex->offset >> 10) + (byte_offset >> 10)));
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| region.cc | 950 byte_offset_t byte_offset = accum_bit_offset / BITS_PER_UNIT; local 952 byte_offset); 1827 tree byte_offset = DECL_FIELD_OFFSET (m_field); local 1828 if (TREE_CODE (byte_offset) != INTEGER_CST) 1834 + (wi::to_offset (byte_offset) << LOG2_BITS_PER_UNIT)); 2003 HOST_WIDE_INT byte_offset local 2005 HOST_WIDE_INT bit_offset = byte_offset * BITS_PER_UNIT;
|
| /src/external/gpl3/gdb/dist/gdb/dwarf2/ |
| expr.c | 569 LONGEST byte_offset local 571 byte_offset += piece->v.ptr.offset; 574 byte_offset, c->per_cu,
|
| /src/external/gpl3/gdb.old/dist/gdb/dwarf2/ |
| expr.c | 569 LONGEST byte_offset local 571 byte_offset += piece->v.ptr.offset; 574 byte_offset, c->per_cu,
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/ |
| tilegx.cc | 1862 HOST_WIDE_INT byte_offset = bit_offset / BITS_PER_UNIT; 1874 mem_lo = adjust_address (mem, QImode, byte_offset); 1875 mem_hi = adjust_address (mem, QImode, byte_offset + 1); 1922 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); 1975 HOST_WIDE_INT byte_offset = bit_offset / BITS_PER_UNIT; 1989 mem_addr = adjust_address (mem, QImode, byte_offset + i); 1858 HOST_WIDE_INT byte_offset = bit_offset \/ BITS_PER_UNIT; local 1971 HOST_WIDE_INT byte_offset = bit_offset \/ BITS_PER_UNIT; local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/ |
| tilepro.cc | 1602 HOST_WIDE_INT byte_offset = bit_offset / BITS_PER_UNIT; 1615 mem_lo = adjust_address (mem, QImode, byte_offset); 1616 mem_hi = adjust_address (mem, QImode, byte_offset + 1); 1653 addr_lo = force_reg (Pmode, plus_constant (Pmode, mema, byte_offset)); 1703 HOST_WIDE_INT byte_offset = bit_offset / BITS_PER_UNIT; 1712 mem_addr = adjust_address (mem, QImode, byte_offset + i); 1598 HOST_WIDE_INT byte_offset = bit_offset \/ BITS_PER_UNIT; local 1699 HOST_WIDE_INT byte_offset = bit_offset \/ BITS_PER_UNIT; local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ada-lang.c | 4463 int bit_offset, bit_size, byte_offset; 4505 &field_type, &byte_offset, &bit_offset, 4514 v = ada_value_primitive_packed_val (arg, NULL, byte_offset, 4519 v = value_at_lazy (field_type, address + byte_offset); 4455 int bit_offset, bit_size, byte_offset; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-lang.c | 4480 int bit_offset, bit_size, byte_offset; 4522 &field_type, &byte_offset, &bit_offset, 4531 v = ada_value_primitive_packed_val (arg, NULL, byte_offset, 4536 v = value_at_lazy (field_type, address + byte_offset); 4472 int bit_offset, bit_size, byte_offset; local
|