Home
last modified time | relevance | path

Searched refs:bb_bswap_64 (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/libbb/
Dbb_bswap_64.c12 uint64_t FAST_FUNC bb_bswap_64(uint64_t x) in bb_bswap_64() function
DKbuild.src16 lib-y += bb_bswap_64.o
Dhash_md5_sha.c57 t = bb_bswap_64(t); in common64_end()
/busybox-1.35.0/include/
Dplatform.h199 # define bb_bswap_64(x) bswap_64(x) macro
209 # define SWAP_LE64(x) bb_bswap_64(x)
215 # define SWAP_BE64(x) bb_bswap_64(x)
Dlibbb.h397 uint64_t bb_bswap_64(uint64_t x) FAST_FUNC;
/busybox-1.35.0/util-linux/
Dreadprofile.c153 *p = bb_bswap_64(*p); in readprofile_main()
/busybox-1.35.0/util-linux/volume_id/
Dvolume_id_internal.h111 # define le64_to_cpu(x) (uint64_t)(bb_bswap_64(x))