My Project  debian-1:4.1.1-p2+ds-4
Macros
p_MemCmp.h File Reference

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)
 

Macro Definition Documentation

◆ _p_MemCmp_Bitmask

#define _p_MemCmp_Bitmask (   i,
  actionS 
)
Value:
do \
{ \
_i = i; \
_v1 = _s1[i]; \
_v2 = _s2[i]; \
if ((_v1 > _v2) || \
(((_v1 & _bitmask) ^ (_v2 & _bitmask)) != ((_v2 - _v1) & _bitmask))) \
actionS; \
} \
while (0)

Definition at line 779 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_Declare

#define _p_MemCmp_Bitmask_Declare (   s1,
  s2,
  bitmask 
)
Value:
const unsigned long* _s1 = ((unsigned long*) s1); \
const unsigned long* _s2 = ((unsigned long*) s2); \
REGISTER const unsigned long _bitmask = bitmask; \
REGISTER unsigned long _v1; \
REGISTER unsigned long _v2; \
REGISTER unsigned long _i \

Definition at line 747 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_LengthEight

#define _p_MemCmp_Bitmask_LengthEight (   actionS)
Value:
do \
{ \
_p_MemCmp_Bitmask_LengthSeven(actionS); \
_p_MemCmp_Bitmask(7, actionS); \
} \
while (0)

Definition at line 841 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_LengthFive

#define _p_MemCmp_Bitmask_LengthFive (   actionS)
Value:
do \
{ \
_p_MemCmp_Bitmask_LengthFour(actionS); \
_p_MemCmp_Bitmask(4, actionS); \
} \
while (0)

Definition at line 816 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_LengthFour

#define _p_MemCmp_Bitmask_LengthFour (   actionS)
Value:
do \
{ \
_p_MemCmp_Bitmask_LengthThree(actionS); \
_p_MemCmp_Bitmask(3, actionS); \
} \
while (0)

Definition at line 807 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_LengthSeven

#define _p_MemCmp_Bitmask_LengthSeven (   actionS)
Value:
do \
{ \
_p_MemCmp_Bitmask_LengthSix(actionS); \
_p_MemCmp_Bitmask(6, actionS); \
} \
while (0)

Definition at line 833 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_LengthSix

#define _p_MemCmp_Bitmask_LengthSix (   actionS)
Value:
do \
{ \
_p_MemCmp_Bitmask_LengthFive(actionS); \
_p_MemCmp_Bitmask(5, actionS); \
} \
while (0)

Definition at line 825 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_LengthThree

#define _p_MemCmp_Bitmask_LengthThree (   actionS)
Value:
do \
{ \
_p_MemCmp_Bitmask_LengthTwo(actionS); \
_p_MemCmp_Bitmask(2, actionS); \
} \
while (0)

Definition at line 799 of file p_MemCmp.h.

◆ _p_MemCmp_Bitmask_LengthTwo

#define _p_MemCmp_Bitmask_LengthTwo (   actionS)
Value:
do \
{ \
_p_MemCmp_Bitmask(0, actionS); \
_p_MemCmp_Bitmask(1, actionS); \
} \
while (0)

Definition at line 791 of file p_MemCmp.h.

◆ _p_MemCmp_Declare

#define _p_MemCmp_Declare (   s1,
  s2 
)
Value:
const unsigned long* _s1 = ((unsigned long*) s1); \
const unsigned long* _s2 = ((unsigned long*) s2); \
REGISTER unsigned long _v1; \
REGISTER unsigned long _v2

Definition at line 15 of file p_MemCmp.h.

◆ _p_MemCmp_Equal

#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.

◆ _p_MemCmp_LengthEight_Equal

#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.

◆ _p_MemCmp_LengthEight_OrdGeneral

#define _p_MemCmp_LengthEight_OrdGeneral (   actionE)    _p_MemCmp_LengthSeven_OrdGeneral(_p_MemCmp_OrdGeneral(7, actionE))

Definition at line 617 of file p_MemCmp.h.

◆ _p_MemCmp_LengthFive_Equal

#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.

◆ _p_MemCmp_LengthFive_OrdGeneral

