Home
last modified time | relevance | path

Searched refs:AlignmentValue (Results 1 – 25 of 66) sorted by relevance

123

/dports/finance/weberp/webERP/
H A DFormDesigner.php70 foreach ($Alignments as $AlignmentValue => $AlignmentOption) {
72 if ($AlignmentValue == $keyValue) {
75 …echo ' title="' . $AlignmentOption['Title'] . '" value="' . $AlignmentValue . '">' . $AlignmentOpt…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp205 uint32_t AlignmentValue; in parseLipoOptions() local
206 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
210 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
214 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
220 Log2_32(AlignmentValue)); in parseLipoOptions()
225 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp329 uint32_t AlignmentValue; in parseLipoOptions() local
330 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
334 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
338 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
344 Log2_32(AlignmentValue)); in parseLipoOptions()
349 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-lipo/
H A Dllvm-lipo.cpp329 uint32_t AlignmentValue; in parseLipoOptions() local
330 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
334 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
338 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
344 Log2_32(AlignmentValue)); in parseLipoOptions()
349 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-lipo/
H A Dllvm-lipo.cpp328 uint32_t AlignmentValue; in parseLipoOptions() local
329 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
333 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
337 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
343 Log2_32(AlignmentValue)); in parseLipoOptions()
348 Twine(AlignmentValue)); in parseLipoOptions()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-lipo/
H A Dllvm-lipo.cpp328 uint32_t AlignmentValue; in parseLipoOptions() local
329 if (!to_integer<uint32_t>(Segalign->getValue(1), AlignmentValue, 16)) in parseLipoOptions()
333 if (!isPowerOf2_32(AlignmentValue)) in parseLipoOptions()
337 if (Log2_32(AlignmentValue) > MachOUniversalBinary::MaxSectionAlignment) in parseLipoOptions()
343 Log2_32(AlignmentValue)); in parseLipoOptions()
348 Twine(AlignmentValue)); in parseLipoOptions()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c106 UINTN AlignmentValue; in GetRequiredAlignment() local
108 AlignmentValue = FfsAttributes & EFI_FV_FILE_ATTRIB_ALIGNMENT; in GetRequiredAlignment()
110 if (AlignmentValue <= 3) { in GetRequiredAlignment()
114 if (AlignmentValue > 16) { in GetRequiredAlignment()
121 return (UINTN)1 << AlignmentValue; in GetRequiredAlignment()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c106 UINTN AlignmentValue; in GetRequiredAlignment() local
108 AlignmentValue = FfsAttributes & EFI_FV_FILE_ATTRIB_ALIGNMENT; in GetRequiredAlignment()
110 if (AlignmentValue <= 3) { in GetRequiredAlignment()
114 if (AlignmentValue > 16) { in GetRequiredAlignment()
121 return (UINTN)1 << AlignmentValue; in GetRequiredAlignment()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c113 UINTN AlignmentValue; in GetRequiredAlignment() local
115 AlignmentValue = FfsAttributes & EFI_FV_FILE_ATTRIB_ALIGNMENT; in GetRequiredAlignment()
117 if (AlignmentValue <= 3) { in GetRequiredAlignment()
121 if (AlignmentValue > 16) { in GetRequiredAlignment()
128 return (UINTN)1 << AlignmentValue; in GetRequiredAlignment()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/IntelFrameworkModulePkg/Universal/FirmwareVolume/FwVolDxe/
H A DFwVolWrite.c106 UINTN AlignmentValue; in GetRequiredAlignment() local
108 AlignmentValue = FfsAttributes & EFI_FV_FILE_ATTRIB_ALIGNMENT; in GetRequiredAlignment()
110 if (AlignmentValue <= 3) { in GetRequiredAlignment()
114 if (AlignmentValue > 16) { in GetRequiredAlignment()
121 return (UINTN)1 << AlignmentValue; in GetRequiredAlignment()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/MC/MCParser/
H A DMasmParser.cpp134 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
135 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
4024 int64_t AlignmentValue = 1; in parseDirectiveStruct() local
4027 parseAbsoluteExpression(AlignmentValue)) { in parseDirectiveStruct()
4031 if (!isPowerOf2_64(AlignmentValue)) { in parseDirectiveStruct()
4033 std::to_string(AlignmentValue)); in parseDirectiveStruct()
4051 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
/dports/devel/llvm11/llvm-11.0.1.src/lib/MC/MCParser/
H A DMasmParser.cpp134 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
135 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
4021 int64_t AlignmentValue = 1; in parseDirectiveStruct() local
4024 parseAbsoluteExpression(AlignmentValue)) { in parseDirectiveStruct()
4028 if (!isPowerOf2_64(AlignmentValue)) { in parseDirectiveStruct()
4030 std::to_string(AlignmentValue)); in parseDirectiveStruct()
4048 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/MC/MCParser/
H A DMasmParser.cpp139 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
140 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
4099 int64_t AlignmentValue = 1; in parseDirectiveStruct() local
4102 parseAbsoluteExpression(AlignmentValue)) { in parseDirectiveStruct()
4106 if (!isPowerOf2_64(AlignmentValue)) { in parseDirectiveStruct()
4108 std::to_string(AlignmentValue)); in parseDirectiveStruct()
4126 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/MCParser/
H A DMasmParser.cpp142 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
143 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
4291 int64_t AlignmentValue = 1; in parseDirectiveStruct() local
4294 parseAbsoluteExpression(AlignmentValue)) { in parseDirectiveStruct()
4298 if (!isPowerOf2_64(AlignmentValue)) { in parseDirectiveStruct()
4300 std::to_string(AlignmentValue)); in parseDirectiveStruct()
4318 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/MCParser/
H A DMasmParser.cpp142 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
143 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
4291 int64_t AlignmentValue = 1; in parseDirectiveStruct() local
4294 parseAbsoluteExpression(AlignmentValue)) { in parseDirectiveStruct()
4298 if (!isPowerOf2_64(AlignmentValue)) { in parseDirectiveStruct()
4300 std::to_string(AlignmentValue)); in parseDirectiveStruct()
4318 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/MCParser/
H A DMasmParser.cpp147 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
148 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
4576 int64_t AlignmentValue = 1; in parseDirectiveStruct() local
4579 parseAbsoluteExpression(AlignmentValue)) { in parseDirectiveStruct()
4583 if (!isPowerOf2_64(AlignmentValue)) { in parseDirectiveStruct()
4585 std::to_string(AlignmentValue)); in parseDirectiveStruct()
4603 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/MCParser/
H A DMasmParser.cpp147 StructInfo(StringRef StructName, bool Union, unsigned AlignmentValue) in StructInfo()
148 : Name(StructName), IsUnion(Union), Alignment(AlignmentValue) {} in StructInfo()
4576 int64_t AlignmentValue = 1; in parseDirectiveStruct() local
4579 parseAbsoluteExpression(AlignmentValue)) { in parseDirectiveStruct()
4583 if (!isPowerOf2_64(AlignmentValue)) { in parseDirectiveStruct()
4585 std::to_string(AlignmentValue)); in parseDirectiveStruct()
4603 StructInProgress.emplace_back(Name, DirKind == DK_UNION, AlignmentValue); in parseDirectiveStruct()

123