My Project
|
Go to the source code of this file.
Macros | |
#define | _p_MemCmp_Declare(s1, s2) |
#define | _p_MemCmp_Equal(i, s1, s2, actionE) do { _v1=((unsigned long*)s1)[i]; _v2=((unsigned long*)s2)[i]; if (_v1==_v2) actionE; }while (0) |
#define | _p_MemCmp_NotEqual(actionG, actionS) do {if (_v1 > _v2) actionG; actionS;} while (0) |
#define | _p_MemCmp_LengthOne_Equal(i, s1, s2, actionE) _p_MemCmp_Equal(i, s1, s2, actionE) |
#define | _p_MemCmp_LengthTwo_Equal(i, s1, s2, actionE) _p_MemCmp_Equal(i, s1, s2, _p_MemCmp_Equal(i+1, s1, s2, actionE)) |
#define | _p_MemCmp_LengthThree_Equal(i, s1, s2, actionE) _p_MemCmp_LengthTwo_Equal(i, s1, s2, _p_MemCmp_Equal(i+2, s1, s2, actionE)) |
#define | _p_MemCmp_LengthFour_Equal(i, s1, s2, actionE) _p_MemCmp_LengthThree_Equal(i, s1, s2, _p_MemCmp_Equal(i+3, s1, s2, actionE)) |
#define | _p_MemCmp_LengthFive_Equal(i, s1, s2, actionE) _p_MemCmp_LengthFour_Equal(i, s1, s2, _p_MemCmp_Equal(i+4, s1, s2, actionE)) |
#define | _p_MemCmp_LengthSix_Equal(i, s1, s2, actionE) _p_MemCmp_LengthFive_Equal(i, s1, s2, _p_MemCmp_Equal(i+5, s1, s2, actionE)) |
#define | _p_MemCmp_LengthSeven_Equal(i, s1, s2, actionE) _p_MemCmp_LengthSix_Equal(i, s1, s2, _p_MemCmp_Equal(i+6, s1, s2, actionE)) |
#define | _p_MemCmp_LengthEight_Equal(i, s1, s2, actionE) _p_MemCmp_LengthSeven_Equal(i, s1, s2, _p_MemCmp_Equal(i+7, s1, s2, actionE)) |
#define | _p_MemCmp_LengthGeneral_Equal(i, s1, s2, length, actionE) |
#define | p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthOne_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthTwo_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthThree_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthFour_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthFive_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthSix_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthSeven_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthEight_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthEight_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthGeneral_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthTwo_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdPomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthTwo_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthOne_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthTwo_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthTwo_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthTwo_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthFour_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthFive_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthSix_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthSeven_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthEight_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthEight_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthGeneral_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthThree_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthFour_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthFive_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthSix_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthSeven_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthEight_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthEight_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthGeneral_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
#define | p_MemCmp_LengthThree_OrdPomogNegZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthTwo_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPomogNegZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPomogNegZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPomogNegZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPomogNegZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPomogNegZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPomogNegZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdPomogNeg(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdNegPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthTwo_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdNegPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdNegPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdNegPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdNegPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdNegPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdNegPomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdNegPomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdNomogPos(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdPosNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPosPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPosPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPosPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPosPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPosPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPosPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdPosPosNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdPosNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdPosNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdPosNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdPosNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdPosNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdPosNomogPosZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdPosNomogPos(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdNegPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthThree_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdNegPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFour_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdNegPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthFive_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdNegPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSix_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdNegPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthSeven_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdNegPosNomogZero(s1, s2, length, ordsgn, actionE, actionG, actionS) p_MemCmp_LengthGeneral_OrdNegPosNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
#define | _p_MemCmp_OrdGeneral_Declare(s1, s2) |
#define | _p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS) |
#define | _p_MemCmp_OrdGeneral(i, actionE) |
#define | _p_MemCmp_LengthTwo_OrdGeneral(actionE) _p_MemCmp_OrdGeneral(0, _p_MemCmp_OrdGeneral(1, actionE)) |
#define | _p_MemCmp_LengthThree_OrdGeneral(actionE) _p_MemCmp_LengthTwo_OrdGeneral(_p_MemCmp_OrdGeneral(2, actionE)) |
#define | _p_MemCmp_LengthFour_OrdGeneral(actionE) _p_MemCmp_LengthThree_OrdGeneral(_p_MemCmp_OrdGeneral(3, actionE)) |
#define | _p_MemCmp_LengthFive_OrdGeneral(actionE) _p_MemCmp_LengthFour_OrdGeneral(_p_MemCmp_OrdGeneral(4, actionE)) |
#define | _p_MemCmp_LengthSix_OrdGeneral(actionE) _p_MemCmp_LengthFive_OrdGeneral(_p_MemCmp_OrdGeneral(5, actionE)) |
#define | _p_MemCmp_LengthSeven_OrdGeneral(actionE) _p_MemCmp_LengthSix_OrdGeneral(_p_MemCmp_OrdGeneral(6, actionE)) |
#define | _p_MemCmp_LengthEight_OrdGeneral(actionE) _p_MemCmp_LengthSeven_OrdGeneral(_p_MemCmp_OrdGeneral(7, actionE)) |
#define | p_MemCmp_LengthOne_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthTwo_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthThree_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFour_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthFive_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSix_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthSeven_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthEight_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdGeneral(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | p_MemCmp_LengthGeneral_OrdGeneral2(s1, s2, length, ordsgn, actionE, actionG, actionS) |
#define | _p_MemCmp_Bitmask_Declare(s1, s2, bitmask) |
#define | p_MemCmp_Bitmask_LengthGeneral(s1, s2, bitmask, length, actionG, actionS) |
#define | _p_MemCmp_Bitmask(i, actionS) |
#define | _p_MemCmp_Bitmask_LengthTwo(actionS) |
#define | _p_MemCmp_Bitmask_LengthThree(actionS) |
#define | _p_MemCmp_Bitmask_LengthFour(actionS) |
#define | _p_MemCmp_Bitmask_LengthFive(actionS) |
#define | _p_MemCmp_Bitmask_LengthSix(actionS) |
#define | _p_MemCmp_Bitmask_LengthSeven(actionS) |
#define | _p_MemCmp_Bitmask_LengthEight(actionS) |
#define | p_MemCmp_Bitmask_LengthZero(s1, s2, bitmask, length, actionG, actionS) actionG |
#define | p_MemCmp_Bitmask_LengthOne(s1, s2, bitmask, length, actionG, actionS) |
#define | p_MemCmp_Bitmask_LengthTwo(s1, s2, bitmask, length, actionG, actionS) |
#define | p_MemCmp_Bitmask_LengthThree(s1, s2, bitmask, length, actionG, actionS) |
#define | p_MemCmp_Bitmask_LengthFour(s1, s2, bitmask, length, actionG, actionS) |
#define | p_MemCmp_Bitmask_LengthFive(s1, s2, bitmask, length, actionG, actionS) |
#define | p_MemCmp_Bitmask_LengthSix(s1, s2, bitmask, length, actionG, actionS) |
#define | p_MemCmp_Bitmask_LengthSeven(s1, s2, bitmask, length, actionG, actionS) |
#define | p_MemCmp_Bitmask_LengthEigth(s1, s2, bitmask, length, actionG, actionS) |
#define _p_MemCmp_Bitmask | ( | i, | |
actionS | |||
) |
Definition at line 803 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_Declare | ( | s1, | |
s2, | |||
bitmask | |||
) |
Definition at line 771 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthEight | ( | actionS | ) |
Definition at line 865 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthFive | ( | actionS | ) |
Definition at line 840 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthFour | ( | actionS | ) |
Definition at line 831 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthSeven | ( | actionS | ) |
Definition at line 857 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthSix | ( | actionS | ) |
Definition at line 849 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthThree | ( | actionS | ) |
Definition at line 823 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthTwo | ( | actionS | ) |
Definition at line 815 of file p_MemCmp.h.
#define _p_MemCmp_Declare | ( | s1, | |
s2 | |||
) |
Definition at line 18 of file p_MemCmp.h.
#define _p_MemCmp_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | do { _v1=((unsigned long*)s1)[i]; _v2=((unsigned long*)s2)[i]; if (_v1==_v2) actionE; }while (0) |
Definition at line 24 of file p_MemCmp.h.
#define _p_MemCmp_LengthEight_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_LengthSeven_Equal(i, s1, s2, _p_MemCmp_Equal(i+7, s1, s2, actionE)) |
Definition at line 43 of file p_MemCmp.h.
#define _p_MemCmp_LengthEight_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthSeven_OrdGeneral(_p_MemCmp_OrdGeneral(7, actionE)) |
Definition at line 639 of file p_MemCmp.h.
#define _p_MemCmp_LengthFive_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_LengthFour_Equal(i, s1, s2, _p_MemCmp_Equal(i+4, s1, s2, actionE)) |
Definition at line 37 of file p_MemCmp.h.
#define _p_MemCmp_LengthFive_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthFour_OrdGeneral(_p_MemCmp_OrdGeneral(4, actionE)) |
Definition at line 630 of file p_MemCmp.h.
#define _p_MemCmp_LengthFour_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_LengthThree_Equal(i, s1, s2, _p_MemCmp_Equal(i+3, s1, s2, actionE)) |
Definition at line 35 of file p_MemCmp.h.
#define _p_MemCmp_LengthFour_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthThree_OrdGeneral(_p_MemCmp_OrdGeneral(3, actionE)) |
Definition at line 627 of file p_MemCmp.h.
Definition at line 45 of file p_MemCmp.h.
#define _p_MemCmp_LengthOne_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_Equal(i, s1, s2, actionE) |
Definition at line 29 of file p_MemCmp.h.
#define _p_MemCmp_LengthSeven_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_LengthSix_Equal(i, s1, s2, _p_MemCmp_Equal(i+6, s1, s2, actionE)) |
Definition at line 41 of file p_MemCmp.h.
#define _p_MemCmp_LengthSeven_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthSix_OrdGeneral(_p_MemCmp_OrdGeneral(6, actionE)) |
Definition at line 636 of file p_MemCmp.h.
#define _p_MemCmp_LengthSix_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_LengthFive_Equal(i, s1, s2, _p_MemCmp_Equal(i+5, s1, s2, actionE)) |
Definition at line 39 of file p_MemCmp.h.
#define _p_MemCmp_LengthSix_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthFive_OrdGeneral(_p_MemCmp_OrdGeneral(5, actionE)) |
Definition at line 633 of file p_MemCmp.h.
#define _p_MemCmp_LengthThree_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_LengthTwo_Equal(i, s1, s2, _p_MemCmp_Equal(i+2, s1, s2, actionE)) |
Definition at line 33 of file p_MemCmp.h.
#define _p_MemCmp_LengthThree_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthTwo_OrdGeneral(_p_MemCmp_OrdGeneral(2, actionE)) |
Definition at line 624 of file p_MemCmp.h.
#define _p_MemCmp_LengthTwo_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_Equal(i, s1, s2, _p_MemCmp_Equal(i+1, s1, s2, actionE)) |
Definition at line 31 of file p_MemCmp.h.
#define _p_MemCmp_LengthTwo_OrdGeneral | ( | actionE | ) | _p_MemCmp_OrdGeneral(0, _p_MemCmp_OrdGeneral(1, actionE)) |
Definition at line 621 of file p_MemCmp.h.
Definition at line 26 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral | ( | i, | |
actionE | |||
) |
Definition at line 611 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral_Declare | ( | s1, | |
s2 | |||
) |
Definition at line 590 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral_NotEqual | ( | ordsgn, | |
actionG, | |||
actionS | |||
) |
Definition at line 597 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthEigth | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 938 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthFive | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 911 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthFour | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 902 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthGeneral | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 780 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthOne | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 875 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthSeven | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 929 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthSix | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 920 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthThree | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 893 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthTwo | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 884 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthZero | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) | actionG |
Definition at line 873 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 705 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 241 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 364 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 476 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 579 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthEight_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 163 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthEight_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 323 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 382 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 207 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 127 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 279 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomogNegZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 344 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 185 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthEight_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 303 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 518 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 561 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 400 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 435 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 543 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 678 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 229 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 358 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 461 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 573 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 157 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 317 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 376 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 201 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 102 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 267 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomogNegZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 338 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 179 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 297 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 503 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 555 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 394 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 420 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 537 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 669 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 225 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 356 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 456 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 571 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 155 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 315 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 374 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 199 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 94 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 263 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomogNegZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 336 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 177 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFour_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 295 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 498 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 553 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 392 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 415 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 535 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 719 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdGeneral2 | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 742 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 245 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNegPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdNegPomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 366 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 481 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNegPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdNegPosNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 581 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 165 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 325 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdNomogPos(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 384 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 209 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 135 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 283 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomogNegZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdPomogNeg(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 346 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdPomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 187 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 305 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 523 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdPosNomogPos(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 563 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdPosNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 402 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 440 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthGeneral_OrdPosPosNomog(s1, s2, (length) -1, ordsgn, actionE, actionG, actionS) |
Definition at line 545 of file p_MemCmp.h.
#define p_MemCmp_LengthOne_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 642 of file p_MemCmp.h.
#define p_MemCmp_LengthOne_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 149 of file p_MemCmp.h.
#define p_MemCmp_LengthOne_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 70 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 696 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 237 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 362 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 471 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 577 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 161 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 321 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 380 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 205 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 118 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 275 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomogNegZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 342 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 183 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSeven_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 301 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 513 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 559 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 398 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 430 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 541 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 687 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 233 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 360 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 466 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdNegPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 575 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 159 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 319 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 378 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 203 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 110 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 271 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomogNegZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 340 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 181 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthSix_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 299 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 508 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosNomogPosZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdPosNomogPos(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 557 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 396 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 425 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosPosNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthFive_OrdPosPosNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 539 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 660 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 221 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNegPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthTwo_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 354 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 451 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 153 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 313 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthTwo_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 197 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 86 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 259 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomogNegZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthTwo_OrdPomogNeg(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 334 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 175 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthThree_OrdNegPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 293 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 493 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 410 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 651 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 217 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionS, actionG) |
Definition at line 151 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdNomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthOne_OrdNomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 195 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 78 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 255 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdPomogZero | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) | p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS) |
Definition at line 173 of file p_MemCmp.h.