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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c1378 #define SWAP16(x) OSSwapBigToHostInt16((x)) macro
1455 header->numEntries = SWAP16(header->numEntries);
2948 xah->appledouble.numEntries = SWAP16 (2);
2985 rsrcforkhdr->mh_Types = SWAP16 (RF_NULL_MAP_LENGTH - 2 );
2986 rsrcforkhdr->mh_Names = SWAP16 (RF_NULL_MAP_LENGTH);
2987 rsrcforkhdr->typeCount = SWAP16 (-1);
3033 count = (adh->magic == ADH_MAGIC) ? adh->numEntries : SWAP16(adh->numEntries);
3037 adh->numEntries = SWAP16 (adh->numEntries);
3056 count = (ah->magic == ATTR_HDR_MAGIC) ? ah->num_attrs : SWAP16(ah->num_attrs);
3063 ah->flags = SWAP16 (a
[all...]
H A Dvfs_journal.c720 #define SWAP16(x) OSSwapInt16(x) macro
744 blhdr->max_blocks = SWAP16(blhdr->max_blocks);
745 blhdr->num_blocks = SWAP16(blhdr->num_blocks);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_output.c116 #define SWAP16(v) ((((v) & 0xff) << 8) | ((v) >> 8)) macro
2025 ip_len = SWAP16(ip_len);
2141 ip->ip_len = SWAP16(ip->ip_len);
2144 ip->ip_len = SWAP16(ip->ip_len);
2147 ip->ip_len, SWAP16(ip->ip_len),
2156 ip->ip_len = SWAP16(ip->ip_len);

Completed in 36 milliseconds