Home | History | Annotate | Download | only in common

Lines Matching refs:limit

121     int32_t limit=count;
123 * Remember the shared prefix between s, start and limit,
125 * The shared prefix should get longer as we narrow the [start, limit[ range.
134 * both the start and limit indexes have moved.
135 * At the same time, we find if s is one of the start and (limit-1) names,
142 --limit;
143 if(0==strcmpAfterPrefix(s, names+toc[limit].nameOffset, &limitPrefixLength)) {
144 return limit;
146 while(start<limit) {
147 int32_t i=(start+limit)/2;
151 limit=i;
166 int32_t limit=count;
168 * Remember the shared prefix between s, start and limit,
170 * The shared prefix should get longer as we narrow the [start, limit[ range.
179 * both the start and limit indexes have moved.
180 * At the same time, we find if s is one of the start and (limit-1) names,
187 --limit;
188 if(0==strcmpAfterPrefix(s, toc[limit].entryName, &limitPrefixLength)) {
189 return limit;
191 while(start<limit) {
192 int32_t i=(start+limit)/2;
196 limit=i;
368 * Sub-items should not be swapped to limit the swapping to the parts of the