Searched defs:u64Const (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer.cpp255 RTDECL(int) RTAsn1Integer_UnsignedCompareWithU64(PCRTASN1INTEGER pThis, uint64_t u64Const) argument
267 if (pThis->uValue.u == u64Const)
270 iDiff = pThis->uValue.u < u64Const ? -1 : 1;

Completed in 74 milliseconds