Lines Matching refs:SA_ASSERT

71   SA_ASSERT((NULL != config), "config argument cannot be null");  in mpiRequirementsGet()
239 SA_ASSERT(NULL != circularQ, "circularQ cannot be null"); in mpiMsgFreeGet()
240 SA_ASSERT(NULL != messagePtr, "messagePtr argument cannot be null"); in mpiMsgFreeGet()
241 SA_ASSERT(0 != circularQ->numElements, "The number of elements in this queue is 0"); in mpiMsgFreeGet()
299 SA_ASSERT(NULL != circularQ, "circularQ cannot be null"); in mpiMsgFreeGetOQ()
300 SA_ASSERT(NULL != messagePtr, "messagePtr argument cannot be null"); in mpiMsgFreeGetOQ()
301 SA_ASSERT(0 != circularQ->numElements, "The number of elements in this queue is 0"); in mpiMsgFreeGetOQ()
375 SA_ASSERT(NULL != circularQ, "circularQ argument cannot be null"); in mpiMsgPrepare()
376 SA_ASSERT(NULL != messagePtr, "messagePtr argument cannot be null"); in mpiMsgPrepare()
377 SA_ASSERT(0 != circularQ->numElements, "The number of elements in this queue" in mpiMsgPrepare()
379 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgPrepare()
392 SA_ASSERT(0 != bc, "The message buffer is not in \"allocated\" state " in mpiMsgPrepare()
498 SA_ASSERT(NULL != circularQ, "circularQ argument cannot be null"); in mpiMsgProduce()
499 SA_ASSERT(NULL != messagePtr, "messagePtr argument cannot be null"); in mpiMsgProduce()
500 SA_ASSERT(0 != circularQ->numElements, "The number of elements in this queue is 0"); in mpiMsgProduce()
501 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgProduce()
519 SA_ASSERT(0 != bc, "The message buffer is not in \"allocated\" state (bc == 0)"); in mpiMsgProduce()
670 SA_ASSERT(NULL != circularQ, "circularQ argument cannot be null"); in mpiMsgConsume()
671 SA_ASSERT(NULL != messagePtr1, "messagePtr1 argument cannot be null"); in mpiMsgConsume()
672 SA_ASSERT(NULL != pCategory, "pCategory argument cannot be null"); in mpiMsgConsume()
673 SA_ASSERT(NULL != pOpCode, "pOpCode argument cannot be null"); in mpiMsgConsume()
674 SA_ASSERT(NULL != pBC, "pBC argument cannot be null"); in mpiMsgConsume()
675 SA_ASSERT(0 != circularQ->numElements, "The number of elements in this queue is 0"); in mpiMsgConsume()
697 SA_ASSERT(0 != (msgHeader_tmp & HEADER_BC_MASK), "The bc field in the header is 0"); in mpiMsgConsume()
715SA_ASSERT(circularQ->consumerIdx <= circularQ->numElements, "Multi-buffer messages cannot wrap aro… in mpiMsgConsume()
782 SA_ASSERT(0, "V bit is not set"); in mpiMsgConsume()
825 SA_ASSERT(NULL != circularQ, "circularQ argument cannot be null"); in mpiMsgFreeSet()
826 SA_ASSERT(NULL != messagePtr1, "messagePtr1 argument cannot be null"); in mpiMsgFreeSet()
827 SA_ASSERT(0 != circularQ->numElements, "The number of elements in this queue is 0"); in mpiMsgFreeSet()
856SA_ASSERT(circularQ->consumerIdx <= circularQ->numElements, "Multi-buffer messages cannot wrap arr… in mpiMsgFreeSet()
923 SA_ASSERT(NULL != circularQ, "circularQ argument cannot be null"); in mpiMsgProduceOQ()
924 SA_ASSERT(NULL != messagePtr, "messagePtr argument cannot be null"); in mpiMsgProduceOQ()
925 SA_ASSERT(0 != circularQ->numElements, "The number of elements in this queue" in mpiMsgProduceOQ()
927 SA_ASSERT(MPI_MAX_OUTBOUND_QUEUES > responseQueue, "oQueue ID is wrong"); in mpiMsgProduceOQ()
945 SA_ASSERT(0 != bc, "The message buffer is not in \"allocated\" state " in mpiMsgProduceOQ()