Haiku
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
__le16_to_cpu
src/add-ons/kernel/file_systems/ntfs/libntfs/endians.h
119
#define __le16_to_cpu(x) (x)
src/add-ons/kernel/file_systems/ntfs/libntfs/endians.h
153
#define __le16_to_cpu(x) bswap_16(x)