Home
last modified time | relevance | path

Searched refs:FO (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/netbsd-tests/ipf/input/
H A Df132 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF,FO=0 SYN
12 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP FO=2 ACK
17 # 1.1.1.1,1024 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 SYN
22 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0
27 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 SYN
32 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0
36 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
41 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
46 # 1.1.1.1,53 -> 2.1.1.1,54 TTL=63 UDP MF FO=0 (short)
51 # 1.1.1.1,21 -> 2.1.1.1,54 TTL=63 UDP MF FO=0
[all …]
H A Df1211 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF MF FO=0 ACK
16 # 1.1.1.1,1025 -> 2.1.1.1,25 TTL=63 TCP DF FO=0
21 # 1.1.1.1 -> 2.1.1.1 TTL=63 TCP DF FO=1 ACK
26 # 1.1.1.1 -> 2.1.1.1 TTL=63 UDP DF MF FO=0
30 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
35 # 1.1.1.1,1 -> 2.1.1.1,1 TTL=63 UDP MF FO=0
40 # 1.1.1.1,53 -> 2.1.1.1,53 TTL=63 UDP MF FO=0
/freebsd/usr.bin/tip/tip/
H A Dremote.c48 &ES, &EX, &FO, &RC, &RE, &PA
183 if (FO != NOSTR) in getremcap()
184 vstring("fo", FO); in getremcap()
H A Dtip.h87 EXTERN char *FO; /* force (literal next) char*/ variable
/freebsd/contrib/diff/src/
H A Ddiff3.c52 #define FO 0 macro
705 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc); in using_to_diff3_block()
706 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc); in using_to_diff3_block()
742 i + lo < (u ? D_LOWLINE (u, FO) : hi + 1); in using_to_diff3_block()
751 lin result_offset = D_LOWLINE (ptr, FO) - lo; in using_to_diff3_block()
754 if (!copy_stringlist (D_LINEARRAY (ptr, FO), in using_to_diff3_block()
755 D_LENARRAY (ptr, FO), in using_to_diff3_block()
758 D_NUMLINES (ptr, FO))) in using_to_diff3_block()
763 for (i = D_HIGHLINE (ptr, FO) + 1 - lo; in using_to_diff3_block()
764 i < (D_NEXT (ptr) ? D_LOWLINE (D_NEXT (ptr), FO) : hi + 1) - lo; in using_to_diff3_block()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DInputFile.cpp250 uint32_t FO = Iter->FileNameOffset; in getNameFromChecksums() local
251 auto ExpectedFile = getNameFromStringTable(FO); in getNameFromChecksums()
286 uint32_t FO = Iter->FileNameOffset; in formatFromChecksumsOffset() local
287 auto ExpectedFile = getNameFromStringTable(FO); in formatFromChecksumsOffset()
/freebsd/crypto/openssl/test/certs/
H A Dbadalt1-key.pem15 f7aNMbSTZNIIqjOyioWAz/4Jqupcr3RFczaVG+mX+OPHq1WnvCWfD/yNI8MSy+FO
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/
H A DPPCInstructionSelector.cpp319 unsigned FO = llvm::countl_one<uint64_t>(Imm << LZ); in selectI64ImmDirect() local
341 if ((LZ + FO + TZ) > 48) { in selectI64ImmDirect()
400 if ((LZ + FO + TO) > 48) { in selectI64ImmDirect()
469 if ((LZ + FO + TZ) > 32) { in selectI64ImmDirect()
522 if ((LZ + FO + TO) > 32) { in selectI64ImmDirect()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp30 FileSystemOptions FO; in readDiagnostics() local
31 FileManager FileMgr(FO); in readDiagnostics()
/freebsd/crypto/openssl/crypto/aria/
H A Daria.c1062 static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d, in FO() function
1097 FO(&p, &p, &keys[i]); in do_encrypt()
1100 FO(&p, &p, &keys[rounds - 2]); in do_encrypt()
1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr); in ossl_aria_set_encrypt_key()
1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1); in ossl_aria_set_encrypt_key()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp427 FunctionOptions FO = FunctionOptions::None; in getFunctionOptions()
438 FO |= FunctionOptions::CxxReturnUdt; in getFunctionOptions()
442 FO |= FunctionOptions::Constructor; in getFunctionOptions()
447 return FO; in getMemberFunctionType()
470 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName()); in getMemberFunctionType()
472 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO); in recordTypeIndexForDINode()
2090 FunctionOptions FO = getFunctionOptions(Ty); in lowerTypeMemberFunction()
2091 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(), in lowerTypeMemberFunction()
2100 FunctionOptions FO) { in lowerTypeMemberFunction()
2139 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO, in translateAccessFlags()
423 FunctionOptions FO = FunctionOptions::None; getFunctionOptions() local
466 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName()); getMemberFunctionType() local
2072 FunctionOptions FO = getFunctionOptions(Ty); lowerTypeFunction() local
2082 lowerTypeMemberFunction(const DISubroutineType * Ty,const DIType * ClassTy,int ThisAdjustment,bool IsStaticMethod,FunctionOptions FO) lowerTypeMemberFunction() argument
[all...]
H A DCodeViewDebug.h455 codeview::FunctionOptions FO = codeview::FunctionOptions::None);
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp459 llvm::Value *&CXXThisValue, const FunctionOptions &FO) { in emitOutlinedFunctionPrologue() argument
460 const CapturedDecl *CD = FO.S->getCapturedDecl(); in emitOutlinedFunctionPrologue()
461 const RecordDecl *RD = FO.S->getCapturedRecordDecl(); in emitOutlinedFunctionPrologue()
474 auto I = FO.S->captures().begin(); in emitOutlinedFunctionPrologue()
476 if (!FO.UIntPtrCastRequired) { in emitOutlinedFunctionPrologue()
480 Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(), in emitOutlinedFunctionPrologue()
496 if (FO.UIntPtrCastRequired && in emitOutlinedFunctionPrologue()
530 FO.UIntPtrCastRequired in emitOutlinedFunctionPrologue()
548 FO.FunctionName, &CGM.getModule()); in emitOutlinedFunctionPrologue()
562 FO.UIntPtrCastRequired ? FO.Loc : FO.S->getBeginLoc(), in emitOutlinedFunctionPrologue()
[all …]
H A DCGAtomic.cpp434 if (llvm::ConstantInt *FO = dyn_cast<llvm::ConstantInt>(FailureOrderVal)) { in emitAtomicCmpXchgFailureSet() local
435 auto FOS = FO->getSExtValue(); in emitAtomicCmpXchgFailureSet()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp464 CFGBlock::FilterOptions FO; in CheckFallThrough() local
465 FO.IgnoreDefaultsWithCoveredEnums = 1; in CheckFallThrough()
468 cfg->getExit().filtered_pred_start_end(FO); in CheckFallThrough()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp1052 unsigned FO = llvm::countl_one<uint64_t>(Imm << LZ); in selectI64ImmDirect() local
1068 if ((LZ + FO + TZ) > 48) { in selectI64ImmDirect()
1115 if ((LZ + FO + TO) > 48) { in selectI64ImmDirect()
1192 if ((LZ + FO + TZ) > 32) { in selectI64ImmDirect()
1224 if ((LZ + FO + TO) > 32) { in selectI64ImmDirect()
1265 unsigned FO = llvm::countl_one<uint64_t>(LZ == 64 ? 0 : (Imm << LZ)); in selectI64ImmDirectPrefix() local
1295 if ((LZ + FO + TZ) > 30) { in selectI64ImmDirectPrefix()
1330 if ((LZ + FO + TO) > 30) { in selectI64ImmDirectPrefix()
/freebsd/share/misc/
H A Diso316693 FO FRO 234 Faroe Islands
/freebsd/usr.sbin/tzsetup/
H A Dbaseline218 FO:Faroe Islands
/freebsd/contrib/tzdata/
H A Dzone1970.tab154 FO +6201-00646 Atlantic/Faroe
H A Dzone.tab179 FO +6201-00646 Atlantic/Faroe
/freebsd/contrib/ncurses/include/
H A DCaps-ncurses77 #key_f34 kf34 str FO - - ----- F34 function key
H A DCaps.uwin578 key_f34 kf34 str FO KEY_F(34) - ----E F34 function key
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp995 AtomicOrdering FO = MemOp->getFailureOrdering(); in selectAtomicCmpXchg() local
996 unsigned MemSemNeq = static_cast<uint32_t>(getMemSemantics(FO)) | ScSem; in selectAtomicCmpXchg()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp3423 for (const auto &FO : Context->Comments.OrderedComments) { in WriteComments() local
3424 for (const auto &OC : FO.second) { in WriteComments()
/freebsd/contrib/bmake/
H A Dbmake.cat11507 ..UUSSEEBBEEFFOORREE
1508 Like ..UUSSEE, but instead of appending, prepend the ..UUSSEEBBEEFFOORREE

12