Home
last modified time | relevance | path

Searched refs:OSSwapInt16 (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.121.3/libkern/libkern/
H A DOSByteOrder.h66 #define OSSwapInt16(x) __DARWIN_OSSwapInt16(x) macro
211 #define OSSwapHostToLittleInt16(x) OSSwapInt16(x)
235 #define OSSwapLittleToHostInt16(x) OSSwapInt16(x)
273 #define OSSwapHostToBigInt16(x) OSSwapInt16(x)
297 #define OSSwapBigToHostInt16(x) OSSwapInt16(x)
/xnu-8020.121.3/bsd/vfs/
H A Dvfs_utfconv.c224 ucs_ch = OSSwapInt16(ucs_ch); in utf8_encodelen()
298 ucs_ch = swapbytes ? OSSwapInt16(*ucsp++) : *ucsp++; in utf8_encodestr()
346 ch2 = swapbytes ? OSSwapInt16(*ucsp) : *ucsp; in utf8_encodestr()
642 *p = OSSwapInt16(*p); in utf8_decodestr()
/xnu-8020.121.3/EXTERNAL_HEADERS/architecture/
H A Dbyte_order.h45 return (unsigned short)OSSwapInt16((uint16_t)inv); in NXSwapShort()
/xnu-8020.121.3/bsd/skywalk/core/
H A Dskywalk_var.h103 #define bswap16(x) OSSwapInt16(x)
/xnu-8020.121.3/bsd/netinet/
H A Dip_output.c2019 ip_len = OSSwapInt16(ip_len); in in_finalize_cksum()
/xnu-8020.121.3/bsd/netinet6/
H A Dip6_output.c2044 plen = OSSwapInt16(plen); in in6_finalize_cksum()