Home | History | Annotate | Download | only in reflect

Lines Matching refs:shift

124     int shift = 0; 
134 assert(shift < 32);
137 result |= (val & 0x7f) << shift;
138 shift += 7;