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

  /src/sys/lib/libsa/
byteorder.h 67 #define LE64_HI 1
byteorder.c 173 un.words[LE64_HI] = sa_htole32(val >> 32);
202 un.words[LE64_HI] = sa_le32toh(un.words[LE64_HI]);
205 rv = (((uint64_t)un.words[LE64_HI]) << 32) |

Completed in 15 milliseconds