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

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
FwVolWrite.c 113 UINTN AlignmentValue;
115 AlignmentValue = FfsAttributes & EFI_FV_FILE_ATTRIB_ALIGNMENT;
117 if (AlignmentValue <= 3) {
121 if (AlignmentValue > 16) {
128 return (UINTN)1 << AlignmentValue;
    [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 726 Value *AlignmentValue = EmitScalarExpr(E->getArg(1));
727 ConstantInt *AlignmentCI = cast<ConstantInt>(AlignmentValue);
    [all...]

Completed in 72 milliseconds