Lines Matching defs:ptr
27 #define REF(ptr) Ppmd_GetRef(p, ptr)
29 #define STATS_REF(ptr) ((CPpmd_State_Ref)REF(ptr))
137 static void Ppmd7_SplitBlock(CPpmd7 *p, void *ptr, unsigned oldIndx, unsigned newIndx)
140 ptr = (Byte *)ptr + U2B(I2U(newIndx));
144 Ppmd7_InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1);
146 Ppmd7_InsertNode(p, ptr, i);
318 void *ptr = Ppmd7_RemoveNode(p, i1);
319 MEM_12_CPY(ptr, oldPtr, newNU)
321 return ptr;
718 void *ptr = Ppmd7_AllocUnits(p, i + 1);
720 if (!ptr)
726 MEM_12_CPY(ptr, oldPtr, oldNU)
728 c->Union4.Stats = STATS_REF(ptr);
902 void *ptr = Ppmd7_RemoveNode(p, i1);
903 p->MinContext->Union4.Stats = STATS_REF(ptr);
904 MEM_12_CPY(ptr, (const void *)stats, n1)