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

  /external/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 101 unsigned FullSize = 4;
108 unsigned Idx = (FullSize - 1 - i);
119 unsigned Idx = (FullSize - 1 - i);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 246 unsigned FullSize;
252 FullSize = 2;
256 FullSize = 8;
260 FullSize = 4;
272 : (FullSize - 1 - i);
284 : (FullSize - 1 - i);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/PiSmbiosRecordOnDataHubSmbiosRecordThunk/
Translate.c 563 UINT32 FullSize;
571 FullSize = Head->Length;
573 *Size = FullSize;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
SmbiosDxe.c 179 UINTN FullSize;
188 FullSize = Head->Length;
190 *Size = FullSize;
    [all...]

Completed in 99 milliseconds