Searched refs:pAddr (Results 1 – 1 of 1) sorted by relevance
74880 u8 *pAddr; local74900 for(pAddr=&data[cellOffset]; pAddr<pEnd; pAddr+=2){74901 pc = get2byte(pAddr);74902 if( pc<iFree ){ put2byte(pAddr, pc+sz); }74903 else if( pc<iFree2 ){ put2byte(pAddr, pc+sz2); }74918 u8 *pAddr; /* The i-th cell pointer */ local74919 pAddr = &data[cellOffset + i*2];74920 pc = get2byte(pAddr);74938 put2byte(pAddr, cbrk);