Lines Matching refs:mof
353 #define MAP_INDEX(mof, mtm) \ argument
354 (((mof) >> MAPBLOCKSHIFT) & (mtm->mtm_nhash-1))
355 #define MAP_HASH(mof, mtm) \ argument
356 ((mtm)->mtm_hash + MAP_INDEX((mof), (mtm)))
461 #define DATAoverlapME(mof, hnb, me) \ argument
462 (OVERLAP((mof), (hnb), (me)->me_mof, (me)->me_nb))
463 #define MEwithinDATA(me, mof, hnb) \ argument
464 (WITHIN((me)->me_mof, (me)->me_nb, (mof), (hnb)))
465 #define DATAwithinME(mof, hnb, me) \ argument
466 (WITHIN((mof), (hnb), (me)->me_mof, (me)->me_nb))
467 #define DATAwithinCRB(mof, nb, crb) \ argument
468 (WITHIN((mof), (nb), (crb)->c_mof, (crb)->c_nb))