Searched refs:u64Const (Results 1 - 2 of 2) 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;
/vbox/include/iprt/
H A Dasn1.h804 * @param u64Const The uint64_t constant to compare with.
806 RTDECL(int) RTAsn1Integer_UnsignedCompareWithU64(PCRTASN1INTEGER pInteger, uint64_t u64Const);

Completed in 108 milliseconds