Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/fnd/
Dfnd_TimeSpan.h297 const s64 z_lo = z & 0xffffffff; in MultiplyRightShift() local
300 return x_hi * y_hi + z_hi + (static_cast<s64>(x_lo * y_hi + z_lo) >> 32); in MultiplyRightShift()