Home
last modified time | relevance | path

Searched refs:SWAP_BE64 (Results 1 – 5 of 5) sorted by relevance

/external/toybox/lib/
Dportability.h189 #define SWAP_BE64(x) (x) macro
197 #define SWAP_BE64(x) bswap_64(x) macro
/external/toybox/toys/pending/
Ddumpleases.c49 written_time = SWAP_BE64(written_time); in dumpleases_main()
Ddhcpd.c874 timestamp = SWAP_BE64(timestamp); in write_leasefile()
1056 timestamp = SWAP_BE64(timestamp); in read_leasefile()
/external/toybox/toys/other/
Dnbd_client.c77 devsize = SWAP_BE64(*(uint64_t *)(toybuf+16)); in nbd_client_main()
/external/toybox/toys/lsb/
Dmd5sum.c226 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count); in do_hash()