#define _p_MemCmp_LengthFive_OrdGeneral (   actionE)    _p_MemCmp_LengthFour_OrdGeneral(_p_MemCmp_OrdGeneral(4, actionE))

Definition at line 608 of file p_MemCmp.h.

◆ _p_MemCmp_LengthFour_Equal

#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.

◆ _p_MemCmp_LengthFour_OrdGeneral

#define _p_MemCmp_LengthFour_OrdGeneral (   actionE)    _p_MemCmp_LengthThree_OrdGeneral(_p_MemCmp_OrdGeneral(3, actionE))

Definition at line 605 of file p_MemCmp.h.

◆ _p_MemCmp_LengthGeneral_Equal

#define _p_MemCmp_LengthGeneral_Equal (   i,
  s1,
  s2,
  length,
  actionE 
)
Value:
do \
{ \
\
REGISTER unsigned long _i = (unsigned long) i; \
const unsigned long _l = \
(unsigned long) length + (unsigned long)i ; \
\
LengthGeneral_LoopTop: \
_v1 = s1[_i]; \
_v2 = s2[_i]; \
if (_v1 == _v2) \
{ \
_i++; \
if (_i == _l) actionE; \
else goto LengthGeneral_LoopTop; \
} \
} \
while (0)

Definition at line 42 of file p_MemCmp.h.

◆ _p_MemCmp_LengthOne_Equal

#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.

◆ _p_MemCmp_LengthSeven_Equal

#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.

◆ _p_MemCmp_LengthSeven_OrdGeneral

#define _p_MemCmp_LengthSeven_OrdGeneral (   actionE)    _p_MemCmp_LengthSix_OrdGeneral(_p_MemCmp_OrdGeneral(6, actionE))

Definition at line 614 of file p_MemCmp.h.

◆ _p_MemCmp_LengthSix_Equal

#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.

◆ _p_MemCmp_LengthSix_OrdGeneral

#define _p_MemCmp_LengthSix_OrdGeneral (   actionE)    _p_MemCmp_LengthFive_OrdGeneral(_p_MemCmp_OrdGeneral(5, actionE))

Definition at line 611 of file p_MemCmp.h.

◆ _p_MemCmp_LengthThree_Equal

#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.

◆ _p_MemCmp_LengthThree_OrdGeneral

#define _p_MemCmp_LengthThree_OrdGeneral (   actionE)    _p_MemCmp_LengthTwo_OrdGeneral(_p_MemCmp_OrdGeneral(2, actionE))

Definition at line 602 of file p_MemCmp.h.

◆ _p_MemCmp_LengthTwo_Equal

#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.

◆ _p_MemCmp_LengthTwo_OrdGeneral

#define _p_MemCmp_LengthTwo_OrdGeneral (   actionE)    _p_MemCmp_OrdGeneral(0, _p_MemCmp_OrdGeneral(1, actionE))

Definition at line 599 of file p_MemCmp.h.

◆ _p_MemCmp_NotEqual

#define _p_MemCmp_NotEqual (   actionG,
  actionS 
)    do {if (_v1 > _v2) actionG; actionS;} while (0)

Definition at line 23 of file p_MemCmp.h.

◆ _p_MemCmp_OrdGeneral

#define _p_MemCmp_OrdGeneral (   i,
  actionE 
)
Value:
do \
{ \
_i = i; \
_v1 = _s1[i]; \
_v2 = _s2[i]; \
if (_v1 == _v2) actionE; \
} \
while(0)

Definition at line 589 of file p_MemCmp.h.

◆ _p_MemCmp_OrdGeneral_Declare

#define _p_MemCmp_OrdGeneral_Declare (   s1,
  s2 
)
Value:
const unsigned long* _s1 = ((unsigned long*) s1); \
const unsigned long* _s2 = ((unsigned long*) s2); \
REGISTER unsigned long _v1; \
REGISTER unsigned long _v2; \
REGISTER unsigned long _i

Definition at line 568 of file p_MemCmp.h.

◆ _p_MemCmp_OrdGeneral_NotEqual

