Searched refs:HGSMI_MA_DESC_OFFSET (Results 1 - 2 of 2) sorted by relevance

/vbox/include/VBox/HGSMI/
H A DHGSMIMemAlloc.h41 #define HGSMI_MA_DESC_OFFSET(d) ((d) & HGSMI_MA_DESC_OFFSET_MASK) macro
/vbox/src/VBox/GuestHost/HGSMI/
H A DHGSMIMemAlloc.cpp181 if ( off != HGSMI_MA_DESC_OFFSET(paDescriptors[i])
227 HGSMIOFFSET off = HGSMI_MA_DESC_OFFSET(pBlock->descriptor);
283 HGSMIOFFSET off = HGSMI_MA_DESC_OFFSET(pStart->descriptor);
477 return HGSMI_MA_DESC_OFFSET(pBlock->descriptor);
496 if (HGSMI_MA_DESC_OFFSET(pBlock->descriptor) == off)
631 HGSMIOFFSET offMiddle = HGSMI_MA_DESC_OFFSET(pMiddle->descriptor);

Completed in 59 milliseconds