/freebsd/contrib/llvm-project/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 66 if (PCM.IsFinal) in tryToDropPCM() 69 PCM.Buffer.reset(); in tryToDropPCM() 77 auto &PCM = I->second; in finalizePCM() local [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | InMemoryModuleCache.h | 30 struct PCM { struct 38 PCM() = default; argument 39 PCM(std::unique_ptr<llvm::MemoryBuffer> Buffer) in PCM() function 44 llvm::StringMap<PCM> PCMs;
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | brcm,bcm2835-i2s.txt | 1 * Broadcom BCM2835 SoC I2S/PCM module 5 - reg: Should contain PCM registers location and length. 6 - clocks: the (PCM) clock to use
|
H A D | mediatek,mt2701-audio.yaml | 7 title: MediaTek Audio Front End (AFE) PCM controller for mt2701 10 The AFE PCM node must be a subnode of the MediaTek audsys device tree node.
|
H A D | linux,bt-sco.yaml | 20 # For Wideband PCM
|
H A D | mtk-afe-pcm.txt | 1 Mediatek AFE PCM controller
|
H A D | mt6797-afe-pcm.txt | 1 Mediatek AFE PCM controller for mt6797
|
H A D | mt8183-afe-pcm.txt | 1 Mediatek AFE PCM controller for mt8183
|
H A D | xlnx,audio-formatter.txt | 3 The IP core supports DMA, data formatting(AES<->PCM conversion)
|
H A D | adi,max98396.yaml | 14 The device provides a PCM interface for audio data and a standard 65 Selects the PCM data input channel that is routed to the speaker
|
H A D | maxim,max98357a.yaml | 13 Maxim Integrated MAX98357A/MAX98360A is a digital pulse-code modulation (PCM)
|
H A D | fsl-asoc-card.txt | 17 and PCM DAI formats. However, it'll be also possible to support those non 18 AC'97/I2S/PCM type sound cards, such as S/PDIF audio and HDMI audio, as
|
H A D | renesas,idt821034.yaml | 13 The IDT821034 codec is a four channel PCM codec with onchip filters and
|
/freebsd/contrib/file/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 …]
|
/freebsd/contrib/bmake/mk/ |
H A D | ccm.dep.mk | 26 PCM ?= .pcm 40 echo $r$$o: $$m${PCM}; \
|
H A D | suffixes.mk | 19 .SUFFIXES: .out .a .ln .o ${PICO} ${PCM} .s .S .c ${CXX_SUFFIXES} \ 98 ${CCM_SUFFIXES:%=%${PCM}}:
|
H A D | prog.mk | 17 .SUFFIXES: .out .o .c ${CXX_SUFFIXES} .y .l ${CCM_SUFFIXES} ${PCM} 73 ${CCM_SUFFIXES:%=%${PCM}}:
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxl-s905x-khadas-vim.dts | 196 "Bluetooth PCM DOUT", "Bluetooth PCM DIN", 197 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
|
H A D | meson-gxbb-nanopi-k2.dts | 283 "Bluetooth PCM DOUT", "Bluetooth PCM DIN", 284 "Bluetooth PCM SYNC", "Bluetooth PCM CLK",
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | broadcom-bluetooth.txt | 36 - brcm,bt-pcm-int-params: configure PCM parameters via a 5-byte array 37 - sco-routing: 0 = PCM, 1 = Transport, 2 = Codec, 3 = I2S
|
H A D | broadcom-bluetooth.yaml | 93 configure PCM parameters via a 5-byte array: 94 sco-routing: 0 = PCM, 1 = Transport, 2 = Codec, 3 = I2S
|
/freebsd/sys/contrib/device-tree/Bindings/clock/ |
H A D | qcom,lcc.yaml | 62 - description: PCM codec clock 96 - description: PCM codec clock
|
/freebsd/sys/dev/sound/fdt/ |
H A D | audio_dai_if.m | 76 # Set PCM channel format 82 # Set PCM channel sampling rate
|
/freebsd/sys/contrib/device-tree/src/arm/rockchip/ |
H A D | rk3288-phycore-rdk.dts | 3 * Device tree file for Phytec PCM-947 carrier board 15 model = "Phytec RK3288 PCM-947";
|