Home
last modified time | relevance | path

Searched refs:int128_max (Results 1 – 2 of 2) sorted by relevance

/qemu/include/qemu/
H A Dint128.h172 static inline Int128 int128_max(Int128 a, Int128 b) in int128_max() function
437 static inline Int128 int128_max(Int128 a, Int128 b) in int128_max() function
/qemu/system/
H A Dmemory.c99 Int128 start = int128_max(r1.start, r2.start); in addrrange_intersection()