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

  /src/sys/lib/libsa/
byteorder.c 104 sa_htobe32(uint32_t val) function in typeref:typename:uint32_t
162 un.words[BE64_HI] = sa_htobe32(val >> 32);
163 un.words[BE64_LO] = sa_htobe32(val & 0xffffffffU);
byteorder.c 104 sa_htobe32(uint32_t val) function in typeref:typename:uint32_t
162 un.words[BE64_HI] = sa_htobe32(val >> 32);
163 un.words[BE64_LO] = sa_htobe32(val & 0xffffffffU);

Completed in 22 milliseconds