Home | History | Annotate | Download | only in main

Lines Matching defs:bits2

386    GLuint bits = 0, bits2 = 0;
470 bits2 |= enc << (2 * (j * 4 + i));
483 *blkaddr++ = bits2 & 0xff;
484 *blkaddr++ = ( bits2 >> 8) & 0xff;
485 *blkaddr++ = ( bits2 >> 16) & 0xff;
486 *blkaddr = bits2 >> 24;