NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
LE32TOH
sys/arch/hpc/stand/include/machine/endian.h
205
#define LE32TOH(x) HTOLE32(x)
sys/crypto/chacha/arch/arm/chacha_neon_64.S
135
#define LE32TOH(x) rev32 x, x
sys/crypto/chacha/arch/arm/chacha_neon_64.S
137
#define LE32TOH(x)
sys/sys/endian.h
187
#define LE32TOH(x) HTOLE32(x)