Searched refs:pAddr (Results 1 – 1 of 1) sorted by relevance
73208 u8 *pAddr; local73228 for(pAddr=&data[cellOffset]; pAddr<pEnd; pAddr+=2){73229 pc = get2byte(pAddr);73230 if( pc<iFree ){ put2byte(pAddr, pc+sz); }73231 else if( pc<iFree2 ){ put2byte(pAddr, pc+sz2); }73246 u8 *pAddr; /* The i-th cell pointer */ local73247 pAddr = &data[cellOffset + i*2];73248 pc = get2byte(pAddr);73266 put2byte(pAddr, cbrk);