#define _p_MemCmp_OrdGeneral_NotEqual (   ordsgn,
  actionG,
  actionS 
)
Value:
do \
{ \
const long* _ordsgn = (long*) ordsgn; \
if (_v1 > _v2) \
{ \
if (_ordsgn[_i] == 1) actionG; \
actionS; \
} \
if (_ordsgn[_i] == 1) actionS; \
actionG; \
} \
while (0)

Definition at line 575 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthEigth

#define p_MemCmp_Bitmask_LengthEigth (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask_LengthEigth(actionS); \
actionG; \
} \
while (0)

Definition at line 914 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthFive

#define p_MemCmp_Bitmask_LengthFive (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask_LengthFive(actionS); \
actionG; \
} \
while (0)

Definition at line 887 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthFour

#define p_MemCmp_Bitmask_LengthFour (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask_LengthFour(actionS); \
actionG; \
} \
while (0)

Definition at line 878 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthGeneral

#define p_MemCmp_Bitmask_LengthGeneral (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
const unsigned long _l = (unsigned long) length; \
\
_i=0; \
while (_i < _l) \
{ \
_v1 = _s1[_i]; \
_v2 = _s2[_i]; \
if ((_v1 > _v2) || \
(((_v1 & _bitmask) ^ (_v2 & _bitmask)) != ((_v2 - _v1) & _bitmask))) \
actionS; \
_i++; \
} \
actionG; \
} \
while (0)

Definition at line 756 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthOne

#define p_MemCmp_Bitmask_LengthOne (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask(0, actionS); \
actionG; \
} \
while (0)

Definition at line 851 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthSeven

#define p_MemCmp_Bitmask_LengthSeven (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask_LengthSeven(actionS); \
actionG; \
} \
while (0)

Definition at line 905 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthSix

#define p_MemCmp_Bitmask_LengthSix (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask_LengthSix(actionS); \
actionG; \
} \
while (0)

Definition at line 896 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthThree

#define p_MemCmp_Bitmask_LengthThree (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask_LengthThree(actionS); \
actionG; \
} \
while (0)

Definition at line 869 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthTwo

#define p_MemCmp_Bitmask_LengthTwo (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Bitmask_Declare(s1, s2, bitmask); \
_p_MemCmp_Bitmask_LengthTwo(actionS); \
actionG; \
} \
while (0)

Definition at line 860 of file p_MemCmp.h.

◆ p_MemCmp_Bitmask_LengthZero

#define p_MemCmp_Bitmask_LengthZero (   s1,
  s2,
  bitmask,
  length,
  actionG,
  actionS 
)    actionG

Definition at line 849 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdGeneral

#define p_MemCmp_LengthEight_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_LengthEight_OrdGeneral(actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 683 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdNegPomog

#define p_MemCmp_LengthEight_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthSeven_Equal(1, _s2, _s1, actionE), \
actionS, actionG)

Definition at line 233 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdNegPomogZero

#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.

◆ p_MemCmp_LengthEight_OrdNegPosNomog

#define p_MemCmp_LengthEight_OrdNegPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, \
_p_MemCmp_LengthSix_Equal(2, _s1, _s2, actionE)), \
actionS, actionG)

Definition at line 459 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdNegPosNomogZero

#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.

◆ p_MemCmp_LengthEight_OrdNomog

#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.

◆ p_MemCmp_LengthEight_OrdNomogPos

#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.

◆ p_MemCmp_LengthEight_OrdNomogPosZero

#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.

◆ p_MemCmp_LengthEight_OrdNomogZero

#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.

◆ p_MemCmp_LengthEight_OrdPomog

#define p_MemCmp_LengthEight_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthEight_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 123 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdPomogNeg

#define p_MemCmp_LengthEight_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(7, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 270 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdPomogNegZero

#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.

◆ p_MemCmp_LengthEight_OrdPomogZero

#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.

◆ p_MemCmp_LengthEight_OrdPosNomog

#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.

◆ p_MemCmp_LengthEight_OrdPosNomogPos

#define p_MemCmp_LengthEight_OrdPosNomogPos (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(7, _s1, _s2, actionE)), \
actionG, actionS)

