Home
last modified time | relevance | path

Searched defs:Int128 (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/include/qemu/
H A Dint128.h12 typedef __int128_t Int128; typedef
227 typedef struct Int128 Int128; typedef
238 struct Int128 { struct
248 static inline Int128 int128_make64(uint64_t a) in int128_make64() argument