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