HomeSort by relevance Sort by last modified time
    Searched refs:FullSize (Results 1 - 7 of 7) 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp 110 unsigned FullSize = 4;
117 unsigned Idx = (FullSize - 1 - i);
128 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);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 261 unsigned FullSize;
267 FullSize = 2;
271 FullSize = 8;
275 FullSize = 4;
287 : (FullSize - 1 - i);
299 : (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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
MicrosoftDemangle.cpp 1229 size_t FullSize = OpName.size() + 3; // <space>""OpName
1230 char *Buffer = Arena.allocUnalignedBuffer(FullSize);
1235 return {Buffer, FullSize};
    [all...]

Completed in 1103 milliseconds