Searched refs:NU (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_ppmd8.c53 UInt32 NU; member in struct:CPpmd8_Node_
121 ((CPpmd8_Node *)node)->NU = I2U(indx);
168 if (node->NU != 0)
173 while ((node2 = node + node->NU)->Stamp == EMPTY_NODE)
175 node->NU += node2->NU;
176 node2->NU = 0;
190 nu = node->NU;
309 for (; node->Stamp == EMPTY_NODE; node += node->NU)
312 count[U2I(node->NU)]
[all...]
H A Darchive_ppmd7.c67 UInt16 NU; member in struct:CPpmd7_Node_
204 node->NU = (UInt16)nu;
217 UInt32 nu = (UInt32)node->NU;
221 nu += node2->NU;
226 node->NU = (UInt16)nu;
237 for (nu = node->NU; nu > 128; nu -= 128, node += 128)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DRDFRegisters.cpp48 for (uint32_t U = 0, NU = TRI.getNumRegUnits(); U != NU; ++U) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp982 NarrowIVDefUse(Instruction *ND, Instruction *NU, Instruction *WD, argument
984 : NarrowDef(ND), NarrowUse(NU), WideDef(WD),
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp2088 for (const auto &NU : CUMap) {
2089 DwarfCompileUnit *TheU = NU.second;

Completed in 120 milliseconds