dct              2453 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit *dct = dc;
dct              2460 source4/heimdal/lib/hcrypto/imath/imath.c     for(b = 0; b < size_b; ++b, ++dbt, ++dct) {
dct              2461 source4/heimdal/lib/hcrypto/imath/imath.c       w = (mp_word)*da * (mp_word)*dbt + w + (mp_word)*dct;
dct              2463 source4/heimdal/lib/hcrypto/imath/imath.c       *dct = LOWER_HALF(w);
dct              2467 source4/heimdal/lib/hcrypto/imath/imath.c     *dct = (mp_digit)w;
dct              2538 source4/heimdal/lib/hcrypto/imath/imath.c     mp_digit  *dct = dc, *dat = da;
dct              2544 source4/heimdal/lib/hcrypto/imath/imath.c     w = (mp_word)*dat * (mp_word)*dat + (mp_word)*dct;
dct              2545 source4/heimdal/lib/hcrypto/imath/imath.c     *dct = LOWER_HALF(w);
dct              2547 source4/heimdal/lib/hcrypto/imath/imath.c     ++dat; ++dct;
dct              2549 source4/heimdal/lib/hcrypto/imath/imath.c     for(j = i + 1; j < size_a; ++j, ++dat, ++dct) {
dct              2551 source4/heimdal/lib/hcrypto/imath/imath.c       mp_word  u = w + (mp_word)*dct, ov = 0;
dct              2565 source4/heimdal/lib/hcrypto/imath/imath.c       *dct = LOWER_HALF(w);
dct              2573 source4/heimdal/lib/hcrypto/imath/imath.c     w = w + *dct;
dct              2574 source4/heimdal/lib/hcrypto/imath/imath.c     *dct = (mp_digit)w;
dct              2576 source4/heimdal/lib/hcrypto/imath/imath.c       ++dct; w = w + *dct;
dct              2577 source4/heimdal/lib/hcrypto/imath/imath.c       *dct = LOWER_HALF(w);