![]() |
My Project
debian-1:4.1.2-p1+ds-2
|
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 779 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_Declare | ( | s1, | |
s2, | |||
bitmask | |||
) |
Definition at line 747 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthEight | ( | actionS | ) |
Definition at line 841 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthFive | ( | actionS | ) |
Definition at line 816 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthFour | ( | actionS | ) |
Definition at line 807 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthSeven | ( | actionS | ) |
Definition at line 833 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthSix | ( | actionS | ) |
Definition at line 825 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthThree | ( | actionS | ) |
Definition at line 799 of file p_MemCmp.h.
#define _p_MemCmp_Bitmask_LengthTwo | ( | actionS | ) |
Definition at line 791 of file p_MemCmp.h.
#define _p_MemCmp_Declare | ( | s1, | |
s2 | |||
) |
Definition at line 15 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 21 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 40 of file p_MemCmp.h.
#define _p_MemCmp_LengthEight_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthSeven_OrdGeneral(_p_MemCmp_OrdGeneral(7, actionE)) |
Definition at line 617 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 34 of file p_MemCmp.h.
#define _p_MemCmp_LengthFive_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthFour_OrdGeneral(_p_MemCmp_OrdGeneral(4, actionE)) |
Definition at line 608 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 32 of file p_MemCmp.h.
#define _p_MemCmp_LengthFour_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthThree_OrdGeneral(_p_MemCmp_OrdGeneral(3, actionE)) |
Definition at line 605 of file p_MemCmp.h.
Definition at line 42 of file p_MemCmp.h.
#define _p_MemCmp_LengthOne_Equal | ( | i, | |
s1, | |||
s2, | |||
actionE | |||
) | _p_MemCmp_Equal(i, s1, s2, actionE) |
Definition at line 26 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 38 of file p_MemCmp.h.
#define _p_MemCmp_LengthSeven_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthSix_OrdGeneral(_p_MemCmp_OrdGeneral(6, actionE)) |
Definition at line 614 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 36 of file p_MemCmp.h.
#define _p_MemCmp_LengthSix_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthFive_OrdGeneral(_p_MemCmp_OrdGeneral(5, actionE)) |
Definition at line 611 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 30 of file p_MemCmp.h.
#define _p_MemCmp_LengthThree_OrdGeneral | ( | actionE | ) | _p_MemCmp_LengthTwo_OrdGeneral(_p_MemCmp_OrdGeneral(2, actionE)) |
Definition at line 602 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 28 of file p_MemCmp.h.
#define _p_MemCmp_LengthTwo_OrdGeneral | ( | actionE | ) | _p_MemCmp_OrdGeneral(0, _p_MemCmp_OrdGeneral(1, actionE)) |
Definition at line 599 of file p_MemCmp.h.
Definition at line 23 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral | ( | i, | |
actionE | |||
) |
Definition at line 589 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral_Declare | ( | s1, | |
s2 | |||
) |
Definition at line 568 of file p_MemCmp.h.
#define _p_MemCmp_OrdGeneral_NotEqual | ( | ordsgn, | |
actionG, | |||
actionS | |||
) |
Definition at line 575 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthEigth | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 914 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthFive | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 887 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthFour | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 878 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthGeneral | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 756 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthOne | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 851 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthSeven | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 905 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthSix | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 896 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthThree | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 869 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthTwo | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) |
Definition at line 860 of file p_MemCmp.h.
#define p_MemCmp_Bitmask_LengthZero | ( | s1, | |
s2, | |||
bitmask, | |||
length, | |||
actionG, | |||
actionS | |||
) | actionG |
Definition at line 849 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 683 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 233 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 351 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 459 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 558 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 158 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 312 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 368 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 200 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 123 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 270 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 332 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 179 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 293 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 500 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 541 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 385 of file p_MemCmp.h.
#define p_MemCmp_LengthEight_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 419 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 524 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 656 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 221 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 345 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 444 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 552 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 152 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 306 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 362 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 194 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 98 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 258 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 326 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 173 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 287 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 485 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 535 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 379 of file p_MemCmp.h.
#define p_MemCmp_LengthFive_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 404 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 518 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 647 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 217 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 343 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 439 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 550 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 150 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 304 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 360 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 192 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 90 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 254 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 324 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 171 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 285 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 480 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 533 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 377 of file p_MemCmp.h.
#define p_MemCmp_LengthFour_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 399 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 516 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 696 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 237 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 353 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 464 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 560 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 160 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 314 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 370 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 202 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 131 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 274 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 334 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 181 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 295 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 505 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 543 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 387 of file p_MemCmp.h.
#define p_MemCmp_LengthGeneral_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 424 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 526 of file p_MemCmp.h.
#define p_MemCmp_LengthOne_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 620 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 144 of file p_MemCmp.h.
#define p_MemCmp_LengthOne_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 66 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 674 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 229 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 349 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 454 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 556 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 156 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 310 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 366 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 198 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 114 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 266 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 330 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 177 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 291 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 495 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 539 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 383 of file p_MemCmp.h.
#define p_MemCmp_LengthSeven_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 414 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 522 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 665 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 225 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 347 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 449 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 554 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 154 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 308 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 364 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 196 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 106 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 262 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 328 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 175 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 289 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 490 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 537 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 381 of file p_MemCmp.h.
#define p_MemCmp_LengthSix_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 409 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 520 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 638 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 213 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 341 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdNegPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 434 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 148 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 302 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 190 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 82 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 250 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 322 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 169 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 283 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPosNomogPos | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 475 of file p_MemCmp.h.
#define p_MemCmp_LengthThree_OrdPosPosNomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 394 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdGeneral | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 629 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdNegPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 209 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 146 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 188 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdPomog | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 74 of file p_MemCmp.h.
#define p_MemCmp_LengthTwo_OrdPomogNeg | ( | s1, | |
s2, | |||
length, | |||
ordsgn, | |||
actionE, | |||
actionG, | |||
actionS | |||
) |
Definition at line 246 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 167 of file p_MemCmp.h.