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