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

  /src/sys/lib/libsa/
byteorder.h 49 uint16_t sa_be16toh(uint16_t);
byteorder.c 80 sa_be16toh(uint16_t val) function in typeref:typename:uint16_t
loadfile_elf32.c 82 f = (bo == ELFDATA2LSB) ? sa_le16toh(f) : sa_be16toh(f)

Completed in 13 milliseconds