Searched refs:digs (Results 1 – 11 of 11) sorted by relevance
139 from_oct(const char *where, size_t digs) in from_oct() argument143 if (digs == 0) in from_oct()148 if (digs-- == 0) in from_oct()152 while (digs > 0 && isodigit(*where)) { /* Scan til non-octal */ in from_oct()154 digs--; in from_oct()157 if (digs > 0 && *where && !isspace((unsigned char)*where)) in from_oct()
518 int digs = a->used + b->used + 1; in mp_mul() local520 if ((digs < MP_WARRAY) && in mp_mul()2351 if (((digs) < MP_WARRAY) && in s_mp_mul_digs()2361 t.used = digs; in s_mp_mul_digs()2370 pb = MIN (b->used, digs - ix); in s_mp_mul_digs()2396 if (ix + iy < digs) { in s_mp_mul_digs()2433 if (c->alloc < digs) { in fast_s_mp_mul_digs()2440 pa = MIN(digs, a->used + b->used); in fast_s_mp_mul_digs()2625 tmpt = &(t.dp[digs]); in s_mp_mul_high_digs()2628 tmpy = b->dp + (digs - ix); in s_mp_mul_high_digs()[all …]
85 static const char digs[] = "0123456789ABCDEF"; variable94 (d)[1] = digs[(x) & 0xf]; \95 (d)[0] = digs[((x)>>4)&0xf];683 *p++ = digs[(value >> shift) & 0xf]; in writevalue()717 *p++ = digs[len]; in writesym()
718 static const char digs[] = "0123456789ABCDEF"; in ihex_write_record() local726 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf]) in ihex_write_record()
113 static const char digs[] = "0123456789ABCDEF"; variable118 d[1] = digs[(x) & 0xf]; \119 d[0] = digs[((x)>>4)&0xf]; \
4121 * tekhex.c (digs): Ditto.
533 unsigned char digs[SHA_DIGEST_LENGTH]; in SRP_VBASE_get1_by_user() local563 || !EVP_DigestFinal_ex(ctxt, digs, NULL)) in SRP_VBASE_get1_by_user()568 BN_bin2bn(digs, SHA_DIGEST_LENGTH, NULL), in SRP_VBASE_get1_by_user()
1062 static CONST char digs[] = "0123456789ABCDEF"; in stickbyte() local1064 where[0] = digs[(what >> 4) & 0xf]; in stickbyte()1065 where[1] = digs[(what & 0xf) & 0xf]; in stickbyte()
116 static char digs[] = "0123456789"; /* page number translation map */ variable1435 *--pt = digs[line % 10]; in addnum()
74 - digs through your kernel (need to check #define VMUNIX in fils.c)
53654 digs