Home | History | Annotate | Download | only in dist

Lines Matching refs:pStop

43256     u8 *pStop;
43293 pStop = &pCell[9];
43294 while( (*(pCell++)&0x80) && pCell<pStop );
43295 pStop = &pCell[9];
43296 while( ((*(pOut++) = *(pCell++))&0x80) && pCell<pStop );