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

  /external/toybox/toys/pending/
dumpleases.c 49 written_time = SWAP_BE64(written_time);
dhcpd.c 874 timestamp = SWAP_BE64(timestamp);
    [all...]
  /external/toybox/toys/other/
nbd_client.c 77 devsize = SWAP_BE64(*(uint64_t *)(toybuf+16));
  /external/toybox/lib/
portability.h 189 #define SWAP_BE64(x) (x)
197 #define SWAP_BE64(x) bswap_64(x)
  /external/toybox/toys/lsb/
md5sum.c 226 count = sha1 ? SWAP_BE64(count) : SWAP_LE64(count);

Completed in 433 milliseconds