Home
last modified time | relevance | path

Searched refs:FM (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/sys/powerpc/conf/dpaa/
H A Dfiles.dpaa23 contrib/ncsw/Peripherals/FM/SP/fm_sp.c optional dpaa \
25 contrib/ncsw/Peripherals/FM/Rtc/fm_rtc.c optional dpaa \
27 contrib/ncsw/Peripherals/FM/Rtc/fman_rtc.c optional dpaa \
29 contrib/ncsw/Peripherals/FM/Port/fman_port.c optional dpaa \
31 contrib/ncsw/Peripherals/FM/Port/fm_port.c optional dpaa \
33 contrib/ncsw/Peripherals/FM/Port/fm_port_im.c optional dpaa \
35 contrib/ncsw/Peripherals/FM/Pcd/fm_cc.c optional dpaa \
37 contrib/ncsw/Peripherals/FM/Pcd/fm_kg.c optional dpaa \
39 contrib/ncsw/Peripherals/FM/Pcd/fman_kg.c optional dpaa \
41 contrib/ncsw/Peripherals/FM/Pcd/fm_manip.c optional dpaa \
[all …]
H A Dconfig.dpaa15 -I$S/contrib/ncsw/Peripherals/FM \
16 -I$S/contrib/ncsw/Peripherals/FM/HC \
17 -I$S/contrib/ncsw/Peripherals/FM/inc \
18 -I$S/contrib/ncsw/Peripherals/FM/MAC \
19 -I$S/contrib/ncsw/Peripherals/FM/Pcd \
20 -I$S/contrib/ncsw/Peripherals/FM/Port \
21 -I$S/contrib/ncsw/Peripherals/FM/Rtc \
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTMerger.h75 FileManager &FM; member
85 FileManager &FM; variable
95 ImporterSource(ASTContext &AST, FileManager &FM, const OriginMap &OM,
97 : AST(AST), FM(FM), OM(OM), Temporary(Temporary), Merger(Merger) {} in AST()
99 FileManager &getFileManager() const { return FM; } in getFileManager()
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDirectoryScanner.cpp38 return FM.getOptionalDirectoryRef(Path); in scanForUnwrappedLibraries()
94 auto &FS = FM.getVirtualFileSystem(); in scanHeaders()
111 if (FM.getOptionalDirectoryRef(HeaderPath)) in scanHeaders()
142 auto &FS = FM.getVirtualFileSystem(); in scanMultipleFrameworks()
159 if (!FM.getOptionalDirectoryRef(Curr)) in scanMultipleFrameworks()
173 if (FM.getOptionalDirectoryRef(Directory)) in scanSubFrameworksDirectory()
186 auto &FS = FM.getVirtualFileSystem(); in scanFrameworkVersionsDirectory()
203 if (!FM.getOptionalDirectoryRef(Curr)) in scanFrameworkVersionsDirectory()
226 auto &FS = FM.getVirtualFileSystem(); in scanFrameworkDirectory()
H A DFileList.cpp54 clang::FileManager *FM; member in __anon82227fd60111::Implementation
129 if (FM) in parseHeaders()
130 if (!FM->getOptionalFileRef(PathStr)) in parseHeaders()
180 HeaderSeq &Destination, clang::FileManager *FM) { in loadHeaders() argument
183 Impl.FM = FM; in loadHeaders()
H A DFrontend.cpp110 auto FE = FM->getFile(H.getPath()); in addKnownHeader()
166 std::string findLibrary(StringRef InstallName, FileManager &FM, in findLibrary() argument
176 if (FM.getOptionalFileRef(TextAPIFilePath)) in findLibrary()
179 if (FM.getOptionalFileRef(FullPath)) in findLibrary()
H A DHeaderFile.cpp45 llvm::Expected<PathSeq> enumerateFiles(FileManager &FM, StringRef Directory) { in enumerateFiles() argument
48 auto &FS = FM.getVirtualFileSystem(); in enumerateFiles()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DDirectoryScanner.h29 DirectoryScanner(FileManager &FM, ScanMode Mode = ScanMode::ScanFrameworks)
30 : FM(FM), Mode(Mode) {} in FM() function
73 FileManager &FM; variable
H A DContext.h47 FileManager *FM = nullptr; member
96 std::string findLibrary(StringRef InstallName, FileManager &FM,
H A DFileList.h35 HeaderSeq &Destination, clang::FileManager *FM = nullptr);
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesManager.cpp142 FileManager &FM = SM.getFileManager(); in findAPINotesFile() local
151 return FM.getOptionalFileRef(Path, /*Open*/ true); in findAPINotesFile()
156 FileManager &FM = SM.getFileManager(); in loadFrameworkAPINotes() local
169 auto APINotesFile = FM.getOptionalFileRef(Path); in loadFrameworkAPINotes()
178 auto HeaderDir = FM.getOptionalDirectoryRef(Path); in loadFrameworkAPINotes()
223 FileManager &FM = SM.getFileManager(); in getCurrentModuleAPINotes() local
260 if (auto APINotesDir = FM.getOptionalDirectoryRef(Path)) in getCurrentModuleAPINotes()
268 if (auto PrivateAPINotesDir = FM.getOptionalDirectoryRef(Path)) in getCurrentModuleAPINotes()
291 if (auto SearchDir = FM.getOptionalDirectoryRef(SearchPath)) { in getCurrentModuleAPINotes()
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dsi470x.txt1 * Silicon Labs FM Radio receiver
3 The Silicon Labs Si470x is family of FM radio receivers with receive power scan
H A Dsi4713.txt1 * Silicon Labs FM Radio transmitter
3 The Silicon Labs Si4713 is an FM radio transmitter with receive power scan
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPIIgnoresList.cpp36 FileManager &FM) { in create() argument
41 auto BufferOrErr = FM.getBufferForFile(CurrentIgnoresFilePath); in create()
/freebsd/sys/contrib/device-tree/Bindings/i3c/
H A Di3c.txt58 bit[4]: tell whether the device operates in FM (Fast Mode) or FM+ mode
59 * 0: FM+ mode
60 * 1: FM mode
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos4412-n710x.dts104 "IN2RN", "FM In",
105 "IN2RP:VXRP", "FM In";
H A Dexynos4412-galaxy-s3.dtsi203 "IN2RN", "FM In",
204 "IN2RP:VXRP", "FM In";
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti-bluetooth.txt9 * TI WiLink 7/8 (wl12xx/wl18xx) Shared Transport BT/FM/GPS devices
11 TI WiLink devices have a UART interface for providing Bluetooth, FM radio,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86AsmPrinter.h29 FaultMaps FM; variable
154 FM.reset();
/freebsd/sys/contrib/openzfs/cmd/zed/agents/
H A DREADME.md7 ### ZED+FM Phase 1 ###
16 ### ZED+FM Phase 2 (WIP) ###
24 ### ZED+FM Phase 3 ###
/freebsd/contrib/file/magic/Magdir/
H A Dx6800013 >>>>&0 ubyte&15 2 model: FM-TOWNS,
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPIIgnoresList.h53 create(const FilePathList &IgnoresFilePathList, FileManager &FM);
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx6qdl-sr-som-brcm.dtsi125 /* UART4 - Connected to optional BRCM Wifi/BT/FM */
133 /* USDHC1 - Connected to optional BRCM Wifi/BT/FM */
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp531 ArrayRef<std::string> ArgStrs, DiagnosticsEngine &Diags, FileManager &FM, in forEachDriverJob() argument
538 llvm::vfs::FileSystem *FS = &FM.getVirtualFileSystem(); in forEachDriverJob()
572 FileManager &FM, in createAndRunToolInvocation() argument
578 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, in createAndRunToolInvocation()
/freebsd/contrib/mtree/
H A Dspecspec.c52 #define FM(a, b, c, d) \ macro
166 if (FM(n1, n2, F_TIME, st_mtimespec)) in compare_nodes()

1234