Searched refs:FO (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/usr.bin/tip/
H A Dremote.c55 &ES, &EX, &FO, &RC, &RE, &PA
185 if (FO != NULL)
186 (void)vstring("fo", FO);
H A Dtip.h84 extern char *FO; /* force (literal next) char*/
H A Dtip.c111 char *FO; variable
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddiff3.c65 * FC is the common file, FO the other file.
67 #define FO 0
853 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc);
854 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc);
890 i + lo < (u ? D_LOWLINE (u, FO) : hi + 1);
899 int result_offset = D_LOWLINE (ptr, FO) - lo;
902 if (!copy_stringlist (D_LINEARRAY (ptr, FO),
903 D_LENARRAY (ptr, FO),
906 D_NUMLINES (ptr, FO)))
911 for (i = D_HIGHLINE (ptr, FO)
66 #define FO macro
[all...]
/netbsd-current/external/gpl2/diffutils/dist/src/
H A Ddiff3.c62 * FC is the common file, FO the other file.
64 #define FO 0
733 low[d] = D_LOW_MAPLINE (using[d], FC, FO, lowc);
734 high[d] = D_HIGH_MAPLINE (last_using[d], FC, FO, highc);
770 i + lo < (u ? D_LOWLINE (u, FO) : hi + 1);
779 lin result_offset = D_LOWLINE (ptr, FO) - lo;
782 if (!copy_stringlist (D_LINEARRAY (ptr, FO),
783 D_LENARRAY (ptr, FO),
786 D_NUMLINES (ptr, FO)))
791 for (i = D_HIGHLINE (ptr, FO)
63 #define FO macro
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp30 FileSystemOptions FO; local
31 FileManager FileMgr(FO);
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXLoadedDiagnostic.cpp37 CXLoadedDiagnosticSetImpl() : CXDiagnosticSetImpl(true), FakeFiles(FO) {}
45 FileSystemOptions FO; member in class:__anon1150::CXLoadedDiagnosticSetImpl
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DInputFile.cpp239 uint32_t FO = Iter->FileNameOffset; local
240 auto ExpectedFile = getNameFromStringTable(FO);
/netbsd-current/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/
H A Dvmm.h336 VMM_XO((m),(v),(o),(d),(c), 32, FO, "%08x %08x", (c))
340 VMM_XO((m),(v),(o),(d),(c), 64, FO, "%016"PRIx64" %08x", (c))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp421 FunctionOptions FO = FunctionOptions::None; local
432 FO |= FunctionOptions::CxxReturnUdt;
436 FO |= FunctionOptions::Constructor;
441 return FO;
464 FunctionOptions FO = getFunctionOptions(SP->getType(), Class, SP->getName()); local
466 SP->getType(), Class, SP->getThisAdjustment(), IsStaticMethod, FO);
1931 FunctionOptions FO = getFunctionOptions(Ty); local
1932 ProcedureRecord Procedure(ReturnTypeIndex, CC, FO, ArgTypeIndices.size(),
1941 FunctionOptions FO) {
1980 MemberFunctionRecord MFR(ReturnTypeIndex, ClassType, ThisTypeIndex, CC, FO,
1937 lowerTypeMemberFunction(const DISubroutineType *Ty, const DIType *ClassTy, int ThisAdjustment, bool IsStaticMethod, FunctionOptions FO) argument
[all...]
H A DCodeViewDebug.h414 codeview::FunctionOptions FO = codeview::FunctionOptions::None);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp427 llvm::Value *&CXXThisValue, const FunctionOptions &FO) {
428 const CapturedDecl *CD = FO.S->getCapturedDecl();
429 const RecordDecl *RD = FO.S->getCapturedRecordDecl();
442 auto I = FO.S->captures().begin();
444 if (!FO.UIntPtrCastRequired) {
448 Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(),
463 if (FO.UIntPtrCastRequired &&
493 FO.UIntPtrCastRequired
512 FO.FunctionName, &CGM.getModule());
520 FO
421 emitOutlinedFunctionPrologue( CodeGenFunction &CGF, FunctionArgList &Args, llvm::MapVector<const Decl *, std::pair<const VarDecl *, Address>> &LocalAddrs, llvm::DenseMap<const Decl *, std::pair<const Expr *, llvm::Value *>> &VLASizes, llvm::Value *&CXXThisValue, const FunctionOptions &FO) argument
[all...]
H A DCGAtomic.cpp423 if (llvm::ConstantInt *FO = dyn_cast<llvm::ConstantInt>(FailureOrderVal)) {
424 auto FOS = FO->getSExtValue();
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/aria/
H A Daria.c1062 static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d, function
1097 FO(&p, &p, &keys[i]);
1100 FO(&p, &p, &keys[rounds - 2]);
1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr);
1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/aria/
H A Daria.c1062 static ossl_inline void FO(ARIA_u128 *o, const ARIA_u128 *d, function
1097 FO(&p, &p, &keys[i]);
1100 FO(&p, &p, &keys[rounds - 2]);
1160 FO(&w3, &w0, ck1); xor128(w1.c, w3.c, &kr);
1162 FO(&kr, &w2, ck3); xor128(w3.c, kr.c, &w1);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp437 CFGBlock::FilterOptions FO; local
438 FO.IgnoreDefaultsWithCoveredEnums = 1;
441 cfg->getExit().filtered_pred_start_end(FO);
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp951 unsigned FO = countLeadingOnes<uint64_t>(Imm << LZ);
967 if ((LZ + FO + TZ) > 48) {
1004 // +-LZ-FO||-15-bit-||--TO--+ +-------------|--16-bit--+
1014 if ((LZ + FO + TO) > 48) {
1066 if ((LZ + FO + TZ) > 32) {
1098 if ((LZ + FO + TO) > 32) {
1152 unsigned FO = countLeadingOnes<uint64_t>(LZ == 64 ? 0 : (Imm << LZ));
1182 if ((LZ + FO + TZ) > 30) {
1217 if ((LZ + FO + TO) > 30) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp2971 for (const auto &FO : Context->Comments.OrderedComments) {
2972 for (const auto &OC : FO.second) {

Completed in 482 milliseconds