| /freebsd-14.2/contrib/ntp/scripts/stats/ |
| H A D | clock.awk | 24 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) 207 for (i = 6; i <= NF; i++) 230 for (i = 6; i <= NF; i++) 252 for (i = 6; i <= NF; i++) 288 else if (NF >= 5 && $5 == "UTC") { [all …]
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | tt.big | 2 { 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 D | t.delete0 | 1 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 D | t.NF | 1 { OFS = "|"; print NF; NF = 2; print NF; print; $5 = "five"; print NF; print }
|
| H A D | T.misc | 271 $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} 490 $awk 'END { print NF, $0 }' foo0 >foo1 491 awk '{ print NF, $0 }' foo0| tail -1 >foo2 495 $awk 'END { print NF, $0 }' foo0 >foo1 496 awk '{ print NF, $0 }' foo0| tail -1 >foo2 500 $awk 'END { print NF, $0 }' foo0 >foo1 501 awk '{ print NF, $0 }' foo0| tail -1 >foo2
|
| H A D | chem.awk | 51 $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 D | T.main | 15 $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 D | t.roff | 1 NF > 0 { 2 for (i = 1; i <= NF; i++) { 15 NF == 0 {
|
| /freebsd-14.2/contrib/one-true-awk/bugs-fixed/ |
| H A D | decr-NF.awk | 3 print NF 5 NF-- 7 print NF 8 NF++ 10 print NF
|
| /freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | RISCVVEmitter.cpp | 61 unsigned NF; member 162 static VectorTypeModifier getTupleVTM(unsigned NF) { in getTupleVTM() argument 163 assert(2 <= NF && NF <= 8 && "2 <= NF <= 8"); in getTupleVTM() 374 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local 397 for (int NF = 2; NF <= 8; ++NF) { in createHeader() local 532 unsigned NF = R->getValueAsInt("NF"); in createRVVIntrinsics() local 588 /*HasMaskedOffOperand=*/false, HasVL, NF, in createRVVIntrinsics() 597 NF, P, HasFRMRoundModeOp)); in createRVVIntrinsics() 616 NF, MaskedPolicyScheme, P, IsTuple); in createRVVIntrinsics() 680 SR.NF = NF; in createRVVIntrinsics() [all …]
|
| /freebsd-14.2/sys/dev/videomode/ |
| H A D | devlist2h.awk | 61 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-14.2/contrib/tcpdump/ |
| H A D | makemib | 86 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-14.2/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 118 if (IsTuple && (NF == 1 || NF > 8)) in verifyType() 362 assert(2 <= NF && NF <= 8 && "2 <= NF <= 8"); in getTupleVTM() 622 unsigned NF = 0; in parsePrototypeDescriptor() local 627 VTM = getTupleVTM(NF); in parsePrototypeDescriptor() 986 ManualCodegen(ManualCodegen.str()), NF(NF), PolicyAttrs(NewPolicyAttrs) { in RVVIntrinsic() 1014 I += NF; in RVVIntrinsic() 1050 if (NF == 1) { in computeBuiltinTypes() 1052 } else if (NF > 1) { in computeBuiltinTypes() 1067 NewPrototype.insert(NewPrototype.begin() + NF + 1, NF, MaskoffType); in computeBuiltinTypes() 1088 if (NF == 1) { in computeBuiltinTypes() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 173 NF->copyAttributesFrom(&F); in deleteDeadVarargs() 174 NF->setComdat(F.getComdat()); in deleteDeadVarargs() 176 NF->takeName(&F); in deleteDeadVarargs() 232 NF->splice(NF->begin(), &F); in deleteDeadVarargs() 252 F.replaceAllUsesWith(NF); in deleteDeadVarargs() 255 NF->removeDeadConstantUsers(); in deleteDeadVarargs() 874 NF->copyAttributesFrom(F); in removeDeadStuffFromFunction() 876 NF->setAttributes(NewPAL); in removeDeadStuffFromFunction() 880 NF->takeName(F); in removeDeadStuffFromFunction() 1015 NF->splice(NF->begin(), F); in removeDeadStuffFromFunction() [all …]
|
| H A D | ArgumentPromotion.cpp | 162 NF->copyAttributesFrom(F); in doPromotion() 163 NF->copyMetadata(F, 0); in doPromotion() 164 NF->setIsNewDbgInfoFormat(F->IsNewDbgInfoFormat); in doPromotion() 200 F->getParent()->getFunctionList().insert(F->getIterator(), NF); in doPromotion() 201 NF->takeName(F); in doPromotion() 301 NF->splice(NF->begin(), F); in doPromotion() 309 Function::arg_iterator I2 = NF->arg_begin(); in doPromotion() 336 IRBuilder<NoFolder> IRB(&NF->begin()->front()); in doPromotion() 414 auto &DT = FAM.getResult<DominatorTreeAnalysis>(*NF); in doPromotion() 415 auto &AC = FAM.getResult<AssumptionAnalysis>(*NF); in doPromotion() [all …]
|
| /freebsd-14.2/sys/tools/ |
| H A D | sdiodevs2h.awk | 64 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 D | usbdevs2h.awk | 64 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 D | miidevs2h.awk | 67 while (f <= NF) { 76 if (f < NF) 82 if (f < NF)
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstrArithmetic.td | 449 def INC8m_NF : IncOpM_M<Xi8>, NF; 451 def INC32m_NF : IncOpM_M<Xi32>, NF; 452 def INC64m_NF : IncOpM_M<Xi64>, NF; 453 def DEC8m_NF : DecOpM_M<Xi8>, NF; 455 def DEC32m_NF : DecOpM_M<Xi32>, NF; 550 def NEG8r_NF : NegOpR_R<Xi8>, NF; 552 def NEG32r_NF : NegOpR_R<Xi32>, NF; 553 def NEG64r_NF : NegOpR_R<Xi64>, NF; 554 def NEG8m_NF : NegOpM_M<Xi8>, NF; 556 def NEG32m_NF : NegOpM_M<Xi32>, NF; [all …]
|
| H A D | X86InstrShiftRotate.td | 179 def 8r1_NF : UnaryOpR_R<0xD1, RegMRM, m, Xi8>, NF; 431 def 32rri8_NF : ShlrdOpRRI8U_R<o3, m, Xi32>, NF; 432 def 64rri8_NF : ShlrdOpRRI8U_R<o3, m, Xi64>, NF; 434 def 16rrCL_NF : ShlrdOpRRC_R<o2, m, Xi16>, NF, PD; 435 def 32rrCL_NF : ShlrdOpRRC_R<o2, m, Xi32>, NF; 436 def 64rrCL_NF : ShlrdOpRRC_R<o2, m, Xi64>, NF; 475 def 32mri8_NF : ShlrdOpMRI8U_M<o3, m, Xi32>, NF; 476 def 64mri8_NF : ShlrdOpMRI8U_M<o3, m, Xi64>, NF; 478 def 16mrCL_NF : ShlrdOpMRC_M<o2, m, Xi16>, NF, PD; 479 def 32mrCL_NF : ShlrdOpMRC_M<o2, m, Xi32>, NF; [all …]
|
| /freebsd-14.2/contrib/netbsd-tests/usr.bin/awk/ |
| H A D | d_assign_NF.awk | 4 NF = 2 8 NF = 3 12 NF = 4
|
| /freebsd-14.2/contrib/libxo/tests/xo/ |
| H A D | xo_02.sh | 50 NF= 52 ${XOP} --depth 1 $NF --open-instance machine 55 NF=--not-first 57 ${XOP} $NF --close-list machine
|
| H A D | xo_01.sh | 18 NF= 21 ${XOP} ${NF} --wrap item \ 24 NF=--not-first
|
| /freebsd-14.2/sys/teken/ |
| H A D | gensequences | 54 if (NF == 0 || $1 ~ /^#/) 57 if (NF != 3 && NF != 4) 58 die("Invalid line layout: " NF " columns");
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/ |
| H A D | RISCVVIntrinsicUtils.h | 266 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 413 unsigned NF, Policy PolicyAttrs, bool HasFRMRoundModeOp); 437 unsigned getNF() const { return NF; } in getNF() 473 unsigned NF, PolicyScheme DefaultScheme, 549 uint8_t NF; member
|