Definition at line 500 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdPosNomogPosZero

#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.

◆ p_MemCmp_LengthEight_OrdPosNomogZero

#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.

◆ p_MemCmp_LengthEight_OrdPosPosNomog

#define p_MemCmp_LengthEight_OrdPosPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s1, _s2, \
_p_MemCmp_LengthSix_Equal(2, _s2, _s1, actionE)), \
actionG, actionS)

Definition at line 419 of file p_MemCmp.h.

◆ p_MemCmp_LengthEight_OrdPosPosNomogZero

#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.

◆ p_MemCmp_LengthFive_OrdGeneral

#define p_MemCmp_LengthFive_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_LengthFive_OrdGeneral(actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 656 of file p_MemCmp.h.

◆ p_MemCmp_LengthFive_OrdNegPomog

#define p_MemCmp_LengthFive_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthFour_Equal(1, _s2, _s1, actionE), \
actionS, actionG)

Definition at line 221 of file p_MemCmp.h.

◆ p_MemCmp_LengthFive_OrdNegPomogZero

#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.

◆ p_MemCmp_LengthFive_OrdNegPosNomog

#define p_MemCmp_LengthFive_OrdNegPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, \
_p_MemCmp_LengthThree_Equal(2, _s1, _s2, actionE)), \
actionS, actionG)

Definition at line 444 of file p_MemCmp.h.

◆ p_MemCmp_LengthFive_OrdNegPosNomogZero

#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.

◆ p_MemCmp_LengthFive_OrdNomog

#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.

◆ p_MemCmp_LengthFive_OrdNomogPos

#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.

◆ p_MemCmp_LengthFive_OrdNomogPosZero

#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.

◆ p_MemCmp_LengthFive_OrdNomogZero

#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.

◆ p_MemCmp_LengthFive_OrdPomog

#define p_MemCmp_LengthFive_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthFive_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 98 of file p_MemCmp.h.

◆ p_MemCmp_LengthFive_OrdPomogNeg

#define p_MemCmp_LengthFive_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(4, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 258 of file p_MemCmp.h.

◆ p_MemCmp_LengthFive_OrdPomogNegZero

#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.

◆ p_MemCmp_LengthFive_OrdPomogZero

#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.

◆ p_MemCmp_LengthFive_OrdPosNomog

#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.

◆ p_MemCmp_LengthFive_OrdPosNomogPos

#define p_MemCmp_LengthFive_OrdPosNomogPos (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(4, _s1, _s2, actionE)), \
actionG, actionS)

Definition at line 485 of file p_MemCmp.h.

◆ p_MemCmp_LengthFive_OrdPosNomogPosZero

#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.

◆ p_MemCmp_LengthFive_OrdPosNomogZero

#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.

◆ p_MemCmp_LengthFive_OrdPosPosNomog

#define p_MemCmp_LengthFive_OrdPosPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s1, _s2, \
_p_MemCmp_LengthThree_Equal(2, _s2, _s1, actionE)), \
actionG, actionS)

Definition at line 404 of file p_MemCmp.h.

◆ p_MemCmp_LengthFive_OrdPosPosNomogZero

#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.

◆ p_MemCmp_LengthFour_OrdGeneral

#define p_MemCmp_LengthFour_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_LengthFour_OrdGeneral(actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 647 of file p_MemCmp.h.

◆ p_MemCmp_LengthFour_OrdNegPomog

#define p_MemCmp_LengthFour_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthThree_Equal(1, _s2, _s1, actionE), \
actionS, actionG)

Definition at line 217 of file p_MemCmp.h.

◆ p_MemCmp_LengthFour_OrdNegPomogZero

#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.

◆ p_MemCmp_LengthFour_OrdNegPosNomog

#define p_MemCmp_LengthFour_OrdNegPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, \
_p_MemCmp_LengthTwo_Equal(2, _s1, _s2, actionE)), \
actionS, actionG)

Definition at line 439 of file p_MemCmp.h.

◆ p_MemCmp_LengthFour_OrdNegPosNomogZero

#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.

◆ p_MemCmp_LengthFour_OrdNomog

