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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-integer.cpp45 static const uint8_t g_abSmall[] = variable
96 if (uValue < RT_ELEMENTS(g_abSmall))
99 pThis->Asn1Core.uData.pv = (void *)&g_abSmall[0];
370 pThis->Asn1Core.uData.pv = (void *)&g_abSmall[0];
385 || pSrc->uValue.u >= RT_ELEMENTS(g_abSmall))
398 Assert(g_abSmall[pSrc->uValue.u] == pSrc->uValue.u);
399 pThis->Asn1Core.uData.pv = (void *)&g_abSmall[pSrc->uValue.u];

Completed in 33 milliseconds