Home
last modified time | relevance | path

Searched refs:SWAP_LE64 (Results 1 – 3 of 3) sorted by relevance

/external/toybox/lib/
Dportability.h158 #define SWAP_LE64(x) bswap_64(x) macro
166 #define SWAP_LE64(x) (x) macro
/external/toybox/toys/lsb/
Dmd5sum.c325 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count); in do_builtin_hash()
/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h290 #define SWAP_LE64(s, d) swap_le64(s, d) macro