Home
last modified time | relevance | path

Searched refs:SWAP_LE64 (Results 1 - 2 of 2) sorted by relevance

/third_party/toybox/lib/
H A Dportability.h164 #define SWAP_LE64(x) bswap_64(x) macro
172 #define SWAP_LE64(x) (x) macro
/third_party/toybox/toys/lsb/
H A Dmd5sum.c324 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count); in do_builtin_hash()

Completed in 2 milliseconds