Lines Matching full:nu
32 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) argument
33 #define U2I(nu) (p->Units2Indx[(nu) - 1]) argument
67 UInt16 NU; member
167 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); in SplitBlock() local
169 if (I2U(i = U2I(nu)) != nu) in SplitBlock()
172 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock()
194 UInt16 nu = I2U(i); in GlueFreeBlocks() local
204 node->NU = (UInt16)nu; in GlueFreeBlocks()
217 UInt32 nu = (UInt32)node->NU; in GlueFreeBlocks() local
220 CPpmd7_Node *node2 = NODE(n) + nu; in GlueFreeBlocks()
221 nu += node2->NU; in GlueFreeBlocks()
222 if (node2->Stamp != 0 || nu >= 0x10000) in GlueFreeBlocks()
226 node->NU = (UInt16)nu; in GlueFreeBlocks()
235 unsigned nu; in GlueFreeBlocks() local
237 for (nu = node->NU; nu > 128; nu -= 128, node += 128) in GlueFreeBlocks()
239 if (I2U(i = U2I(nu)) != nu) in GlueFreeBlocks()
242 InsertNode(p, node + k, nu - k - 1); in GlueFreeBlocks()