HomeSort by relevance Sort by last modified time
    Searched defs:DescSize (Results 1 - 2 of 2) sorted by null

  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellBcfgCommandLib/
UefiShellBcfgCommandLib.c 316 UINTN DescSize, FilePathSize;
517 DescSize = StrSize(Desc);
520 TempByteBuffer = AllocateZeroPool(sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize);
529 CopyMem (TempByteBuffer, Desc, DescSize);
530 TempByteBuffer += DescSize;
539 sizeof(UINT32) + sizeof(UINT16) + DescSize + FilePathSize,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp     [all...]

Completed in 184 milliseconds