Searched refs:pStop (Results 1 – 1 of 1) sorted by relevance
7647 u8 *pStop; in balance_quick() local7696 pStop = &pCell[9]; in balance_quick()7697 while( (*(pCell++)&0x80) && pCell<pStop ); in balance_quick()7698 pStop = &pCell[9]; in balance_quick()7699 while( ((*(pOut++) = *(pCell++))&0x80) && pCell<pStop ); in balance_quick()