Lines Matching refs:ASSERTMSG
80 ASSERTMSG( (sPtr != 0), MTX_INITSTACK_1 ); in MTXInitStack()
81 ASSERTMSG( (sPtr->stackBase != 0), MTX_INITSTACK_2 ); in MTXInitStack()
82 ASSERTMSG( (numMtx != 0), MTX_INITSTACK_3 ); in MTXInitStack()
110 ASSERTMSG( (sPtr != 0), MTX_PUSH_1 ); in MTXPush()
111 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSH_2 ); in MTXPush()
112 ASSERTMSG( (m != 0), MTX_PUSH_3 ); in MTXPush()
127 ASSERTMSG( 0, MTX_PUSH_4 ); in MTXPush()
163 ASSERTMSG( (sPtr != 0), MTX_PUSHFWD_1 ); in MTXPushFwd()
164 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSHFWD_2 ); in MTXPushFwd()
165 ASSERTMSG( (m != 0), MTX_PUSHFWD_3 ); in MTXPushFwd()
180 ASSERTMSG( 0, MTX_PUSHFWD_4 ); in MTXPushFwd()
222 ASSERTMSG( (sPtr != 0), MTX_PUSHINV_1 ); in MTXPushInv()
223 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSHINV_2 ); in MTXPushInv()
224 ASSERTMSG( (m != 0), MTX_PUSHINV_3 ); in MTXPushInv()
242 ASSERTMSG( 0, MTX_PUSHINV_4 ); in MTXPushInv()
285 ASSERTMSG( (sPtr != 0), MTX_PUSHINVXPOSE_1 ); in MTXPushInvXpose()
286 ASSERTMSG( (sPtr->stackBase != 0), MTX_PUSHINVXPOSE_2 ); in MTXPushInvXpose()
287 ASSERTMSG( (m != 0), MTX_PUSHINVXPOSE_3 ); in MTXPushInvXpose()
306 ASSERTMSG( 0, MTX_PUSHINVXPOSE_4 ); in MTXPushInvXpose()
334 ASSERTMSG( (sPtr != 0), MTX_POP_1 ); in MTXPop()
335 ASSERTMSG( (sPtr->stackBase != 0), MTX_POP_2 ); in MTXPop()
372 ASSERTMSG( (sPtr != 0), MTX_GETSTACKPTR_1 ); in MTXGetStackPtr()
373 ASSERTMSG( (sPtr->stackBase != 0), MTX_GETSTACKPTR_2 ); in MTXGetStackPtr()