mp_word           163 source4/heimdal/lib/hcrypto/imath/imath.c #define UPPER_HALF(W)           ((mp_word)((W) >> MP_DIGIT_BIT))
mp_word          2291 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word w = 0;
mp_word          2301 source4/heimdal/lib/hcrypto/imath/imath.c     w = w + (mp_word) *da + (mp_word) *db;
mp_word          2326 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word w = 0;
mp_word          2333 source4/heimdal/lib/hcrypto/imath/imath.c     w = ((mp_word)MP_DIGIT_MAX + 1 +  /* MP_RADIX */
mp_word          2334 source4/heimdal/lib/hcrypto/imath/imath.c 	 (mp_word)*da) - w - (mp_word)*db;
mp_word          2342 source4/heimdal/lib/hcrypto/imath/imath.c     w = ((mp_word)MP_DIGIT_MAX + 1 +  /* MP_RADIX */
mp_word          2343 source4/heimdal/lib/hcrypto/imath/imath.c 	 (mp_word)*da) - w;
mp_word          2450 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word   w;
mp_word          2461 source4/heimdal/lib/hcrypto/imath/imath.c       w = (mp_word)*da * (mp_word)*dbt + w + (mp_word)*dct;
mp_word          2497 source4/heimdal/lib/hcrypto/imath/imath.c       mp_word w, save = 0;
mp_word          2535 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word  w;
mp_word          2544 source4/heimdal/lib/hcrypto/imath/imath.c     w = (mp_word)*dat * (mp_word)*dat + (mp_word)*dct;
mp_word          2550 source4/heimdal/lib/hcrypto/imath/imath.c       mp_word  t = (mp_word)*da * (mp_word)*dat;
mp_word          2551 source4/heimdal/lib/hcrypto/imath/imath.c       mp_word  u = w + (mp_word)*dct, ov = 0;
mp_word          2590 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word   w = 0;
mp_word          2594 source4/heimdal/lib/hcrypto/imath/imath.c   w = (mp_word)*da + b;
mp_word          2599 source4/heimdal/lib/hcrypto/imath/imath.c     w = (mp_word)*da + w;
mp_word          2617 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word   w = 0;
mp_word          2622 source4/heimdal/lib/hcrypto/imath/imath.c     w = (mp_word)*da * b + w;
mp_word          2640 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word  w = 0;
mp_word          2643 source4/heimdal/lib/hcrypto/imath/imath.c     w = (mp_word)*da++ * (mp_word)b + w;
mp_word          2660 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word   w = 0, qdigit;
mp_word          2822 source4/heimdal/lib/hcrypto/imath/imath.c   mp_word  w = 0;
mp_word          2828 source4/heimdal/lib/hcrypto/imath/imath.c     w = ((mp_word) MP_DIGIT_MAX + 1) - w - (mp_word)*zp;
mp_word          2834 source4/heimdal/lib/hcrypto/imath/imath.c   w = ((mp_word) MP_DIGIT_MAX + 1 + hi) - w - (mp_word)*zp;
mp_word          3131 source4/heimdal/lib/hcrypto/imath/imath.c       mp_word  pfx = r.digits[r.used - 1];
mp_word          3132 source4/heimdal/lib/hcrypto/imath/imath.c       mp_word  qdigit;
mp_word            76 source4/heimdal/lib/hcrypto/imath/imath.h #define MP_WORD_BIT     (sizeof(mp_word) * CHAR_BIT)