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

  /src/sys/arch/aarch64/include/
db_machdep.h 111 LE32TOH(insn);
118 LE32TOH(insn);
125 LE32TOH(insn);
133 LE32TOH(insn);
171 LE32TOH(insn);
195 LE32TOH(insn);
  /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/opencrypto/
deflate.c 282 LE32TOH(isize);
284 LE32TOH(icrc);
  /src/sys/arch/hpc/stand/include/machine/
endian.h 198 #define le32toh(x) htole32(x) macro
205 #define LE32TOH(x) HTOLE32(x)
  /src/usr.sbin/puffs/mount_9p/
ninebuf.c 72 return le32toh(val);
278 LE32TOH(*val);
  /src/sys/arch/aarch64/aarch64/
db_interface.c 287 LE32TOH(inst);
322 LE32TOH(inst);
trap.c 389 LE32TOH(insn);
634 LE32TOH(*insn);
db_trace.c 300 LE32TOH(insn);
  /src/sys/sys/
endian.h 180 #define le32toh(x) htole32(x) macro
187 #define LE32TOH(x) HTOLE32(x)
  /src/sys/arch/arm/rockchip/
rk_i2c.c 260 LE32TOH(txdata.data32[i]);

Completed in 16 milliseconds