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

  /src/sys/lib/libsa/
byteorder.c 117 sa_htole32(uint32_t val) function in typeref:typename:uint32_t
173 un.words[LE64_HI] = sa_htole32(val >> 32);
174 un.words[LE64_LO] = sa_htole32(val & 0xffffffffU);
byteorder.c 117 sa_htole32(uint32_t val) function in typeref:typename:uint32_t
173 un.words[LE64_HI] = sa_htole32(val >> 32);
174 un.words[LE64_LO] = sa_htole32(val & 0xffffffffU);

Completed in 23 milliseconds