Lines Matching defs:stop
7539 const char *stop = srcPtr + src_size;
7542 if (srcPtr < stop)
7547 if (srcPtr < stop)
7560 unsigned char *stop = &tmpBuf.at(0) + src_size;
7563 while (t < stop) {
7632 unsigned char *stop = &tmpBuf.at(0) + (*uncompressed_size);
7634 while (t < stop) {
7647 char *stop = s + (*uncompressed_size);
7650 if (s < stop)
7655 if (s < stop)
7804 const char *stop = srcPtr + src_size;
7807 if (srcPtr < stop)
7812 if (srcPtr < stop)
7825 unsigned char *stop = &tmpBuf.at(0) + src_size;
7828 while (t < stop) {
7885 unsigned char *stop = &tmpBuf.at(0) + uncompressed_size;
7887 while (t < stop) {
7900 char *stop = s + uncompressed_size;
7903 if (s < stop)
7908 if (s < stop)