Lines Matching refs:ASSERTMSG
55 ASSERTMSG( (sPtr != 0), MTX_INITSTACK_1 ); in MTXInitStack()
56 ASSERTMSG( (sPtr->stackBase != 0), MTX_INITSTACK_2 ); in MTXInitStack()
57 ASSERTMSG( (numMtx != 0), MTX_INITSTACK_3 ); in MTXInitStack()
85 ASSERTMSG( (sPtr != 0), MTX_PUSH_1 ); in MTXPush()
86 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSH_2 ); in MTXPush()
87 ASSERTMSG( (m != 0), MTX_PUSH_3 ); in MTXPush()
102 ASSERTMSG( 0, MTX_PUSH_4 ); in MTXPush()
138 ASSERTMSG( (sPtr != 0), MTX_PUSHFWD_1 ); in MTXPushFwd()
139 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSHFWD_2 ); in MTXPushFwd()
140 ASSERTMSG( (m != 0), MTX_PUSHFWD_3 ); in MTXPushFwd()
155 ASSERTMSG( 0, MTX_PUSHFWD_4 ); in MTXPushFwd()
197 ASSERTMSG( (sPtr != 0), MTX_PUSHINV_1 ); in MTXPushInv()
198 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSHINV_2 ); in MTXPushInv()
199 ASSERTMSG( (m != 0), MTX_PUSHINV_3 ); in MTXPushInv()
217 ASSERTMSG( 0, MTX_PUSHINV_4 ); in MTXPushInv()
260 ASSERTMSG( (sPtr != 0), MTX_PUSHINVXPOSE_1 ); in MTXPushInvXpose()
261 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSHINVXPOSE_2 ); in MTXPushInvXpose()
262 ASSERTMSG( (m != 0), MTX_PUSHINVXPOSE_3 ); in MTXPushInvXpose()
281 ASSERTMSG( 0, MTX_PUSHINVXPOSE_4 ); in MTXPushInvXpose()
309 ASSERTMSG( (sPtr != 0), MTX_POP_1 ); in MTXPop()
310 ASSERTMSG( (sPtr->stackBase != 0), MTX_POP_2 ); in MTXPop()
347 ASSERTMSG( (sPtr != 0), MTX_GETSTACKPTR_1 ); in MTXGetStackPtr()
348 ASSERTMSG( (sPtr->stackBase != 0), MTX_GETSTACKPTR_2 ); in MTXGetStackPtr()