HomeSort by relevance Sort by last modified time
    Searched refs:tswap64 (Results 1 - 3 of 3) sorted by null

  /external/qemu/
thunk.c 144 *(uint64_t *)dst = tswap64(*(uint64_t *)src);
171 *(uint64_t *)dst = tswap64(*(uint64_t *)src);
178 *(uint32_t *)dst = tswap64(*(uint64_t *)src);
182 *(uint64_t *)dst = tswap64(*(int32_t *)src);
184 *(uint64_t *)dst = tswap64(*(uint32_t *)src);
cpu-all.h 56 static inline uint64_t tswap64(uint64_t s) function
88 static inline uint64_t tswap64(uint64_t s) function
112 #define tswapl(s) tswap64(s)
exec.c     [all...]

Completed in 50 milliseconds