Home
last modified time | relevance | path

Searched refs:NF (Results 1 – 25 of 204) 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/clang/utils/TableGen/
H A DRISCVVEmitter.cpp61 unsigned NF; member
164 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM() argument
165 assert(2 <= NF && NF <= 8 && "2 <= NF <= 8"); in getTupleVTM()
167 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM()
372 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
375 PrototypeDescriptor(BaseTypeModifier::Vector, getTupleVTM(NF), in createHeader()
379 PrototypeDescriptor(BaseTypeModifier::Vector, getTupleVTM(NF), in createHeader()
395 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local
398 PrototypeDescriptor(BaseTypeModifier::Vector, getTupleVTM(NF), in createHeader()
530 unsigned NF = R->getValueAsInt("NF"); in createRVVIntrinsics() local
[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/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp118 if (IsTuple && (NF == 1 || NF > 8)) in verifyType()
120 if (IsTuple && (1 << std::max(0, LMUL.Log2LMUL)) * NF > 8) in verifyType()
228 BuiltinStr = "T" + utostr(NF) + BuiltinStr; in initBuiltinStr()
256 (IsTuple ? "x" + utostr(NF) : "") + "_t"; in initClangBuiltinStr()
269 (IsTuple ? "x" + utostr(NF) : "") + "_t") in initTypeStr()
358 ShortStr += "x" + utostr(NF); in initShortStr()
361 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM() argument
362 assert(2 <= NF && NF <= 8 && "2 <= NF <= 8"); in getTupleVTM()
364 static_cast<uint8_t>(VectorTypeModifier::Tuple2) + (NF - 2)); in getTupleVTM()
622 unsigned NF = 0; in parsePrototypeDescriptor() local
[all …]
/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/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/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp172 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deleteDeadVarargs() local
173 NF->copyAttributesFrom(&F); in deleteDeadVarargs()
174 NF->setComdat(F.getComdat()); in deleteDeadVarargs()
175 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in deleteDeadVarargs()
176 NF->takeName(&F); in deleteDeadVarargs()
177 NF->IsNewDbgInfoFormat = F.IsNewDbgInfoFormat; in deleteDeadVarargs()
206 NewCB = InvokeInst::Create(NF, II->getNormalDest(), II->getUnwindDest(), in deleteDeadVarargs()
209 NewCB = CallInst::Create(NF, Args, OpBundles, "", CB->getIterator()); in deleteDeadVarargs()
232 NF->splice(NF->begin(), &F); in deleteDeadVarargs()
238 I2 = NF->arg_begin(); in deleteDeadVarargs()
[all …]
H A DExpandVariadics.cpp190 Function *NF);
507 Function *NF = Function::Create(FTy, F.getLinkage(), F.getAddressSpace()); in replaceAllUsesWithNewDeclaration() local
509 NF->setName(F.getName() + ".varargs"); in replaceAllUsesWithNewDeclaration()
510 NF->IsNewDbgInfoFormat = F.IsNewDbgInfoFormat; in replaceAllUsesWithNewDeclaration()
512 F.getParent()->getFunctionList().insert(F.getIterator(), NF); in replaceAllUsesWithNewDeclaration()
515 AttributeList Attrs = NF->getAttributes(); in replaceAllUsesWithNewDeclaration()
517 NF->setAttributes(Attrs); in replaceAllUsesWithNewDeclaration()
519 OriginalFunction->replaceAllUsesWith(NF); in replaceAllUsesWithNewDeclaration()
520 return NF; in replaceAllUsesWithNewDeclaration()
545 Function *NF = Function::Create(NFTy, F.getLinkage(), F.getAddressSpace()); in deriveFixedArityReplacement() local
[all …]
H A DArgumentPromotion.cpp161 Function *NF = Function::Create(NFTy, F->getLinkage(), F->getAddressSpace(), in doPromotion() local
163 NF->copyAttributesFrom(F); in doPromotion()
164 NF->copyMetadata(F, 0); in doPromotion()
165 NF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in doPromotion()
172 LLVM_DEBUG(dbgs() << "ARG PROMOTION: Promoting to:" << *NF << "\n" in doPromotion()
183 NF->setAttributes(AttributeList::get(F->getContext(), PAL.getFnAttrs(), in doPromotion()
187 if (auto AllocSize = NF->getAttributes().getFnAttrs().getAllocSizeArgs()) { in doPromotion()
195 NF->addFnAttr(Attribute::getWithAllocSizeArgs(F->getContext(), Arg1, Arg2)); in doPromotion()
198 AttributeFuncs::updateMinLegalVectorWidthAttr(*NF, LargestVectorWidth); in doPromotion()
201 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion()
[all …]
/freebsd/sys/tools/
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)
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 Dmiidevs2h.awk67 while (f <= NF) {
76 if (f < NF)
82 if (f < NF)
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrArithmetic.td95 def 8r_NF : MulDivOpR<o, RegMRM, m, Xi8, WriteIMul8, []>, NF;
97 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, WriteIMul16, []>, NF, PD;
99 def 32r_NF : MulDivOpR<o, RegMRM, m, Xi32, WriteIMul32, []>, NF;
101 def 64r_NF : MulDivOpR<o, RegMRM, m, Xi64, WriteIMul64, []>, NF;
103 def 8m_NF : MulDivOpM<o, MemMRM, m, Xi8, WriteIMul8, []>, NF;
105 def 16m_NF : MulDivOpM<o, MemMRM, m, Xi16, WriteIMul16, []>, NF, PD;
107 def 32m_NF : MulDivOpM<o, MemMRM, m, Xi32, WriteIMul32, []>, NF;
109 def 64m_NF : MulDivOpM<o, MemMRM, m, Xi64, WriteIMul64, []>, NF;
157 def 8r_NF : MulDivOpR<o, RegMRM, m, Xi8, sched8, []>, NF;
159 def 16r_NF : MulDivOpR<o, RegMRM, m, Xi16, sched16, []>, NF, PD;
[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/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h266 unsigned NF = 0; variable
324 assert(NF > 1 && NF <= 8 && "Only legal NF should be fetched"); in getNF()
325 return NF; in getNF()
366 computeTypes(BasicType BT, int Log2LMUL, unsigned NF,
401 unsigned NF = 1; variable
412 unsigned NF, Policy PolicyAttrs, bool HasFRMRoundModeOp);
434 unsigned getNF() const { return NF; } in getNF()
470 unsigned NF, PolicyScheme DefaultScheme,
548 uint8_t NF; member
/freebsd/sys/teken/
H A Dgensequences54 if (NF == 0 || $1 ~ /^#/)
57 if (NF != 3 && NF != 4)
58 die("Invalid line layout: " NF " columns");

123456789