/external/syslinux/gnu-efi/gnu-efi-3.0/apps/ |
AllocPages.c | 120 INTN MemType = -1; 170 MemType = xtoi(argv[2]); 178 if ( (MemType < 0) || (MemType > 13) ) { 179 Print(L"Invalid MemType\n"); 194 Print(L"AllocatPage(%d,%d,%d,%lx)\n", AllocType, MemType, NumPages, Addr); 196 efi_status = uefi_call_wrapper(BS->AllocatePages, 4, AllocType, MemType, NumPages, &Addr);
|
/external/eigen/Eigen/src/SparseLU/ |
SparseLU_Structs.h | 74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
|
SparseLU_Memory.h | 203 * \param memtype Type of the element to expand 209 Index SparseLUImpl<Scalar,StorageIndex>::memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions) 212 if (memtype == USUB)
|
SparseLUImpl.h | 38 Index memXpand(VectorType& vec, Index& maxlen, Index nbElts, MemType memtype, Index& num_expansions);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/ |
MemoryConv.c | 369 UINT16 MemType;
449 MemType = 0;
453 MemType |= 1<<8;
457 MemType |= 1<<7;
461 MemType |= 1<<10;
465 MemType |= 1<<4;
469 MemType |= 1<<3;
477 MemType |= 1<<8;
481 MemType |= 1<<7;
485 MemType |= 1<<10; [all...] |
/device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/ |
PciBus.h | 87 UINT8 MemType;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/ |
Page.c | 714 EFI_MEMORY_TYPE MemType;
859 MemType = NewType;
862 MemType = Entry->Type;
876 CoreAddRange (MemType, Start, RangeEnd, Attribute);
877 if (ChangingType && (MemType == EfiConventionalMemory)) {
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/ |
UfsHci.h | 1154 UINT8 MemType;
1222 UINT8 MemType;
1245 UINT8 MemType;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/ |
UfsPassThruHci.h | 1154 UINT8 MemType;
1222 UINT8 MemType;
1245 UINT8 MemType;
[all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciBus.h | 106 UINT8 MemType;
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/ |
PciBus.h | 104 UINT8 MemType;
|
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | [all...] |
X86ISelLowering.cpp | [all...] |
/external/clang/lib/CodeGen/ |
CGCall.cpp | [all...] |