Searched refs:memory (Results 26 - 50 of 989) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSourceFile.h13 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLSymbols.h21 #include <memory>
H A DObjectYAML.h18 #include <memory>
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DNativeRegisterContextRegisterInfo.h12 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassDefinitionDumper.h19 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DDebugUtils.h17 #include <memory>
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DUtils.h13 #include <memory>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/MCTargetDesc/
H A DVEMCTargetDesc.h18 #include <memory>
/freebsd-11-stable/bin/sh/
H A Dredir.c98 * stdout, is saved in memory.
115 char memory[10]; /* file descriptors to write to memory */ local
119 memory[i] = 0;
120 memory[1] = flags & REDIR_BACKQ;
158 openredirect(n, memory);
162 if (memory[1])
164 if (memory[2])
171 openredirect(union node *redir, char memory[10]) argument
179 memory[f
[all...]
/freebsd-11-stable/sys/dev/drm2/
H A Ddrm_agpsupport.c190 * Allocate AGP memory.
199 * memory via agp_allocate_memory() and creates a drm_agp_mem entry for it.
204 DRM_AGP_MEM *memory; local
218 if (!(memory = agp_alloc_memory(dev->agp->bridge, type, pages << PAGE_SHIFT))) {
223 entry->handle = (unsigned long)memory;
224 entry->memory = memory;
227 list_add(&entry->head, &dev->agp->memory);
229 agp_memory_info(dev->agp->bridge, entry->memory, &info);
248 * Search for the AGP memory entr
[all...]
/freebsd-11-stable/contrib/ofed/include/
H A Dudma_barrier.h47 - CPU attached address space (the CPU memory could be a range of things:
58 same memory location.
65 /* Ensure that the device's view of memory matches the CPU's view of memory.
76 writes could be to any CPU mapped memory object with any cachability mode.
79 only fenced normal stores to normal memory. libibverbs users using other
80 memory types or non-temporal stores are required to use SFENCE in their own
84 #define udma_to_device_barrier() asm volatile("" ::: "memory")
86 #define udma_to_device_barrier() asm volatile("" ::: "memory")
88 #define udma_to_device_barrier() asm volatile("sync" ::: "memory")
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp98 // FIXME: These should have correct memory space and thus should be filtered
107 os << " memory within";
116 os << " memory within";
119 os << " heap-allocated memory";
128 os << " stack allocated memory";
130 os << " for the predicate value. Using such transient memory for "
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_string.h9 # include <memory.h>
/freebsd-11-stable/lib/libcxxrt/
H A DMakefile16 memory.cc\
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DLTO.h27 #include <memory>
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/Core/
H A DPassManager.h15 #include <memory>
H A DWriter.h14 #include <memory>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DHostThread.h16 #include <memory>
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DDataBufferLLVM.h15 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DASTConsumers.h18 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Index/
H A DCommentToXML.h13 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.h20 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DFileMatchTrie.h19 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringOption.h13 #include <memory>
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclGroup.cpp16 #include <memory>

Completed in 148 milliseconds

1234567891011>>