| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | InMemoryModuleCache.cpp | 35 auto &PCM = PCMs[Filename]; in addBuiltPCM() local 36 assert(!PCM.IsFinal && "Trying to override finalized PCM?"); in addBuiltPCM() 37 assert(!PCM.Buffer && "Trying to override tentative PCM?"); in addBuiltPCM() 38 PCM.Buffer = std::move(Buffer); in addBuiltPCM() 39 PCM.IsFinal = true; in addBuiltPCM() 40 return *PCM.Buffer; in addBuiltPCM() 63 auto &PCM = I->second; in tryToDropPCM() local 64 assert(PCM.Buffer && "PCM to remove is scheduled to be built..."); in tryToDropPCM() 66 if (PCM.IsFinal) in tryToDropPCM() 69 PCM.Buffer.reset(); in tryToDropPCM() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
| H A D | InMemoryModuleCache.h | 31 struct PCM { struct 39 PCM() = default; argument 40 PCM(std::unique_ptr<llvm::MemoryBuffer> Buffer) in PCM() function 45 llvm::StringMap<PCM> PCMs;
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | playdate | 41 >15 byte 0 unsigned, 8-bit PCM, 1 channel 42 >15 byte 1 unsigned, 8-bit PCM, 2 channel 43 >15 byte 2 signed, 16-bit little-endian PCM, 1 channel 44 >15 byte 3 signed, 16-bit little-endian PCM, 1 channel
|
| H A D | audio | 14 >12 belong 2 8-bit linear PCM [REF-PCM], 16 >12 belong 3 16-bit linear PCM, 18 >12 belong 4 24-bit linear PCM, 20 >12 belong 5 32-bit linear PCM, 52 >12 lelong 2 8-bit linear PCM [REF-PCM], 54 >12 lelong 3 16-bit linear PCM, 56 >12 lelong 4 24-bit linear PCM, 58 >12 lelong 5 32-bit linear PCM, 752 >>0x38 ulelong >0 Sega PCM, 754 >>>0x40 ulelong >0 RF5C68 (PCM), [all …]
|
| H A D | riff | 14 >0 leshort 0x01 \b, Microsoft PCM 565 >>>>>>>>(92.l+180) leshort 0x0001 uncompressed PCM 580 >>>>>>>>(92.l+188) leshort 0x0001 uncompressed PCM 794 >>20 leshort 1 \b, Microsoft PCM
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-gxl-s905x-khadas-vim.dts | 198 "Bluetooth PCM DOUT", "Bluetooth PCM DIN", 199 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
|
| H A D | meson-gxbb-nanopi-k2.dts | 284 "Bluetooth PCM DOUT", "Bluetooth PCM DIN", 285 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
|
| /netbsd-src/sys/arch/luna68k/dev/xplx/ |
| H A D | xplx.asm | 44 ; 1000 7FFF SH PAM/PCM buffer 28K 57 ; 0130 PCM 68 ; PRT1 PCM 160 ; PCM 167 ; PCM >=10(30.72kHz,200clk) 280 ; PCM use HOSTINTR5 480 ; PCM 494 PCM_PRT1_TIMER:: ; PRT1 TIMER TLDR (PCM) 838 ; o. 裏レジスタは PCM 専用。 926 ; #### PCM driver core [all …]
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | rk3288-phycore-rdk.dts | 3 * Device tree file for Phytec PCM-947 carrier board 15 model = "Phytec RK3288 PCM-947";
|
| H A D | omap3-gta04.dtsi | 823 &mcbsp1 { /* FM Transceiver PCM */ 836 &mcbsp3 { /* Bluetooth PCM */ 843 &mcbsp4 { /* GSM voice PCM */
|
| H A D | am335x-pcm-953.dtsi | 11 model = "Phytec AM335x PCM-953";
|
| /netbsd-src/sys/arch/arm/rockchip/ |
| H A D | files.rockchip | 153 # I2S/PCM controller
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | GENERIC64 | 477 rki2s* at fdt? # Rockchip I2S/PCM 482 sunxii2s* at fdt? # Allwinner I2S/PCM
|
| H A D | GENERIC | 464 sunxii2s* at fdt? # I2S/PCM
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mm-nitrogen-r2.dts | 521 /* Bluetooth PCM */
|
| /netbsd-src/sys/dev/pcmcia/ |
| H A D | pcmciadevs | 156 product ALLIEDTELESIS LA_PCM 0x0002 Allied Telesis LA-PCM 273 product IODATA2 WNB11PCM 0x0002 I-O DATA WN-B11/PCM
|
| /netbsd-src/sys/arch/arm/sunxi/ |
| H A D | files.sunxi | 253 # I2S/PCM controller
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | Toolchain.rst | 47 :doc:`precompiled module file (PCM) <Modules>`,
|
| H A D | ClangCommandLineReference.rst | 1801 Validate PCM input files based on content if mtime differs
|
| /netbsd-src/sys/arch/hpcmips/conf/ |
| H A D | MPC303 | 455 awi* at pcmcia? function ? # WLI-PCM
|
| H A D | VR41XX | 395 awi* at pcmcia? function ? # WLI-PCM
|
| H A D | GENERIC | 527 awi* at pcmcia? function ? # WLI-PCM
|
| /netbsd-src/sys/dev/hdaudio/ |
| H A D | hdafg.c | 2830 if ((audiomask & (HDAUDIO_MASK(VOLUME) | HDAUDIO_MASK(PCM))) == in hdafg_build_mixers() 2831 HDAUDIO_MASK(PCM)) { in hdafg_build_mixers() 2834 if (sc->sc_ctls[i].ctl_audiomask == HDAUDIO_MASK(PCM)) { in hdafg_build_mixers()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2660 SmallString<0> PCM; in getOrCreateModuleRef() local 2662 PCM = Mod.getPath(); in getOrCreateModuleRef() 2663 llvm::sys::path::append(PCM, Mod.getASTFile()); in getOrCreateModuleRef() 2668 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM), in getOrCreateModuleRef()
|
| /netbsd-src/share/misc/ |
| H A D | acronyms.comp | 1247 PCM phase change memory 1248 PCM pulse code modulation
|