#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.

◆ p_MemCmp_LengthFour_OrdNomogPos

#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.

◆ p_MemCmp_LengthFour_OrdNomogPosZero

#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.

◆ p_MemCmp_LengthFour_OrdNomogZero

#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.

◆ p_MemCmp_LengthFour_OrdPomog

#define p_MemCmp_LengthFour_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthFour_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 90 of file p_MemCmp.h.

◆ p_MemCmp_LengthFour_OrdPomogNeg

#define p_MemCmp_LengthFour_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(3, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 254 of file p_MemCmp.h.

◆ p_MemCmp_LengthFour_OrdPomogNegZero

#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.

◆ p_MemCmp_LengthFour_OrdPomogZero

#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.

◆ p_MemCmp_LengthFour_OrdPosNomog

#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.

◆ p_MemCmp_LengthFour_OrdPosNomogPos

#define p_MemCmp_LengthFour_OrdPosNomogPos (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(3, _s1, _s2, actionE)), \
actionG, actionS)

Definition at line 480 of file p_MemCmp.h.

◆ p_MemCmp_LengthFour_OrdPosNomogPosZero

#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.

◆ p_MemCmp_LengthFour_OrdPosNomogZero

#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.

◆ p_MemCmp_LengthFour_OrdPosPosNomog

#define p_MemCmp_LengthFour_OrdPosPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s1, _s2, \
_p_MemCmp_LengthTwo_Equal(2, _s2, _s1, actionE)), \
actionG, actionS)

Definition at line 399 of file p_MemCmp.h.

◆ p_MemCmp_LengthFour_OrdPosPosNomogZero

#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.

◆ p_MemCmp_LengthGeneral_OrdGeneral

#define p_MemCmp_LengthGeneral_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
const unsigned long _l = (unsigned long) length; \
\
_i=0; \
\
LengthGeneral_OrdGeneral_LoopTop: \
_v1 = _s1[_i]; \
_v2 = _s2[_i]; \
if (_v1 == _v2) \
{ \
_i++; \
if (_i == _l) actionE; \
goto LengthGeneral_OrdGeneral_LoopTop; \
} \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 696 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdGeneral2

#define p_MemCmp_LengthGeneral_OrdGeneral2 (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
int _i; \
for (_i=0; _i<length;_i++) \
{ \
if (s1[_i] != s2[_i]) \
{ \
if (s1[_i] > s2[_i]) \
{ \
if (ordsgn[_i] == 1) \
actionG; \
actionS; \
} \
if (ordsgn[_i] == 1) \
actionS; \
actionG; \
} \
} \
actionE; \
} \
while (0)

Definition at line 719 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdNegPomog

#define p_MemCmp_LengthGeneral_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthGeneral_Equal(1, _s2, _s1, (length) -1, actionE), \
actionS, actionG)

Definition at line 237 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdNegPomogZero

#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.

◆ p_MemCmp_LengthGeneral_OrdNegPosNomog

#define p_MemCmp_LengthGeneral_OrdNegPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, \
(length-2) , actionE)), \
actionS, actionG)

Definition at line 464 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdNegPosNomogZero

#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.

◆ p_MemCmp_LengthGeneral_OrdNomog

#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.

◆ p_MemCmp_LengthGeneral_OrdNomogPos

#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.

◆ p_MemCmp_LengthGeneral_OrdNomogPosZero

#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.

◆ p_MemCmp_LengthGeneral_OrdNomogZero

#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.

◆ p_MemCmp_LengthGeneral_OrdPomog

#define p_MemCmp_LengthGeneral_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthGeneral_Equal(0, _s1, _s2, length, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 131 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdPomogNeg

#define p_MemCmp_LengthGeneral_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(_i, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 274 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdPomogNegZero

#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.

◆ p_MemCmp_LengthGeneral_OrdPomogZero

#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.

◆ p_MemCmp_LengthGeneral_OrdPosNomog

#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.

◆ p_MemCmp_LengthGeneral_OrdPosNomogPos

