![]() |
My Project
debian-1:4.1.1-p2+ds-4build3
|
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 804 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_Declare | ( | s1, | |
s2, | |||
bitmask | |||
) |
Definition at line 772 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthEight | ( | actionS | ) |
Definition at line 866 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthFive | ( | actionS | ) |
Definition at line 841 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthFour | ( | actionS | ) |
Definition at line 832 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthSeven | ( | actionS | ) |
Definition at line 858 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthSix | ( | actionS | ) |
Definition at line 850 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthThree | ( | actionS | ) |
Definition at line 824 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthTwo | ( | actionS | ) |
Definition at line 816 of file p_MemCmp.h.
#define _p_MemCmp_Declare | ( | s1, | |
s2 | |||
) |
Definition at line 19 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 25 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 44 of file p_MemCmp.h.
#define _p_MemCmp_LengthEight_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthSeven_OrdGeneral(_p_MemCmp_OrdGeneral(7, actionE)) |
Definition at line 640 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 38 of file p_MemCmp.h.
#define _p_MemCmp_LengthFive_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthFour_OrdGeneral(_p_MemCmp_OrdGeneral(4, actionE)) |
Definition at line 631 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 36 of file p_MemCmp.h.
#define _p_MemCmp_LengthFour_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthThree_OrdGeneral(_p_MemCmp_OrdGeneral(3, actionE)) |
Definition at line 628 of file p_MemCmp.h.
Definition at line 46 of file p_MemCmp.h.
#define _p_MemCmp_LengthOne_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_Equal(i, s1, s2, actionE) |
Definition at line 30 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 42 of file p_MemCmp.h.
#define _p_MemCmp_LengthSeven_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthSix_OrdGeneral(_p_MemCmp_OrdGeneral(6, actionE)) |
Definition at line 637 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 40 of file p_MemCmp.h.
#define _p_MemCmp_LengthSix_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthFive_OrdGeneral(_p_MemCmp_OrdGeneral(5, actionE)) |
Definition at line 634 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 34 of file p_MemCmp.h.
#define _p_MemCmp_LengthThree_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthTwo_OrdGeneral(_p_MemCmp_OrdGeneral(2, actionE)) |
Definition at line 625 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 32 of file p_MemCmp.h.
#define _p_MemCmp_LengthTwo_OrdGeneral | ( | actionE | ) | _p_MemCmp_OrdGeneral(0, _p_MemCmp_OrdGeneral(1, actionE)) |
Definition at line 622 of file p_MemCmp.h.
Definition at line 27 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral | ( | i, | |
actionE | |||
) |
Definition at line 612 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral_Declare | ( | s1, | |
s2 | |||
) |
Definition at line 591 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral_NotEqual | ( | ordsgn, | |
actionG, | |||
actionS | |||
) |
Definition at line 598 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthEigth | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 939 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthFive | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 912 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthFour | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 903 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthGeneral | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 781 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthOne | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 876 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthSeven | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 930 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthSix | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 921 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthThree | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 894 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthTwo | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 885 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthZero | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) | actionG |
Definition at line 874 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 706 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 242 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 365 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 477 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 580 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 164 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 324 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 383 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 208 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 128 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 280 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 345 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 186 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 304 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 519 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 562 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 401 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 436 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 544 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 679 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 230 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 359 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 462 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 574 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 158 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 318 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 377 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 202 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 103 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 268 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 339 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 180 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 298 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 504 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 556 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 395 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 421 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 538 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 670 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 226 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 357 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 457 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 572 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 156 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 316 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 375 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 200 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 95 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 264 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 337 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 178 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 296 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 499 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 554 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 393 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 416 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 536 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 720 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdGeneral2 | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
#define p_MemCmp_LengthGeneral_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 246 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 367 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 482 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 582 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 166 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 326 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 385 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 210 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 136 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 284 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 347 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 188 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 306 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 524 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 564 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 403 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 441 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 546 of file p_MemCmp.h.
#define p_MemCmp_LengthOne_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 643 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 150 of file p_MemCmp.h.
#define p_MemCmp_LengthOne_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 71 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 697 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 238 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 363 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 472 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 578 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 162 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 322 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 381 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 206 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 119 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 276 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 343 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 184 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 302 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 514 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 560 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 399 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 431 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 542 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 688 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 234 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 361 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 467 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 576 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 160 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 320 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 379 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 204 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 111 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 272 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 341 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 182 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 300 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 509 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 558 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 397 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 426 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 540 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 661 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 222 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 355 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 452 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 154 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 314 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 198 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 87 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 260 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 335 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 176 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 294 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 494 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 411 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 652 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 218 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 152 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 196 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 79 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 256 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 174 of file p_MemCmp.h.