Lines Matching refs:start
116 u32 start, end, i;
124 start = offset;
127 for (i = start; i < end; i += 4) {
878 static unsigned int calc_index(unsigned int offset, unsigned int start,
881 unsigned int range = next - start;
885 if (offset < start || offset > end)
887 offset -= start;
2842 u32 start, end, i;
2847 start = offset;
2850 for (i = start; i < end; i += 4) {