HomeSort by relevance Sort by last modified time
    Searched refs:NodeSize (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/StdLib/LibC/StdLib/
Malloc.c 89 UINTN NodeSize;
97 NodeSize = (UINTN)(Size + sizeof(CPOOL_HEAD));
99 DEBUG((DEBUG_POOL, "malloc(%d): NodeSz: %d", Size, NodeSize));
101 Status = gBS->AllocatePool( EfiLoaderData, NodeSize, (void**)&Head);
111 Head->Size = NodeSize;
  /device/linaro/bootloader/edk2/SecurityPkg/Library/AuthVariableLib/
AuthService.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 429 UINTN NodeSize;
440 NodeSize = DevicePathNodeLength (DevicePath);
441 if (NodeSize < END_DEVICE_PATH_LENGTH) {
444 Size += NodeSize;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmLoadOption.c 637 UINTN NodeSize;
648 NodeSize = DevicePathNodeLength (DevicePath);
649 if (NodeSize == 0) {
652 Size += NodeSize;
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Override/IntelFrameworkModulePkg/Library/GenericBdsLib/
BdsMisc.c 429 UINTN NodeSize;
440 NodeSize = DevicePathNodeLength (DevicePath);
441 if (NodeSize < END_DEVICE_PATH_LENGTH) {
444 Size += NodeSize;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
portcls.h 383 ULONG NodeSize;
    [all...]

Completed in 327 milliseconds