HomeSort by: relevance | last modified time | path
    Searched defs:byte_offset (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/pdisk/dist/
layout_dump.h 49 short byte_offset; member in struct:__anon5655
  /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.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.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

Completed in 91 milliseconds