rest             2735 source4/heimdal/lib/hcrypto/imath/imath.c   mp_size   start = p2 / MP_DIGIT_BIT + 1, rest = p2 % MP_DIGIT_BIT;
rest             2737 source4/heimdal/lib/hcrypto/imath/imath.c   mp_digit  mask = (1 << rest) - 1;
rest             2752 source4/heimdal/lib/hcrypto/imath/imath.c   mp_size   uz, need, rest, extra, i;
rest             2759 source4/heimdal/lib/hcrypto/imath/imath.c   need = p2 / MP_DIGIT_BIT; rest = p2 % MP_DIGIT_BIT;
rest             2765 source4/heimdal/lib/hcrypto/imath/imath.c   if(rest != 0) {
rest             2768 source4/heimdal/lib/hcrypto/imath/imath.c     if((*dz >> (MP_DIGIT_BIT - rest)) != 0)
rest             2789 source4/heimdal/lib/hcrypto/imath/imath.c   if(rest) {
rest             2794 source4/heimdal/lib/hcrypto/imath/imath.c       *from = (*from << rest) | (d >> (MP_DIGIT_BIT - rest));
rest             2798 source4/heimdal/lib/hcrypto/imath/imath.c     d >>= (MP_DIGIT_BIT - rest);
rest             2903 source4/heimdal/lib/hcrypto/imath/imath.c   mp_size  ndig, rest;
rest             2907 source4/heimdal/lib/hcrypto/imath/imath.c   rest = k % MP_DIGIT_BIT;
rest             2914 source4/heimdal/lib/hcrypto/imath/imath.c   *(dz + ndig - 1) = (1 << rest);
rest              250 source4/heimdal/lib/hdb/hdb.c 		     const char **rest)
rest              266 source4/heimdal/lib/hdb/hdb.c     *rest = filename + len + 1;
rest              340 source4/heimdal/lib/hdb/hdb.c find_method (const char *filename, const char **rest)
rest              346 source4/heimdal/lib/hdb/hdb.c 	    *rest = filename + strlen(h->prefix);
rest              355 source4/heimdal/lib/hdb/hdb.c 	*rest = filename;