HomeSort by: relevance | last modified time | path
    Searched refs:BSWAP_16 (Results 1 - 15 of 15) sorted by relevancy

  /src/external/cddl/osnet/sys/sys/
byteorder.h 52 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
53 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16))
70 #define LE_16(x) BSWAP_16(x)
79 #define BE_16(x) BSWAP_16(x)
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
zfs_byteswap.c 41 ace->a_flags = BSWAP_16(ace->a_flags);
42 ace->a_type = BSWAP_16(ace->a_type);
82 zacep->z_hdr.z_flags = BSWAP_16(zacep->z_hdr.z_flags);
84 BSWAP_16(zacep->z_hdr.z_type);
93 acep->a_flags = BSWAP_16(acep->a_flags);
94 ace_type = acep->a_type = BSWAP_16(acep->a_type);
190 zp->zp_acl.z_acl_version = BSWAP_16(zp->zp_acl.z_acl_version);
191 zp->zp_acl.z_acl_count = BSWAP_16(zp->zp_acl.z_acl_count);
zap_leaf.c 119 buf->l_hdr.lh_nfree = BSWAP_16(buf->l_hdr.lh_nfree);
120 buf->l_hdr.lh_nentries = BSWAP_16(buf->l_hdr.lh_nentries);
121 buf->l_hdr.lh_prefix_len = BSWAP_16(buf->l_hdr.lh_prefix_len);
122 buf->l_hdr.lh_freelist = BSWAP_16(buf->l_hdr.lh_freelist);
125 buf->l_hash[i] = BSWAP_16(buf->l_hash[i]);
137 le->le_next = BSWAP_16(le->le_next);
138 le->le_name_chunk = BSWAP_16(le->le_name_chunk);
139 le->le_name_numints = BSWAP_16(le->le_name_numints);
140 le->le_value_chunk = BSWAP_16(le->le_value_chunk);
141 le->le_value_numints = BSWAP_16(le->le_value_numints)
    [all...]
sa.c 1254 sa_hdr_phys->sa_layout_info = BSWAP_16(sa_hdr_phys->sa_layout_info);
1265 BSWAP_16(sa_hdr_phys->sa_lengths[i]);
dnode.c 296 dnp->dn_datablkszsec = BSWAP_16(dnp->dn_datablkszsec);
297 dnp->dn_bonuslen = BSWAP_16(dnp->dn_bonuslen);
dmu.c 2281 buf[i] = BSWAP_16(buf[i]);
zfs_vfsops.c 856 sa.sa_layout_info = BSWAP_16(sa.sa_layout_info);
  /src/external/cddl/dtracetoolkit/dist/Bin/
tcpsnoop.d 140 self->lport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_lport);
141 self->fport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_fport);
248 self->lport = BSWAP_16((uint16_t)arg0);
249 self->fport = BSWAP_16((uint16_t)arg1);
tcpsnoop_snv.d 142 self->lport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_lport);
143 self->fport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_fport);
250 self->lport = BSWAP_16((uint16_t)arg0);
251 self->fport = BSWAP_16((uint16_t)arg1);
  /src/external/cddl/dtracetoolkit/dist/Net/
tcpsnoop.d 140 self->lport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_lport);
141 self->fport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_fport);
248 self->lport = BSWAP_16((uint16_t)arg0);
249 self->fport = BSWAP_16((uint16_t)arg1);
tcpsnoop_snv.d 142 self->lport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_lport);
143 self->fport = BSWAP_16(self->connp->u_port.tcpu_ports.tcpu_fport);
250 self->lport = BSWAP_16((uint16_t)arg0);
251 self->fport = BSWAP_16((uint16_t)arg1);
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
endian.h 93 #define bswap_16(x) BSWAP_16(x) macro
114 #ifndef bswap_16
115 #define bswap_16(x) \ macro
118 #endif /* !bswap_16 */
144 #define htole16(x) bswap_16(x)
146 #define le16toh(x) bswap_16(x)
150 #define htobe16(x) bswap_16(x)
152 #define be16toh(x) bswap_16(x)
  /src/external/mpl/bind/dist/lib/isc/include/isc/
endian.h 71 #define bswap_16(x) BSWAP_16(x) macro
92 #ifndef bswap_16
93 #define bswap_16(x) \ macro
96 #endif /* !bswap_16 */
122 #define htole16(x) bswap_16(x)
124 #define le16toh(x) bswap_16(x)
128 #define htobe16(x) bswap_16(x)
130 #define be16toh(x) bswap_16(x)
  /src/external/public-domain/xz/dist/src/common/
tuklib_integer.h 77 # define byteswap16(num) bswap_16(num)
102 # ifdef BSWAP_16
103 # define byteswap16(num) BSWAP_16(num)
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
ctf.c 73 #define BSWAP_16(x) ((BSWAP_8(x) << 8) | BSWAP_8((x) >> 8))
74 #define BSWAP_32(x) ((BSWAP_16(x) << 16) | BSWAP_16((x) >> 16))
76 #define SWAP_16(x) (x) = BSWAP_16(x)

Completed in 23 milliseconds