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

/vbox/src/VBox/Runtime/common/misc/
H A Dhandletable.h160 DECLINLINE(PRTHTENTRY) rtHandleTableLookupSimpleIdx(PRTHANDLETABLEINT pThis, uint32_t i) function
181 return rtHandleTableLookupSimpleIdx(pThis, h - pThis->uBase);

Completed in 39 milliseconds