HomeSort by relevance Sort by last modified time
    Searched refs:Mem (Results 251 - 275 of 353) sorted by null

<<1112131415

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c 25 L"Mem", L"I/O", L"Bus"
28 L"I/O", L"Mem", L"PMem", L"Mem64", L"PMem64", L"Bus"
408 // Add all the Mem/PMem aperture to GCD
409 // Mem/PMem shouldn't overlap with each other
410 // Root bridge which needs to combine MEM and PMEM should only report
411 // the MEM aperture in Mem
413 MemApertures[0] = &RootBridges[Index].Mem;
818 ALIGN_VALUE (RootBridge->Mem.Base, Alignment + 1),
819 RootBridge->Mem.Limit
    [all...]
  /external/tinyxml2/
tinyxml2.h 275 const T* Mem() const {
280 T* Mem() {
388 virtual void Free( void* mem ) {
389 if ( !mem ) {
393 Item* item = static_cast<Item*>( mem );
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp 136 SpecificBumpPtrAllocator<GepNode> *Mem;
325 GepNode *N = new (*Mem) GepNode;
364 GepNode *Nx = new (*Mem) GepNode;
953 GepNode *NewN = new (*Mem) GepNode(N);
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.h     [all...]
IceInstX86Base.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/
DeclSpec.h     [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 392 usedPrefixes bool // segment prefixes consumed by Mem formatting
518 // If *usedPrefixes is false and x is a Mem, then the formatting
541 case Mem:
  /prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/x86/x86asm/
gnu.go 392 usedPrefixes bool // segment prefixes consumed by Mem formatting
518 // If *usedPrefixes is false and x is a Mem, then the formatting
541 case Mem:
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SataControllerDxe/
SataController.c 51 PciIo->Mem.Read (
    [all...]
  /external/llvm/lib/IR/
Attributes.cpp 566 void *Mem = ::operator new(totalSizeToAlloc<Attribute>(SortedAttrs.size()));
567 PA = new (Mem) AttributeSetNode(SortedAttrs);
703 void *Mem = ::operator new(
705 PA = new (Mem) AttributeSetImpl(C, Attrs);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciIo.c 588 Status = PciIoDevice->PciRootBridgeIo->Mem.Read (
641 Status = PciIoDevice->PciRootBridgeIo->Mem.Write (
    [all...]

Completed in 2519 milliseconds

<<1112131415