s_ucmp 208 source4/heimdal/lib/hcrypto/imath/imath.c static int s_ucmp(mp_int a, mp_int b); s_ucmp 586 source4/heimdal/lib/hcrypto/imath/imath.c int cmp = s_ucmp(a, b); /* magnitude comparision, sign ignored */ s_ucmp 670 source4/heimdal/lib/hcrypto/imath/imath.c int cmp = s_ucmp(a, b); s_ucmp 866 source4/heimdal/lib/hcrypto/imath/imath.c else if((cmp = s_ucmp(a, b)) < 0) { s_ucmp 1111 source4/heimdal/lib/hcrypto/imath/imath.c int cmp = s_ucmp(a, b); s_ucmp 1137 source4/heimdal/lib/hcrypto/imath/imath.c return s_ucmp(a, b); s_ucmp 3121 source4/heimdal/lib/hcrypto/imath/imath.c if(s_ucmp(b, &r) > 0) { s_ucmp 3150 source4/heimdal/lib/hcrypto/imath/imath.c while(s_ucmp(&t, &r) > 0) {