Lines Matching refs:nu
17 #define U2B(nu) ((UInt32)(nu) * UNIT_SIZE) argument
18 #define U2I(nu) (p->Units2Indx[(size_t)(nu) - 1]) argument
137 unsigned i, nu = I2U(oldIndx) - I2U(newIndx); in SplitBlock() local
139 if (I2U(i = U2I(nu)) != nu) in SplitBlock()
142 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock()
164 UInt16 nu = I2U(i); in GlueFreeBlocks() local
174 node->NU = (UInt16)nu; in GlueFreeBlocks()
187 UInt32 nu = (UInt32)node->NU; in GlueFreeBlocks() local
190 CPpmd7_Node *node2 = NODE(n) + nu; in GlueFreeBlocks()
191 nu += node2->NU; in GlueFreeBlocks()
192 if (node2->Stamp != 0 || nu >= 0x10000) in GlueFreeBlocks()
196 node->NU = (UInt16)nu; in GlueFreeBlocks()
205 unsigned nu; in GlueFreeBlocks() local
207 for (nu = node->NU; nu > 128; nu -= 128, node += 128) in GlueFreeBlocks()
209 if (I2U(i = U2I(nu)) != nu) in GlueFreeBlocks()
212 InsertNode(p, node + k, nu - k - 1); in GlueFreeBlocks()