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

  /src/sys/lib/libsa/
byteorder.h 57 uint64_t sa_htobe64(uint64_t);
byteorder.c 158 sa_htobe64(uint64_t val) function in typeref:typename:uint64_t
loadfile_elf32.c 79 f = (bo == ELFDATA2LSB) ? sa_htole64(f) : sa_htobe64(f)

Completed in 115 milliseconds