HomeSort by: relevance | last modified time | path
    Searched defs:LE32TOH (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/crypto/chacha/arch/arm/
chacha_neon_64.S 135 #define LE32TOH(x) rev32 x, x
137 #define LE32TOH(x)
172 LE32TOH(v0.16b)
173 LE32TOH(v1.16b)
174 LE32TOH(v2.16b)
175 LE32TOH(v3.16b)
176 LE32TOH(v4.16b)
177 LE32TOH(v5.16b)
178 LE32TOH(v6.16b)
179 LE32TOH(v7.16b
    [all...]
  /src/sys/arch/hpc/stand/include/machine/
endian.h 198 #define le32toh(x) htole32(x) macro
205 #define LE32TOH(x) HTOLE32(x)
  /src/sys/sys/
endian.h 180 #define le32toh(x) htole32(x) macro
187 #define LE32TOH(x) HTOLE32(x)

Completed in 13 milliseconds