Home | Sort by: relevance | last modified time | path |
/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); |