Home
last modified time | relevance | path

Searched refs:NF (Results 1 – 25 of 218) sorted by relevance

123456789

/freebsd/contrib/ntp/scripts/stats/
H A Dclock.awk24 if (NF >= 4 && $3 == "127.127.3.1") {
49 if (NF >= 4 && $3 == "127.127.11.1") {
50 if (NF > 8) {
69 } else if (NF == 8) {
86 if (NF >= 4 && $3 == "127.127.4.1") {
87 if ($4 == "SIGNAL" || NF > 7)
108 if (NF >= 4 && $3 == "127.127.6.0") {
118 else if (NF >= 13 && $6 == "ENSEMBLE") {
139 else if (NF >= 7 && $6 == "TDATA") {
141 for (i = 7; i < NF; i++) {
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dtt.big2 { print NR, NF, $0 }
8 { for (i = NF; i > 0; i--)
16 for (i = NF; i > 0; i--)
27 NF % 2 == 0
35 { for (i = 1; i <= NF; i++)
37 for (i = 1; i <= NF; i++)
40 { for (i = 1; i <= NF; i++)
42 for (i = 1; i <= NF; i++)
H A Dt.delete01 NF > 0 {
3 if (n != NF)
4 printf("split screwed up %d %d\n", n, NF)
9 if (k != NF-1)
10 printf "delete miscount %d elems should be %d at line %d\n", k, NF-1, NR
H A Dt.NF1 { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }
H A DT.misc271 $NF==3 {first=1}
272 $NF==2 && first==0 && (abs($1-o1)>120||abs($2-o2)>120) {print $0}
273 $NF==2 {o1=%1; o2=$2; first=0}
496 $awk 'END { print NF, $0 }' foo0 >foo1
497 awk '{ print NF, $0 }' foo0| tail -1 >foo2
501 $awk 'END { print NF, $0 }' foo0 >foo1
502 awk '{ print NF, $0 }' foo0| tail -1 >foo2
506 $awk 'END { print NF, $0 }' foo0 >foo1
507 awk '{ print NF, $0 }' foo0| tail -1 >foo2
H A Dchem.awk51 $1 == "textht" { textht = $NF; next }
52 $1 == "cwid" { cwid = $NF; next }
53 $1 == "db" { db = $NF; next }
54 $1 == "size" { if ($NF <= 4) size = $NF; else size = $NF/10
159 printf("\" %s\" ljust at last [].se\n", fields(4,NF))
213 for (cf = 2; cf <= NF; ) {
225 cf = NF+1
466 for (i = n; i < NF; i++)
468 $NF = ""
469 NF--
H A DT.main15 $awk -F:: '{print NF}' foo >foo1
20 $awk -F :: '{print NF}' foo >foo1
25 $awk -F t '{print NF}' foo >foo1
30 $awk -F tab '{print NF}' foo >foo1
H A Dt.roff1 NF > 0 {
2 for (i = 1; i <= NF; i++) {
15 NF == 0 {
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPreloadKernelArguments.cpp132 Function *NF = in cloneFunctionWithPreloadImplicitArgs() local
135 NF->copyAttributesFrom(&F); in cloneFunctionWithPreloadImplicitArgs()
136 NF->copyMetadata(&F, 0); in cloneFunctionWithPreloadImplicitArgs()
138 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in cloneFunctionWithPreloadImplicitArgs()
139 NF->takeName(&F); in cloneFunctionWithPreloadImplicitArgs()
140 NF->splice(NF->begin(), &F); in cloneFunctionWithPreloadImplicitArgs()
142 Function::arg_iterator NFArg = NF->arg_begin(); in cloneFunctionWithPreloadImplicitArgs()
152 AttributeList AL = NF->getAttributes(); in cloneFunctionWithPreloadImplicitArgs()
158 NF->setAttributes(AL); in cloneFunctionWithPreloadImplicitArgs()
159 F.replaceAllUsesWith(NF); in cloneFunctionWithPreloadImplicitArgs()
[all …]
/freebsd/contrib/one-true-awk/bugs-fixed/
H A Ddecr-NF.awk3 print NF
5 NF--
7 print NF
8 NF++
10 print NF
/freebsd/sys/dev/videomode/
H A Ddevlist2h.awk61 NF > 0 && $1 == "vendor" {
72 while (f <= NF) {
86 if (f < NF)
98 NF > 0 && $1 == "product" {
110 if (f <= NF) {
114 while (f <= NF) {
123 if (f < NF)
130 if (f < NF)
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DRISCVVEmitter.cpp60 unsigned NF; member
163 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM() argument
164 assert(2 <= NF && NF <= 8 && "2 <= NF <= 8"); in getTupleVTM()
166 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM()
457 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
460 PrototypeDescriptor(BaseTypeModifier::Vector, getTupleVTM(NF), in createHeader()
464 PrototypeDescriptor(BaseTypeModifier::Vector, getTupleVTM(NF), in createHeader()
480 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
483 PrototypeDescriptor(BaseTypeModifier::Vector, getTupleVTM(NF), in createHeader()
651 unsigned NF = R->getValueAsInt("NF"); in createRVVIntrinsics() local
[all …]
/freebsd/contrib/tcpdump/
H A Dmakemib86 NF > 1 && index($2,".")>0 && FILENAME ~ /\.defs/ {
109 if (NF == 8)
111 if (NF == 4)
115 $1 == "{" && holddesc != "none" && NF == 4 {
122 $2$3 == "OBJECTIDENTIFIER" && $1 != "SYNTAX" && NF == 3 {
130 NF == 1 && $1 ~ "[a-z][a-z]*[A-Z]" && $1 !~ /[(){}.,]/ && holddesc == "none" {
148 $1 == "::=" && holddesc != "none" && NF == 5 {
/freebsd/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp115 if (IsTuple && (NF == 1 || NF > 8)) in verifyType()
117 if (IsTuple && (1 << std::max(0, LMUL.Log2LMUL)) * NF > 8) in verifyType()
225 BuiltinStr = "T" + utostr(NF) + BuiltinStr; in initBuiltinStr()
253 (IsTuple ? "x" + utostr(NF) : "") + "_t"; in initClangBuiltinStr()
266 (IsTuple ? "x" + utostr(NF) : "") + "_t") in initTypeStr()
355 ShortStr += "x" + utostr(NF); in initShortStr()
358 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM() argument
359 assert(2 <= NF && NF <= 8 && "2 <= NF <= 8"); in getTupleVTM()
361 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM()
619 unsigned NF = 0; in parsePrototypeDescriptor() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp168 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deleteDeadVarargs() local
169 NF->copyAttributesFrom(&F); in deleteDeadVarargs()
170 NF->setComdat(F.getComdat()); in deleteDeadVarargs()
171 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs()
172 NF->takeName(&F); in deleteDeadVarargs()
201 NewCB = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in deleteDeadVarargs()
204 NewCB = CallInst::Create(NF, Args, OpBundles, "", CB->getIterator()); in deleteDeadVarargs()
227 NF->splice(NF->begin(), &F); in deleteDeadVarargs()
233 I2 = NF->arg_begin(); in deleteDeadVarargs()
244 NF->addMetadata(KindID, *Node); in deleteDeadVarargs()
[all …]
H A DExpandVariadics.cpp172 Function *NF);
489 Function *NF = Function::Create(FTy, F.getLinkage(), F.getAddressSpace()); in replaceAllUsesWithNewDeclaration() local
491 NF->setName(F.getName() + ".varargs"); in replaceAllUsesWithNewDeclaration()
493 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in replaceAllUsesWithNewDeclaration()
496 AttributeList Attrs = NF->getAttributes(); in replaceAllUsesWithNewDeclaration()
498 NF->setAttributes(Attrs); in replaceAllUsesWithNewDeclaration()
500 OriginalFunction->replaceAllUsesWith(NF); in replaceAllUsesWithNewDeclaration()
501 return NF; in replaceAllUsesWithNewDeclaration()
526 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deriveFixedArityReplacement() local
529 NF->copyAttributesFrom(&F); in deriveFixedArityReplacement()
[all …]
H A DArgumentPromotion.cpp178 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(), in doPromotion() local
180 NF->copyAttributesFrom(F); in doPromotion()
181 NF->copyMetadata(F, 0); in doPromotion()
188 LLVM_DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n" in doPromotion()
199 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
203 if (auto AllocSize = NF->getAttributes().getFnAttrs().getAllocSizeArgs()) { in doPromotion()
211 NF->addFnAttr(Attribute::getWithAllocSizeArgs(F->getContext(), Arg1, Arg2)); in doPromotion()
214 AttributeFuncs::updateMinLegalVectorWidthAttr(*NF, LargestVectorWidth); in doPromotion()
217 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
218 NF->takeName(F); in doPromotion()
[all …]
/freebsd/sys/tools/
H A Dsdiodevs2h.awk64 if (f <= NF) {
69 while (f <= NF) {
80 if (f < NF && hfile)
88 if (f < NF && hfile)
116 if (f <= NF) {
121 while (f <= NF) {
132 if (f < NF && hfile)
140 if (f < NF && hfile)
H A Dusbdevs2h.awk64 if (f <= NF) {
69 while (f <= NF) {
80 if (f < NF && hfile)
88 if (f < NF && hfile)
116 if (f <= NF) {
121 while (f <= NF) {
132 if (f < NF && hfile)
140 if (f < NF && hfile)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td109 def 8r_NF : MulDivOpR<o, RegMRM, m, Xi8, WriteIMul8, []>, NF;
111 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, WriteIMul16, []>, NF, PD;
113 def 32r_NF : MulDivOpR<o, RegMRM, m, Xi32, WriteIMul32, []>, NF;
115 def 64r_NF : MulDivOpR<o, RegMRM, m, Xi64, WriteIMul64, []>, NF;
117 def 8m_NF : MulDivOpM<o, MemMRM, m, Xi8, WriteIMul8, []>, NF;
119 def 16m_NF : MulDivOpM<o, MemMRM, m, Xi16, WriteIMul16, []>, NF, PD;
121 def 32m_NF : MulDivOpM<o, MemMRM, m, Xi32, WriteIMul32, []>, NF;
123 def 64m_NF : MulDivOpM<o, MemMRM, m, Xi64, WriteIMul64, []>, NF;
171 def 8r_NF : MulDivOpR<o, RegMRM, m, Xi8, sched8, []>, NF;
173 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, sched16, []>, NF, PD;
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAArch64ACLETypes.def28 // - (Name, MangledName, Id, SingletonId, NumEls, ElBits, NF, IsSigned)
32 // - (Name, MangledName, Id, SingletonId, NumEls, ElBits, NF)
36 // - (Name, MangledName, Id, SingletonId, NumEls, NF)
55 // - NF enumerates the number of vectors whereby 1 implies a single vector,
56 // with other values implying a struct of NF "NumEls x NumEls" vectors.
85 #define SVE_VECTOR_TYPE_DETAILS(Name, MangledName, Id, SingletonId, NumEls, ElBits, NF, IsSigned, I…
90 #define SVE_VECTOR_TYPE_BFLOAT(Name, MangledName, Id, SingletonId, NumEls, ElBits, NF) \
91 …SVE_VECTOR_TYPE_DETAILS(Name, MangledName, Id, SingletonId, NumEls, ElBits, NF, false, false, true)
95 #define SVE_VECTOR_TYPE_MFLOAT(Name, MangledName, Id, SingletonId, NumEls, ElBits, NF) \
96 …SVE_VECTOR_TYPE_DETAILS(Name, MangledName, Id, SingletonId, NumEls, ElBits, NF, false, false, fals…
[all …]
/freebsd/contrib/netbsd-tests/usr.bin/awk/
H A Dd_assign_NF.awk4 NF = 2
8 NF = 3
12 NF = 4
/freebsd/contrib/libxo/tests/xo/
H A Dxo_02.sh50 NF=
52 ${XOP} --depth 1 $NF --open-instance machine
55 NF=--not-first
57 ${XOP} $NF --close-list machine
H A Dxo_01.sh18 NF=
21 ${XOP} ${NF} --wrap item \
24 NF=--not-first
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h43 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ argument
184 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in isOverloaded() argument
267 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getVectorElementType() argument
281 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getVectorMinNumElements() argument
311 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getSizeInBits() argument
434 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getFloatingPointVT() argument
444 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getIntegerVT() argument
474 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, Tup, NF, nElem, EltTy) \ in getRISCVVectorTupleVT() argument
475 if (Tup && sz == Sz && NF == NFields) \ in getRISCVVectorTupleVT()
488 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, Tup, NF, NElem, EltTy) \ in getRISCVVectorTupleNumFields() argument
[all …]

123456789