HomeSort by: relevance | last modified time | path
    Searched defs:sa_be32toh (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/lib/libsa/
byteorder.c 130 sa_be32toh(uint32_t val) function in typeref:typename:uint32_t
186 un.words[BE64_HI] = sa_be32toh(un.words[BE64_HI]);
187 un.words[BE64_LO] = sa_be32toh(un.words[BE64_LO]);

Completed in 12 milliseconds