Home
last modified time | relevance | path

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

/netbsd/sys/lib/libsa/
H A Dbyteorder.h60 uint64_t sa_le64toh(uint64_t);
H A Dbyteorder.c196 sa_le64toh(uint64_t val) in sa_le64toh() function
H A Dloadfile_elf32.c86 f = (bo == ELFDATA2LSB) ? sa_le64toh(f) : sa_be64toh(f)