Lines Matching defs:limit
22 #define limit x2
47 cbz limit, L(ret0)
55 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
76 /* Not reached the limit, must have found the end or a diff. */
80 ands limit, limit, #7
83 lsl limit, limit, #3 /* Bits -> bytes. */
86 lsr mask, mask, limit
88 lsl mask, mask, limit
153 We also need to adjust the limit calculations, but without
154 overflowing if the limit is near ULONG_MAX. */
161 sub limit_wd, limit, #1 /* limit != 0, so no underflow. */
171 /* Adjust the limit. Only low 3 bits used, so overflow irrelevant. */
172 add limit, limit, count
182 cmp limit, #16
189 subs limit, limit, #1
199 lsr limit_wd, limit, #3
204 sub limit, limit, count
205 lsr limit_wd, limit, #3
240 /* We found a difference or a NULL before the limit was reached. */
241 and limit, limit, #7
242 cbz limit, L(not_limit)
246 ldr data1, [src1, limit]
247 ldr data2, [src2, limit]