need 66 lib/zlib/contrib/blast/blast.c local int bits(struct state *s, int need) need 72 lib/zlib/contrib/blast/blast.c while (s->bitcnt < need) { need 83 lib/zlib/contrib/blast/blast.c s->bitbuf = val >> need; need 84 lib/zlib/contrib/blast/blast.c s->bitcnt -= need; need 87 lib/zlib/contrib/blast/blast.c return val & ((1 << need) - 1); need 111 lib/zlib/contrib/puff/puff.c local int bits(struct state *s, int need) need 117 lib/zlib/contrib/puff/puff.c while (s->bitcnt < need) { need 124 lib/zlib/contrib/puff/puff.c s->bitbuf = (int)(val >> need); need 125 lib/zlib/contrib/puff/puff.c s->bitcnt -= need; need 128 lib/zlib/contrib/puff/puff.c return (int)(val & ((1L << need) - 1)); need 1977 source4/heimdal/lib/hcrypto/imath/imath.c mp_size need, i; need 1984 source4/heimdal/lib/hcrypto/imath/imath.c need = ((len * CHAR_BIT) + (MP_DIGIT_BIT - 1)) / MP_DIGIT_BIT; need 1985 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(z, need)) need 2052 source4/heimdal/lib/hcrypto/imath/imath.c mp_size need, i; need 2059 source4/heimdal/lib/hcrypto/imath/imath.c need = ((len * CHAR_BIT) + (MP_DIGIT_BIT - 1)) / MP_DIGIT_BIT; need 2060 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(z, need)) need 2752 source4/heimdal/lib/hcrypto/imath/imath.c mp_size uz, need, rest, extra, i; need 2759 source4/heimdal/lib/hcrypto/imath/imath.c need = p2 / MP_DIGIT_BIT; rest = p2 % MP_DIGIT_BIT; need 2772 source4/heimdal/lib/hcrypto/imath/imath.c if(!s_pad(z, uz + need + extra)) need 2778 source4/heimdal/lib/hcrypto/imath/imath.c if(need > 0) { need 2780 source4/heimdal/lib/hcrypto/imath/imath.c to = from + need; need 2785 source4/heimdal/lib/hcrypto/imath/imath.c ZERO(MP_DIGITS(z), need); need 2786 source4/heimdal/lib/hcrypto/imath/imath.c uz += need; need 2791 source4/heimdal/lib/hcrypto/imath/imath.c for(i = need, from = MP_DIGITS(z) + need; i < uz; ++i, ++from) {