Home | History | Annotate | Download | only in bldcsndfa

Lines Matching defs:bp

296         const byte * bp;
311 bp = bytes;
315 i = (bp[0] << 16) | (bp[1] << 8) | bp[2];
320 bp += 3;
326 *cp++ = 0x21 + ((*bp >> 2) & 0x3F);
327 *cp++ = 0x21 + ((*bp << 4) & 0x3F);
331 i = (bp[0] << 8) | bp[1];