eb128_greater_264

Tells whether a is greater than b. a and b are uint128_t values composed from alo and ahi or blo and bhi, respectively.

extern (C)
bool
eb128_greater_264
(
ulong alo
,
ulong ahi
,
ulong blo
,
ulong bhi
)

Parameters

alo ulong

value of the lower 64 bits of a

ahi ulong

value of the higher 64 bits of a

blo ulong

value of the lower 64 bits of b

ahi ulong

value of the higher 64 bits of b

Return Value

Type: bool

true if a <= b or false otherwise.

Meta