Home | History | Annotate | Download | only in codeflinger

Lines Matching refs:rot

865 static void normalize(uint32_t& val, uint32_t& rot)
867 rot = 0;
873 rot += 2;
874 if (rot == 32) {
875 rot = 0;
883 uint32_t rot;
897 normalize(mask, rot);
902 int shift = rot + bitpos;