HomeSort by relevance Sort by last modified time
    Searched refs:SWAP_LE64 (Results 1 - 3 of 3) sorted by null

  /external/toybox/lib/
portability.h 199 #define SWAP_LE64(x) bswap_64(x)
207 #define SWAP_LE64(x) (x)
  /external/toybox/toys/lsb/
md5sum.c 323 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count);
  /external/squashfs-tools/squashfs-tools/
squashfs_swap.h 34 extern void swap_le64(void *, void *);
290 #define SWAP_LE64(s, d) swap_le64(s, d)

Completed in 168 milliseconds