Lines Matching defs:limit
184 int32_t limit = length + 1;
189 array[limit++] = (uint16_t)(0x8000 | oldLength);
192 array[limit++] = (uint16_t)(0x8000 | (oldLength >> 15));
193 array[limit++] = (uint16_t)(0x8000 | oldLength);
199 array[limit++] = (uint16_t)(0x8000 | newLength);
202 array[limit++] = (uint16_t)(0x8000 | (newLength >> 15));
203 array[limit++] = (uint16_t)(0x8000 | newLength);
206 length = limit;
450 // Forward iteration: Update the string indexes to the limit of the current span,
555 // Set the string indexes to the span limit and