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

/vbox/src/libs/xpcom18a4/python/
H A Dxpcom_consts.py175 XPT_TDP_TAGMASK = (~XPT_TDP_FLAGMASK) variable
176 def XPT_TDP_TAG(tdp): return (tdp & XPT_TDP_TAGMASK)
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/public/
H A Dxpt_struct.h362 #define XPT_TDP_TAGMASK (~XPT_TDP_FLAGMASK) macro
363 #define XPT_TDP_TAG(tdp) ((tdp).flags & XPT_TDP_TAGMASK)

Completed in 64 milliseconds