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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer.cpp228 uint8_t const *pbRight = &pRight->Asn1Core.uData.pu8[pRight->Asn1Core.cb - i - 1]; local
231 if (*pbLeft != *pbRight)
232 return *pbLeft < *pbRight ? -1 : 1;
236 pbRight++;

Completed in 44 milliseconds