Copies one polynomial to another.
IppStatus ippsPolyGFCopy_8u(const IppsPoly_GF8u* pSrcPoly, IppsPoly_GF8u* pDstPoly);
pSrcPoly |
Pointer to the source polynomial. |
pDstPoly |
Pointer to the destination polynomial. |
This function is declared in the ippdi.h file. The function copies the source polynomial to the destination.
ippStsNoErr |
Indicates no error. Any other value indicates an error or warning. |
ippStsNullPtrErr |
Indicates an error condition if any of the specified pointers is NULL. |
ippStsContextMatchErr |
Indicates an error condition if any of the specified contexts is not valid. |
Copyright © 2000 - 2010, Intel Corporation. All rights reserved.