Searched refs:I2U (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd7.c34 #define I2U(indx) (p->Indx2Units[indx]) macro
167 unsigned i, nu = I2U(oldIndx) - I2U(newIndx);
168 ptr = (Byte *)ptr + U2B(I2U(newIndx));
169 if (I2U(i = U2I(nu)) != nu)
171 unsigned k = I2U(--i);
194 UInt16 nu = I2U(i);
239 if (I2U(i = U2I(nu)) != nu)
241 unsigned k = I2U(--i);
264 UInt32 numBytes = U2B(I2U(ind
[all...]
H A Darchive_ppmd8.c19 #define I2U(indx) (p->Indx2Units[indx]) macro
121 ((CPpmd8_Node *)node)->NU = I2U(indx);
136 unsigned i, nu = I2U(oldIndx) - I2U(newIndx);
137 ptr = (Byte *)ptr + U2B(I2U(newIndx));
138 if (I2U(i = U2I(nu)) != nu)
140 unsigned k = I2U(--i);
195 if (I2U(i = U2I(nu)) != nu)
197 unsigned k = I2U(--i);
219 UInt32 numBytes = U2B(I2U(ind
[all...]

Completed in 106 milliseconds