b3               1019 src/dps8/dps8_mgp.c       int b3 = getbits36_9 (buf[i], 27);
b3               1021 src/dps8/dps8_mgp.c                  i, lh, rh, b0, b1, b2, b3);
b3                966 src/dps8/dps8_net.c       int b3 = getbits36_9 (buf[i], 27);
b3                968 src/dps8/dps8_net.c                  i, lh, rh, b0, b1, b2, b3);
b3               1139 src/prt2pdf/prt2pdf.c       uint8_t b1 = (uint8_t)s [* idx + 1], b2 = (uint8_t)s [* idx + 2], b3 = (uint8_t)s [* idx + 3];
b3               1140 src/prt2pdf/prt2pdf.c       if ((b1 & 0xC0) != 0x80 || (b2 & 0xC0) != 0x80 || (b3 & 0xC0) != 0x80)
b3               1142 src/prt2pdf/prt2pdf.c       uint32_t c = ((b0 & 0x07) << 18) | ((b1 & 0x3F) << 12) | ((b2 & 0x3F) << 6) | (b3 & 0x3F);