Searched refs:SWAP16 (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_xattr.c1244 #define SWAP16(x) OSSwapBigToHostInt16((x)) macro
1321 header->numEntries = SWAP16(header->numEntries);
2734 xah->appledouble.numEntries = SWAP16 (2);
2771 rsrcforkhdr->mh_Types = SWAP16 (RF_NULL_MAP_LENGTH - 2 );
2772 rsrcforkhdr->mh_Names = SWAP16 (RF_NULL_MAP_LENGTH);
2773 rsrcforkhdr->typeCount = SWAP16 (-1);
2819 count = (adh->magic == ADH_MAGIC) ? adh->numEntries : SWAP16(adh->numEntries);
2823 adh->numEntries = SWAP16 (adh->numEntries);
2842 count = (ah->magic == ATTR_HDR_MAGIC) ? ah->num_attrs : SWAP16(ah->num_attrs);
2849 ah->flags = SWAP16 (a
[all...]
H A Dvfs_journal.c630 #define SWAP16(x) OSSwapInt16(x) macro
654 blhdr->max_blocks = SWAP16(blhdr->max_blocks);
655 blhdr->num_blocks = SWAP16(blhdr->num_blocks);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_output.c111 #define SWAP16(v) ((((v) & 0xff) << 8) | ((v) >> 8)) macro
1693 ip_len = SWAP16(ip_len);
1797 ip->ip_len = SWAP16(ip->ip_len);
1800 ip->ip_len = SWAP16(ip->ip_len);
1803 ip->ip_len, SWAP16(ip->ip_len),
1812 ip->ip_len = SWAP16(ip->ip_len);

Completed in 184 milliseconds