digits 80 lib/replace/inet_pton.c static const char digits[] = "0123456789";
digits 90 lib/replace/inet_pton.c if ((pch = strchr(digits, ch)) != NULL) {
digits 91 lib/replace/inet_pton.c unsigned int new = *tp * 10 + (pch - digits);
digits 202 source3/modules/getdate.c int digits;
digits 1714 source3/modules/getdate.c if (4 <= (yyvsp[(1) - (5)].textintval).digits)
digits 1746 source3/modules/getdate.c PC.year.digits = (yyvsp[(3) - (3)].textintval).digits;
digits 1890 source3/modules/getdate.c && ! PC.rels_seen && (PC.times_seen || 2 < (yyvsp[(1) - (1)].textintval).digits))
digits 1894 source3/modules/getdate.c if (4 < (yyvsp[(1) - (1)].textintval).digits)
digits 1900 source3/modules/getdate.c PC.year.digits = (yyvsp[(1) - (1)].textintval).digits - 4;
digits 1905 source3/modules/getdate.c if ((yyvsp[(1) - (1)].textintval).digits <= 2)
digits 2371 source3/modules/getdate.c if (textyear.digits == 2)
digits 2525 source3/modules/getdate.c lvalp->textintval.digits = p - pc->input;
digits 2594 source3/modules/getdate.c pc.year.digits = 4;
digits 93 source3/modules/getdate.y int digits;
digits 327 source3/modules/getdate.y PC.year.digits = $3.digits;
digits 419 source3/modules/getdate.y PC.year.digits = $1.digits - 4;
digits 670 source3/modules/getdate.y if (textyear.digits == 2)
digits 824 source3/modules/getdate.y lvalp->textintval.digits = p - pc->input;
digits 893 source3/modules/getdate.y pc.year.digits = 4;
digits 79 source4/heimdal/lib/gssapi/mech/gss_import_name.c int digits = p[0];
digits 84 source4/heimdal/lib/gssapi/mech/gss_import_name.c while (digits--) {
digits 147 source4/heimdal/lib/hcrypto/imath/imath.c (((Z)->used==1&&(Z)->digits[0]==0)?0:((Z)->sign==MP_NEG)?-1:1)
digits 328 source4/heimdal/lib/hcrypto/imath/imath.c z->digits = &(z->single);
digits 368 source4/heimdal/lib/hcrypto/imath/imath.c z->digits[0] = 0;
digits 507 source4/heimdal/lib/hcrypto/imath/imath.c z->digits[0] = 0;
digits 575 source4/heimdal/lib/hcrypto/imath/imath.c c->digits[max] = carry;
digits 658 source4/heimdal/lib/hcrypto/imath/imath.c c->digits[max] = carry;
digits 887 source4/heimdal/lib/hcrypto/imath/imath.c q->digits[0] = 1;
digits 1148 source4/heimdal/lib/hcrypto/imath/imath.c if(MP_USED(z) == 1 && z->digits[0] == 0)
digits 1480 source4/heimdal/lib/hcrypto/imath/imath.c TEMP(0)->digits[0] = 1;
digits 1481 source4/heimdal/lib/hcrypto/imath/imath.c TEMP(3)->digits[0] = 1;
digits 1897 source4/heimdal/lib/hcrypto/imath/imath.c MP_USED(z) = 1; z->digits[0] = 0;
digits 1935 source4/heimdal/lib/hcrypto/imath/imath.c if(uz == 1 && z->digits[0] == 0)
digits 1940 source4/heimdal/lib/hcrypto/imath/imath.c d = z->digits[uz];
digits 2177 source4/heimdal/lib/hcrypto/imath/imath.c if((void *)z->digits == (void *)z) {
digits 2204 source4/heimdal/lib/hcrypto/imath/imath.c z->digits = vbuf;
digits 2725 source4/heimdal/lib/hcrypto/imath/imath.c if(MP_USED(z) == 1 && z->digits[0] == 0)
digits 2741 source4/heimdal/lib/hcrypto/imath/imath.c z->digits[start - 1] &= mask;
digits 2926 source4/heimdal/lib/hcrypto/imath/imath.c mp_digit d = b->digits[MP_USED(b) - 1];
digits 3106 source4/heimdal/lib/hcrypto/imath/imath.c ua = MP_USED(a); ub = MP_USED(b); btop = b->digits[ub - 1];
digits 3111 source4/heimdal/lib/hcrypto/imath/imath.c r.digits = da + ua - 1; /* The contents of r are shared with a */
digits 3115 source4/heimdal/lib/hcrypto/imath/imath.c ZERO(t.digits, t.alloc);
digits 3118 source4/heimdal/lib/hcrypto/imath/imath.c while(r.digits >= da) {
digits 3122 source4/heimdal/lib/hcrypto/imath/imath.c r.digits -= 1;
digits 3126 source4/heimdal/lib/hcrypto/imath/imath.c q.digits[qpos++] = 0;
digits 3131 source4/heimdal/lib/hcrypto/imath/imath.c mp_word pfx = r.digits[r.used - 1];
digits 3137 source4/heimdal/lib/hcrypto/imath/imath.c pfx |= r.digits[r.used - 2];
digits 3148 source4/heimdal/lib/hcrypto/imath/imath.c s_dbmul(MP_DIGITS(b), (mp_digit) qdigit, t.digits, ub);
digits 3155 source4/heimdal/lib/hcrypto/imath/imath.c s_usub(r.digits, t.digits, r.digits, r.used, t.used);
digits 3158 source4/heimdal/lib/hcrypto/imath/imath.c q.digits[qpos++] = (mp_digit) qdigit;
digits 3159 source4/heimdal/lib/hcrypto/imath/imath.c ZERO(t.digits, t.used);
digits 3166 source4/heimdal/lib/hcrypto/imath/imath.c REV(mp_digit, q.digits, qpos);
digits 3331 source4/heimdal/lib/hcrypto/imath/imath.c fprintf(stderr, "%0*X", (int)(MP_DIGIT_BIT / 4), z->digits[i]);
digits 54 source4/heimdal/lib/hcrypto/imath/imath.h mp_digit *digits;
digits 60 source4/heimdal/lib/hcrypto/imath/imath.h #define MP_DIGITS(Z) ((Z)->digits)
digits 111 source4/heimdal/lib/hcrypto/imath/imath.h #define mp_int_is_odd(Z) ((Z)->digits[0] & 1)
digits 112 source4/heimdal/lib/hcrypto/imath/imath.h #define mp_int_is_even(Z) !((Z)->digits[0] & 1)
digits 48 source4/heimdal/lib/roken/inet_ntop.c const char digits[] = "0123456789";
digits 63 source4/heimdal/lib/roken/inet_ntop.c *dst++ = digits[n / 100];
digits 68 source4/heimdal/lib/roken/inet_ntop.c *dst++ = digits[n / 10];
digits 72 source4/heimdal/lib/roken/inet_ntop.c *dst++ = digits[n];