Searched refs:digs (Results 26 - 38 of 38) sorted by relevance

12

/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Dihex.c719 static const char digs[] = "0123456789ABCDEF"; local
727 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf])
H A Dsrec.c113 static const char digs[] = "0123456789ABCDEF"; variable
118 d[1] = digs[(x) & 0xf]; \
119 d[0] = digs[((x)>>4)&0xf]; \
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/srp/
H A Dsrp_vfy.c533 unsigned char digs[SHA_DIGEST_LENGTH]; local
563 || !EVP_DigestFinal_ex(ctxt, digs, NULL))
568 BN_bin2bn(digs, SHA_DIGEST_LENGTH, NULL),
/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Dihex.c719 static const char digs[] = "0123456789ABCDEF"; local
727 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf])
H A Dsrec.c113 static const char digs[] = "0123456789ABCDEF"; variable
118 d[1] = digs[(x) & 0xf]; \
119 d[0] = digs[((x)>>4)&0xf]; \
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Dihex.c719 static const char digs[] = "0123456789ABCDEF"; local
727 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf])
H A Dsrec.c113 static const char digs[] = "0123456789ABCDEF"; variable
118 d[1] = digs[(x) & 0xf]; \
119 d[0] = digs[((x)>>4)&0xf]; \
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/srp/
H A Dsrp_vfy.c553 unsigned char digs[SHA_DIGEST_LENGTH]; local
587 || !EVP_DigestFinal_ex(ctxt, digs, NULL))
594 BN_bin2bn(digs, SHA_DIGEST_LENGTH, NULL),
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Dihex.c719 static const char digs[] = "0123456789ABCDEF"; local
727 ((buf)[0] = digs[((v) >> 4) & 0xf], (buf)[1] = digs[(v) & 0xf])
H A Dsrec.c113 static const char digs[] = "0123456789ABCDEF"; variable
118 d[1] = digs[(x) & 0xf]; \
119 d[0] = digs[((x)>>4)&0xf]; \
/netbsd-current/usr.bin/pr/
H A Dpr.c114 static const char digs[] = "0123456789"; /* page number translation map */ variable
1439 *--pt = digs[line % 10];
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/
H A Dconfigure30483 char digs[] = "0123456789";
30484 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/
H A Dconfigure32851 char digs[] = "0123456789";
32852 int xlcbug = 1 / (&(digs + 5)[-2 + (bool) 1] == &digs[4] ? 1 : -1);
[all...]

Completed in 491 milliseconds

12