Lines Matching defs:shift
89 int *n_datum, int is_big, int shift)
100 temp = *lbuf >> shift & 0x3FF;
107 int *n_datum, int is_big, int shift)
116 *lbuf = *lbuf << 10 | *lbuf >> shift & 0x3FFFFF;
640 int shift = elements > 1 ? packing == 1 ? 22 : 20 : packing == 1 ? 2 : 0;
644 &n_datum, endian, shift);
647 &n_datum, endian, shift);
650 &n_datum, endian, shift);
653 &n_datum, endian, shift);
657 &n_datum, endian, shift);
671 int shift = packing == 1 ? 4 : 0;
675 *dst[2]++ = read16(&buf, endian) >> shift & 0xFFF;
676 *dst[0]++ = read16(&buf, endian) >> shift & 0xFFF;
678 *dst[1]++ = read16(&buf, endian) >> shift & 0xFFF;
680 *dst[3]++ = read16(&buf, endian) >> shift & 0xFFF;