#define p_MemCmp_LengthGeneral_OrdPosNomogPos (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthGeneral_Equal(1, _s2, _s1, (length - 2), \
_p_MemCmp_Equal(_i, _s1, _s2, actionE)), \
actionG, actionS)

Definition at line 505 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdPosNomogPosZero

#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.

◆ p_MemCmp_LengthGeneral_OrdPosNomogZero

#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.

◆ p_MemCmp_LengthGeneral_OrdPosPosNomog

#define p_MemCmp_LengthGeneral_OrdPosPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s1, _s2, \
_p_MemCmp_LengthGeneral_Equal(2,_s2,_s1,(length-2), actionE)), \
actionG, actionS)

Definition at line 424 of file p_MemCmp.h.

◆ p_MemCmp_LengthGeneral_OrdPosPosNomogZero

#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.

◆ p_MemCmp_LengthOne_OrdGeneral

#define p_MemCmp_LengthOne_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_OrdGeneral(0, actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 620 of file p_MemCmp.h.

◆ p_MemCmp_LengthOne_OrdNomog

#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.

◆ p_MemCmp_LengthOne_OrdPomog

#define p_MemCmp_LengthOne_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthOne_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 66 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdGeneral

#define p_MemCmp_LengthSeven_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_LengthSeven_OrdGeneral(actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 674 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdNegPomog

#define p_MemCmp_LengthSeven_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthSix_Equal(1, _s2, _s1, actionE), \
actionS, actionG)

Definition at line 229 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdNegPomogZero

#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.

◆ p_MemCmp_LengthSeven_OrdNegPosNomog

#define p_MemCmp_LengthSeven_OrdNegPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, \
_p_MemCmp_LengthFive_Equal(2, _s1, _s2, actionE)), \
actionS, actionG)

Definition at line 454 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdNegPosNomogZero

#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.

◆ p_MemCmp_LengthSeven_OrdNomog

#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.

◆ p_MemCmp_LengthSeven_OrdNomogPos

#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.

◆ p_MemCmp_LengthSeven_OrdNomogPosZero

#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.

◆ p_MemCmp_LengthSeven_OrdNomogZero

#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.

◆ p_MemCmp_LengthSeven_OrdPomog

#define p_MemCmp_LengthSeven_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthSeven_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS);; \
} \
while (0)

Definition at line 114 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdPomogNeg

#define p_MemCmp_LengthSeven_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(6, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 266 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdPomogNegZero

#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.

◆ p_MemCmp_LengthSeven_OrdPomogZero

#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.

◆ p_MemCmp_LengthSeven_OrdPosNomog

#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.

◆ p_MemCmp_LengthSeven_OrdPosNomogPos

#define p_MemCmp_LengthSeven_OrdPosNomogPos (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(6, _s1, _s2, actionE)), \
actionG, actionS)

Definition at line 495 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdPosNomogPosZero

#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.

◆ p_MemCmp_LengthSeven_OrdPosNomogZero

#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.

◆ p_MemCmp_LengthSeven_OrdPosPosNomog

#define p_MemCmp_LengthSeven_OrdPosPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s1, _s2, \
_p_MemCmp_LengthFive_Equal(2, _s2, _s1, actionE)), \
actionG, actionS)

Definition at line 414 of file p_MemCmp.h.

◆ p_MemCmp_LengthSeven_OrdPosPosNomogZero

#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.

◆ p_MemCmp_LengthSix_OrdGeneral

#define p_MemCmp_LengthSix_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_LengthSix_OrdGeneral(actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 665 of file p_MemCmp.h.

◆ p_MemCmp_LengthSix_OrdNegPomog

#define p_MemCmp_LengthSix_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthFive_Equal(1, _s2, _s1, actionE), \
actionS, actionG)

Definition at line 225 of file p_MemCmp.h.

◆ p_MemCmp_LengthSix_OrdNegPomogZero

#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.

◆ p_MemCmp_LengthSix_OrdNegPosNomog

#define p_MemCmp_LengthSix_OrdNegPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, \
_p_MemCmp_LengthFour_Equal(2, _s1, _s2, actionE)), \
actionS, actionG)

Definition at line 449 of file p_MemCmp.h.

