Home
last modified time | relevance | path

Searched defs:Where (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/os_specific/service_layers/
H A Dosunixmap.c108 ACPI_PHYSICAL_ADDRESS Where, in AcpiOsMapMemory()
161 void *Where, in AcpiOsUnmapMemory()
H A Doswintbl.c595 ACPI_PHYSICAL_ADDRESS Where, in AcpiOsMapMemory()
619 void *Where, in AcpiOsUnmapMemory()
H A Doszephyr.c690 AcpiOsMapMemory(ACPI_PHYSICAL_ADDRESS Where,ACPI_SIZE Length) AcpiOsMapMemory() argument
718 AcpiOsUnmapMemory(void * Where,ACPI_SIZE Length) AcpiOsUnmapMemory() argument
[all...]
H A Doswinxf.c603 ACPI_PHYSICAL_ADDRESS Where, in AcpiOsMapMemory()
627 void *Where, in AcpiOsUnmapMemory()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DFormatVariadic.cpp27 bool formatv_object_base::consumeFieldLayout(StringRef &Spec, AlignStyle &Where, in consumeFieldLayout()
65 AlignStyle Where = AlignStyle::Right; in parseReplacementItem() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
H A DCalledOnceCheck.h75 const Decl *Where, in handleCapturedNeverCalled()
91 const Decl *Function, const Stmt *Where, in handleNeverCalled()
/netbsd-src/sys/arch/emips/ebus/
H A Dflash_ebus.c383 volatile uint8_t * Where = Offset; in single_write_uint8() local
389 volatile uint8_t * Where = Offset; in single_read_uint8() local
395 volatile uint16_t * Where = Offset; in single_write_uint16() local
401 volatile uint16_t * Where = Offset; in single_read_uint16() local
413 volatile uint8_t * Where = Offset; in single_write_uint32() local
432 volatile uint32_t * Where = Offset; in single_read_uint32() local
443 volatile uint32_t * Where = Offset; in twin_write_uint8() local
452 volatile uint32_t * Where = Offset; in twin_read_uint8() local
462 volatile uint16_t * Where = Offset; in twin_write_uint16() local
468 volatile uint16_t * Where = Offset; in twin_read_uint16() local
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFormatAdapters.h28 AlignStyle Where; variable
33 AlignAdapter(T &&Item, AlignStyle Where, size_t Amount, char Fill) in AlignAdapter()
H A DFormatCommon.h21 AlignStyle Where; member
H A DFormatVariadic.h60 AlignStyle Where = AlignStyle::Right; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Rewrite/
H A DTokenRewriter.cpp72 TokenRewriter::AddToken(const Token &T, TokenRefTy Where) { in AddToken()
/netbsd-src/sys/external/bsd/acpica/dist/include/platform/
H A Dacdragonfly.h99 #define AcpiOsMapMemory(Where, Length) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMemIntrinsicResults.cpp102 MachineInstr *Where = O.getParent(); in replaceDominatedUses() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp1167 WhereType Where) { in moveTo()
1191 void MemorySSAUpdater::moveBefore(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveBefore()
1196 void MemorySSAUpdater::moveAfter(MemoryUseOrDef *What, MemoryUseOrDef *Where) { in moveAfter()
1201 MemorySSA::InsertionPlace Where) { in moveToPlace()
1205 if (auto *Where = MSSA->getMemoryAccess(BB->getTerminator())) in moveToPlace() local
H A DMemorySSA.cpp1675 AccessList::iterator Where) { in moveTo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp208 ProfilingData::iterator Where; in overlapRecord() local
231 ProfilingData::iterator Where; in addRecord() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DValueMap.h126 auto Where = MDMap->find(MD); in getMappedMD() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp111 auto Where = ConstantDependenciesCache.find(CE); in ComputeDependencies() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp615 auto Where = Info.find(&Op); in getFwdReference() local
722 auto Where = Info.find(Op); in propagateChanges() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerLoop.cpp323 void Fuzzer::PrintStats(const char *Where, const char *End, size_t Units) { in PrintStats()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacobject.h448 union acpi_operand_object **Where; /* Target of Index */ member
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp1698 const Stmt *Where, NeverCalledReason Reason, in handleNeverCalled()
1718 const Decl *Where, in handleCapturedNeverCalled()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp857 MachineBasicBlock::iterator Where, in predicateAt()
H A DHexagonVectorCombine.cpp652 Instruction *Where = Move.Main.front(); in move() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FrameLowering.cpp506 auto Where = llvm::find_if(PrologMBB, [](MachineInstr &MI) { in inlineStackProbe() local