/device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/ |
D | UefiMemoryAllocationLib.uni | 4 // Memory Allocation Library that uses EFI Boot Services to allocate 21 …language en-US "This Memory Allocation Library uses EFI Boot Services to allocate and free memory."
|
D | UefiMemoryAllocationLib.inf | 4 # Memory Allocation Library that uses EFI Boot Services to allocate
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/ |
D | SmmMemoryAllocationLib.uni | 5 // allocate and free memory. 21 …s Memory Allocation Library uses services from the SMM Services Table to allocate and free memory."
|
D | SmmMemoryAllocationLib.inf | 5 # allocate and free memory.
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiMemoryAllocationLib/ |
D | PeiMemoryAllocationLib.uni | 4 // Memory Allocation Library that uses PEI Services to allocate memory. 21 … #language en-US "Memory Allocation Library that uses PEI Services to allocate memory. Free oper…
|
D | PeiMemoryAllocationLib.inf | 4 # Memory Allocation Library that uses PEI Services to allocate memory.
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMem.h | 84 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure) = 0; 169 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure); 201 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure); 223 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure); 255 virtual int allocate(uint8_t count, size_t size, uint32_t is_secure);
|
D | QCameraMem.cpp | 793 int QCameraHeapMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraHeapMemory 1089 int QCameraStreamMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraStreamMemory 1324 int QCameraVideoMemory::allocate(uint8_t count, size_t size, uint32_t isSecure) in allocate() function in qcamera::QCameraVideoMemory 1327 int rc = QCameraStreamMemory::allocate(count, size, isSecure); in allocate() 2047 int QCameraGrallocMemory::allocate(uint8_t count, size_t /*size*/, in allocate() function in qcamera::QCameraGrallocMemory
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
D | PciBusDxe.uni | 2 // The PCI bus driver will probe all PCI devices and allocate MMIO and IO space for these devices. 18 #string STR_MODULE_ABSTRACT #language en-US "Probes all PCI devices and allocate MMIO a…
|
D | PciBusDxe.inf | 2 # The PCI bus driver will probe all PCI devices and allocate MMIO and IO space for these devices.
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiMemoryAllocationProfileLib/ |
D | UefiMemoryAllocationProfileLib.uni | 5 // Memory Allocation Library that uses EFI Boot Services to allocate 22 …anguage en-US "This Memory Allocation Library uses EFI Boot Services to allocate and free memory, …
|
D | UefiMemoryAllocationProfileLib.inf | 5 # Memory Allocation Library that uses EFI Boot Services to allocate
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/SmmMemoryAllocationProfileLib/ |
D | SmmMemoryAllocationProfileLib.uni | 6 // allocate and free memory, with memory profile support. 22 … Memory Allocation Library uses services from the SMM Services Table to allocate and free memory, …
|
D | SmmMemoryAllocationProfileLib.inf | 6 # allocate and free memory, with memory profile support.
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | goldfish_address_space.cpp | 78 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size) in allocate() function in GoldfishAddressSpaceBlock 176 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size) in allocate() function in GoldfishAddressSpaceBlock 353 bool GoldfishAddressSpaceBlock::allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size) in allocate() function in GoldfishAddressSpaceBlock
|
D | goldfish_address_space.h | 63 bool allocate(GoldfishAddressSpaceBlockProvider *provider, size_t size);
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/ |
D | GuardUefiMemoryAllocationLib.inf | 4 # Memory Allocation Library that uses EFI Boot Services to allocate
|
/device/linaro/bootloader/edk2/OvmfPkg/IncompatiblePciDeviceSupportDxe/ |
D | IncompatiblePciDeviceSupport.inf | 2 # A simple DXE_DRIVER that causes the PCI Bus UEFI_DRIVER to allocate 64-bit
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | antlr.g | 631 require(HdrAction!=NULL, "rule grammar: cannot allocate header action"); 640 require(FirstAction!=NULL, "rule grammar: cannot allocate #first action"); 793 /* MR22 */ require(BaseClassName!=NULL, "rule grammar: cannot allocate base class na… 859 require(pdecl!=NULL, "rule rule: cannot allocate param decl"); 867 require(ret!=NULL, "rule rule: cannot allocate ret type"); 876 require(e!=NULL, "cannot allocate error class node"); 934 require(a!=NULL, "rule rule: cannot allocate error action"); 968 require(a!=NULL, "rule laction: cannot allocate action"); 991 /* MR1 */ require(a!=NULL, "rule lmember: cannot allocate action"); 1010 /* MR1 */ require(a!=NULL, "rule lprefix: cannot allocate action"); [all …]
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/IohInit/Dxe/ |
D | IohInitDxe.inf | 9 # 2. Initialize the PciHostBridge, and allocate the I/O and memory space from GCD service.
|
/device/google/marlin/camera/QCamera2/HAL3/ |
D | QCamera3Mem.h | 109 int allocate(size_t size);
|
D | QCamera3StreamMem.cpp | 390 return mHeapMem.allocate(size); in allocateAll()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
D | QNCInitDxe.inf | 9 # 2. Initialize the PciHostBridge, and allocate the I/O and memory space from GCD service.
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | xlat-tables-lib-v2-design.rst | 19 #. Statically allocate translation tables and populate them (at run-time) based 143 * The number of sub-translation tables to allocate. 145 Number of translation tables to statically allocate for this context, 148 specify the number of level-2 and level-3 translation tables to pre-allocate 155 translation table : the library will allocate as many entries as is required
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 44 ram : ORIGIN = 0x80000000, LENGTH = 128K /* we allocate this in ram */
|