◆ p_MemCmp_LengthSix_OrdNegPosNomogZero

#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.

◆ p_MemCmp_LengthSix_OrdNomog

#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.

◆ p_MemCmp_LengthSix_OrdNomogPos

#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.

◆ p_MemCmp_LengthSix_OrdNomogPosZero

#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.

◆ p_MemCmp_LengthSix_OrdNomogZero

#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.

◆ p_MemCmp_LengthSix_OrdPomog

#define p_MemCmp_LengthSix_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthSix_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 106 of file p_MemCmp.h.

◆ p_MemCmp_LengthSix_OrdPomogNeg

#define p_MemCmp_LengthSix_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(5, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 262 of file p_MemCmp.h.

◆ p_MemCmp_LengthSix_OrdPomogNegZero

#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.

◆ p_MemCmp_LengthSix_OrdPomogZero

#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.

◆ p_MemCmp_LengthSix_OrdPosNomog

#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.

◆ p_MemCmp_LengthSix_OrdPosNomogPos

#define p_MemCmp_LengthSix_OrdPosNomogPos (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(5, _s1, _s2, actionE)), \
actionG, actionS)

Definition at line 490 of file p_MemCmp.h.

◆ p_MemCmp_LengthSix_OrdPosNomogPosZero

#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.

◆ p_MemCmp_LengthSix_OrdPosNomogZero

#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.

◆ p_MemCmp_LengthSix_OrdPosPosNomog

#define p_MemCmp_LengthSix_OrdPosPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s1, _s2, \
_p_MemCmp_LengthFour_Equal(2, _s2, _s1, actionE)), \
actionG, actionS)

Definition at line 409 of file p_MemCmp.h.

◆ p_MemCmp_LengthSix_OrdPosPosNomogZero

#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.

◆ p_MemCmp_LengthThree_OrdGeneral

#define p_MemCmp_LengthThree_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_LengthThree_OrdGeneral(actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 638 of file p_MemCmp.h.

◆ p_MemCmp_LengthThree_OrdNegPomog

#define p_MemCmp_LengthThree_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthTwo_Equal(1, _s2, _s1, actionE), \
actionS, actionG)

Definition at line 213 of file p_MemCmp.h.

◆ p_MemCmp_LengthThree_OrdNegPomogZero

#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.

◆ p_MemCmp_LengthThree_OrdNegPosNomog

#define p_MemCmp_LengthThree_OrdNegPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, \
_p_MemCmp_LengthOne_Equal(2, _s1, _s2, actionE)), \
actionS, actionG)

Definition at line 434 of file p_MemCmp.h.

◆ p_MemCmp_LengthThree_OrdNomog

#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.

◆ p_MemCmp_LengthThree_OrdNomogPos

#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.

◆ p_MemCmp_LengthThree_OrdNomogZero

#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.

◆ p_MemCmp_LengthThree_OrdPomog

#define p_MemCmp_LengthThree_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthThree_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 82 of file p_MemCmp.h.

◆ p_MemCmp_LengthThree_OrdPomogNeg

#define p_MemCmp_LengthThree_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(2, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 250 of file p_MemCmp.h.

◆ p_MemCmp_LengthThree_OrdPomogNegZero

#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.

◆ p_MemCmp_LengthThree_OrdPomogZero

#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.

◆ p_MemCmp_LengthThree_OrdPosNomog

#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.

◆ p_MemCmp_LengthThree_OrdPosNomogPos

#define p_MemCmp_LengthThree_OrdPosNomogPos (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthOne_Equal(2, _s1, _s2, actionE)), \
actionG, actionS)

Definition at line 475 of file p_MemCmp.h.

◆ p_MemCmp_LengthThree_OrdPosPosNomog

#define p_MemCmp_LengthThree_OrdPosPosNomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s1, _s2, \
_p_MemCmp_LengthOne_Equal(2, _s2, _s1, actionE)), \
actionG, actionS)

Definition at line 394 of file p_MemCmp.h.

◆ p_MemCmp_LengthTwo_OrdGeneral

