Searched refs:LE2HI64 (Results 1 – 3 of 3) sorted by relevance
123 static inline int64_t LE2HI64(void const *) __attribute__((always_inline));132 static inline int64_t LE2HI64(void const *X) { int64_t y; memmove(&y, X, sizeof(y)); return y; } in LE2HI64() function140 static inline int64_t LE2HI64(void const *X) { int64_t y; memmove(&y, X, sizeof(y)); return ( in… in LE2HI64() function
82 static int64_t LE2HI64(void const *X) { int64_t y; memmove(&y, X, sizeof(y)); return ( int64_t)b… in LE2HI64() function