Lines Matching full:limit
26 #define limit x2 macro
48 cbz limit, L(ret0)
56 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
77 /* Not reached the limit, must have found the end or a diff. */
80 /* Limit % 8 == 0 => all bytes significant. */
81 ands limit, limit, #7
84 lsl limit, limit, #3 /* Bits -> bytes. */
87 lsr mask, mask, limit
89 lsl mask, mask, limit
154 We also need to adjust the limit calculations, but without
155 overflowing if the limit is near ULONG_MAX. */
162 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
172 /* Adjust the limit. Only low 3 bits used, so overflow irrelevant. */
173 add limit, limit, count
183 cmp limit, #16
190 subs limit, limit, #1
200 lsr limit_wd, limit, #3
205 sub limit, limit, count
206 lsr limit_wd, limit, #3
241 /* We found a difference or a NULL before the limit was reached. */
242 and limit, limit, #7
243 cbz limit, L(not_limit)
247 ldr data1, [src1, limit]
248 ldr data2, [src2, limit]