Home
last modified time | relevance | path

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

/netbsd/sys/lib/libsa/
H A Dbyteorder.h58 uint64_t sa_htole64(uint64_t);
H A Dbyteorder.c169 sa_htole64(uint64_t val) in sa_htole64() function
H A Dloadfile_elf32.c79 f = (bo == ELFDATA2LSB) ? sa_htole64(f) : sa_htobe64(f)