base64
static const char base64[] =
psenc->ch[psenc->chlen++] = base64[i];
psenc->ch[psenc->chlen++] = base64[i];
psenc->ch[psenc->chlen++] = base64[pos];
FILL(base64, (s - base64) + 1);
static const char base64[] =
*e++ = base64[(c[0] >> 2) & 0x3f];
*e++ = base64[((c[0] << 4) & 0x30) | ((c[1] >> 4) & 0x0f)];
*e++ = base64[((c[1] << 2) & 0x3c) | ((c[2] >> 6) & 0x03)];
*e++ = base64[(c[2]) & 0x3f];
*e++ = base64[(c[0] >> 2) & 0x3f];
*e++ = base64[((c[0] << 4) & 0x30) |
*e++ = (i > 1) ? base64[(c[1] << 2) & 0x3c] : termchar;
bits: base64 { $$ = bits_decode_d($1); }
base64: stringlit
| base64 stringlit { $$ = string_add_d($1, $2); }
%type <string> stringlit base64 intstr tokstr
static const char base64[] =
dst[0] = base64[(t >> 18) & 0x3f];
dst[1] = base64[(t >> 12) & 0x3f];
dst[2] = base64[(t >> 6) & 0x3f];
dst[3] = base64[(t >> 0) & 0x3f];
dst[0] = base64[(t >> 18) & 0x3f];
dst[1] = base64[(t >> 12) & 0x3f];
dst[2] = base64[(t >> 6) & 0x3f];
dst[0] = base64[(t >> 18) & 0x3f];
dst[1] = base64[(t >> 12) & 0x3f];
pcireg_t base, base64, mask, mask64;
base64 = pci_conf_read(pb->pc, tag, br + 4);
pci_conf_write(pb->pc, tag, br + 4, base64);
(((uint64_t)base64) << 32) | base);
warnx("%s: no \"%s\" line", inputname, base64 ?
base64 = 1;
base64 ? "begin-base64" : "begin");
base64 ? "begin-base64" : "begin");
if (base64)
static int base64;
base64 = 1;
if (base64) {
int base64, ch, mode;
base64 = 0;
base64 = 1;
printf("%s\n", base64(key));
printf("%s\n", base64(key));
printf("%s\n", base64(pubkey));