HomeSort by: relevance | last modified time | path
    Searched refs:sa_le64toh (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/lib/libsa/
byteorder.h 60 uint64_t sa_le64toh(uint64_t);
byteorder.c 196 sa_le64toh(uint64_t val) function in typeref:typename:uint64_t
loadfile_elf32.c 86 f = (bo == ELFDATA2LSB) ? sa_le64toh(f) : sa_be64toh(f)

Completed in 45 milliseconds