Home
last modified time | relevance | path

Searched refs:PCM (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DInMemoryModuleCache.cpp35 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 DInMemoryModuleCache.h31 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 Dplaydate41 >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 Daudio14 >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 Driff14 >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 Dmeson-gxl-s905x-khadas-vim.dts198 "Bluetooth PCM DOUT", "Bluetooth PCM DIN",
199 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
H A Dmeson-gxbb-nanopi-k2.dts284 "Bluetooth PCM DOUT", "Bluetooth PCM DIN",
285 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
/netbsd-src/sys/arch/luna68k/dev/xplx/
H A Dxplx.asm44 ; 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 Drk3288-phycore-rdk.dts3 * Device tree file for Phytec PCM-947 carrier board
15 model = "Phytec RK3288 PCM-947";
H A Domap3-gta04.dtsi823 &mcbsp1 { /* FM Transceiver PCM */
836 &mcbsp3 { /* Bluetooth PCM */
843 &mcbsp4 { /* GSM voice PCM */
H A Dam335x-pcm-953.dtsi11 model = "Phytec AM335x PCM-953";
/netbsd-src/sys/arch/arm/rockchip/
H A Dfiles.rockchip153 # I2S/PCM controller
/netbsd-src/sys/arch/evbarm/conf/
H A DGENERIC64477 rki2s* at fdt? # Rockchip I2S/PCM
482 sunxii2s* at fdt? # Allwinner I2S/PCM
H A DGENERIC464 sunxii2s* at fdt? # I2S/PCM
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/
H A Dimx8mm-nitrogen-r2.dts521 /* Bluetooth PCM */
/netbsd-src/sys/dev/pcmcia/
H A Dpcmciadevs156 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 Dfiles.sunxi253 # I2S/PCM controller
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DToolchain.rst47 :doc:`precompiled module file (PCM) <Modules>`,
H A DClangCommandLineReference.rst1801 Validate PCM input files based on content if mtime differs
/netbsd-src/sys/arch/hpcmips/conf/
H A DMPC303455 awi* at pcmcia? function ? # WLI-PCM
H A DVR41XX395 awi* at pcmcia? function ? # WLI-PCM
H A DGENERIC527 awi* at pcmcia? function ? # WLI-PCM
/netbsd-src/sys/dev/hdaudio/
H A Dhdafg.c2830 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 DCGDebugInfo.cpp2660 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 Dacronyms.comp1247 PCM phase change memory
1248 PCM pulse code modulation

12