HomeSort by: relevance | last modified time | path
    Searched refs:PCM (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Serialization/
InMemoryModuleCache.cpp 28 assert(Insertion.second && "Already has a PCM");
35 auto &PCM = PCMs[Filename];
36 assert(!PCM.IsFinal && "Trying to override finalized PCM?");
37 assert(!PCM.Buffer && "Trying to override tentative PCM?");
38 PCM.Buffer = std::move(Buffer);
39 PCM.IsFinal = true;
40 return *PCM.Buffer;
61 assert(I != PCMs.end() && "PCM to remove is unknown...")
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
InMemoryModuleCache.h 28 /// PCM. This is used by \a CompilerInstance when building PCMs to ensure that
31 struct PCM {
34 /// Track whether this PCM is known to be good (either built or
39 PCM() = default;
40 PCM(std::unique_ptr<llvm::MemoryBuffer> Buffer)
45 llvm::StringMap<PCM> PCMs;
48 /// There are four states for a PCM. It must monotonically increase.
50 /// 1. Unknown: the PCM has neither been read from disk nor built.
51 /// 2. Tentative: the PCM has been read from disk but not yet imported or
53 /// 3. ToBuild: the PCM read from disk did not work but a new one has no
    [all...]
  /src/sys/arch/luna68k/dev/xplx/
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 cor
    [all...]
  /src/sys/dev/hdaudio/
hdafg.c 2831 if ((audiomask & (HDAUDIO_MASK(VOLUME) | HDAUDIO_MASK(PCM))) ==
2832 HDAUDIO_MASK(PCM)) {
2835 if (sc->sc_ctls[i].ctl_audiomask == HDAUDIO_MASK(PCM) &&
3253 * If a non-PCM stream is being connected, and the
3254 * analog converter doesn't support non-PCM streams,
3493 "WARNING: unsupported stream format mask 0x%X, assuming PCM\n",
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2660 SmallString<0> PCM;
2662 PCM = Mod.getPath();
2663 llvm::sys::path::append(PCM, Mod.getASTFile());
2668 TheCU->getProducer(), false, StringRef(), 0, RemapPath(PCM),

Completed in 60 milliseconds