Lines Matching defs:start
65 u64 start, end;
87 * match the table start and end points
89 start = table_start + sizeof(*id_table);
92 if (len != (end - start))
95 table = squashfs_read_table(sb, start, len);
109 start = le64_to_cpu(table[n]);
112 if (start >= end || (end - start) >
119 start = le64_to_cpu(table[indexes - 1]);
120 if (start >= table_start || (table_start - start) >