#define p_MemCmp_LengthTwo_OrdGeneral (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_OrdGeneral_Declare(s1, s2); \
_p_MemCmp_LengthTwo_OrdGeneral(actionE); \
_p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS); \
} \
while (0)

Definition at line 629 of file p_MemCmp.h.

◆ p_MemCmp_LengthTwo_OrdNegPomog

#define p_MemCmp_LengthTwo_OrdNegPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_LengthOne_Equal(1, _s2, _s1,actionE), \
actionS, actionG)

Definition at line 209 of file p_MemCmp.h.

◆ p_MemCmp_LengthTwo_OrdNomog

#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.

◆ p_MemCmp_LengthTwo_OrdNomogZero

#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.

◆ p_MemCmp_LengthTwo_OrdPomog

#define p_MemCmp_LengthTwo_OrdPomog (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
do \
{ \
_p_MemCmp_Declare(s1,s2); \
_p_MemCmp_LengthTwo_Equal(0, _s1, _s2, actionE); \
_p_MemCmp_NotEqual(actionG, actionS); \
} \
while (0)

Definition at line 74 of file p_MemCmp.h.

◆ p_MemCmp_LengthTwo_OrdPomogNeg

#define p_MemCmp_LengthTwo_OrdPomogNeg (   s1,
  s2,
  length,
  ordsgn,
  actionE,
  actionG,
  actionS 
)
Value:
_p_MemCmp_Equal(1, _s2, _s1, actionE), \
actionG, actionS)

Definition at line 246 of file p_MemCmp.h.

◆ p_MemCmp_LengthTwo_OrdPomogZero

#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.

p_MemCmp_LengthOne_OrdPomog
#define p_MemCmp_LengthOne_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:66
p_MemCmp_LengthGeneral_OrdPomog
#define p_MemCmp_LengthGeneral_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:131
length
static BOOLEAN length(leftv result, leftv arg)
Definition: interval.cc:267
for
for(int i=0;i<=n;i++) degsf[i]
Definition: cfEzgcd.cc:65
_p_MemCmp_Equal
#define _p_MemCmp_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:21
i
int i
Definition: cfEzgcd.cc:125
_p_MemCmp_LengthFour_Equal
#define _p_MemCmp_LengthFour_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:32
p_MemCmp_LengthFive_OrdPomog
#define p_MemCmp_LengthFive_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:98
p_MemCmp_LengthThree_OrdPomog
#define p_MemCmp_LengthThree_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:82
_p_MemCmp_LengthTwo_Equal
#define _p_MemCmp_LengthTwo_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:28
_p_MemCmp_OrdGeneral_NotEqual
#define _p_MemCmp_OrdGeneral_NotEqual(ordsgn, actionG, actionS)
Definition: p_MemCmp.h:575
p_MemCmp_LengthSeven_OrdPomog
#define p_MemCmp_LengthSeven_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:114
p_MemCmp_LengthSix_OrdPomog
#define p_MemCmp_LengthSix_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:106
p_MemCmp_LengthFour_OrdPomog
#define p_MemCmp_LengthFour_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:90
_p_MemCmp_LengthThree_Equal
#define _p_MemCmp_LengthThree_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:30
while
while(1)
Definition: libparse.cc:1441
_p_MemCmp_LengthFive_Equal
#define _p_MemCmp_LengthFive_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:34
_p_MemCmp_LengthOne_Equal
#define _p_MemCmp_LengthOne_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:26
_p_MemCmp_LengthGeneral_Equal
#define _p_MemCmp_LengthGeneral_Equal(i, s1, s2, length, actionE)
Definition: p_MemCmp.h:42
p_MemCmp_LengthTwo_OrdPomog
#define p_MemCmp_LengthTwo_OrdPomog(s1, s2, length, ordsgn, actionE, actionG, actionS)
Definition: p_MemCmp.h:74
_p_MemCmp_LengthSeven_Equal
#define _p_MemCmp_LengthSeven_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:38
_p_MemCmp_LengthSix_Equal
#define _p_MemCmp_LengthSix_Equal(i, s1, s2, actionE)
Definition: p_MemCmp.h:36
if
if(yy_init)
Definition: libparse.cc:1417