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

  /src/sys/lib/libsa/
byteorder.h 63 #define BE64_HI 0
byteorder.c 162 un.words[BE64_HI] = sa_htobe32(val >> 32);
186 un.words[BE64_HI] = sa_be32toh(un.words[BE64_HI]);
189 rv = (((uint64_t)un.words[BE64_HI]) << 32) |

Completed in 12 milliseconds