HomeSort by relevance Sort by last modified time
    Searched refs:Alignment (Results 51 - 75 of 645) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/lib/MC/
StringTableBuilder.cpp 19 StringTableBuilder::StringTableBuilder(Kind K, unsigned Alignment)
20 : K(K), Alignment(Alignment) {
130 if (!(Pos & (Alignment - 1))) {
137 size_t Start = alignTo(StringTable.size(), Alignment);
186 size_t Start = alignTo(Size, Alignment);
MCSymbol.cpp 27 // We may need more space for a Name to account for alignment. So allocate
31 // For safety, ensure that the alignment of a pointer is enough for an
34 static_assert((unsigned)AlignOf<MCSymbol>::Alignment <=
35 AlignOf<NameEntryStorageTy>::Alignment,
36 "Bad alignment of MCSymbol");
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
VerSection.py 49 # @retval tuple (Generated file name, section alignment)
56 self.Alignment = FfsInf.__ExtendMacro__(self.Alignment)
83 return OutputFileList, self.Alignment
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
MemoryAllocationLib.c 156 Allocates one or more 4KB pages of a certain memory type at a specified alignment.
158 Allocates the number of 4KB pages specified by Pages of a certain memory type with an alignment
159 specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is returned.
160 If there is not enough memory at the specified alignment remaining to satisfy the request, then
162 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
163 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT().
167 @param Alignment The requested alignment of the allocation. Must be a power of two.
168 If Alignment is zero, then byte alignment is used.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiMemoryAllocationLib/
MemoryAllocationLib.c 156 Allocates one or more 4KB pages of a certain memory type at a specified alignment.
158 Allocates the number of 4KB pages specified by Pages of a certain memory type with an alignment
159 specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is returned.
160 If there is not enough memory at the specified alignment remaining to satisfy the request, then
162 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
163 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT().
167 @param Alignment The requested alignment of the allocation. Must be a power of two.
168 If Alignment is zero, then byte alignment is used.
    [all...]
  /external/clang/lib/CodeGen/
Address.h 11 // alignment.
27 CharUnits Alignment;
29 Address(llvm::Value *pointer, CharUnits alignment)
30 : Pointer(pointer), Alignment(alignment) {
31 assert((!alignment.isZero() || pointer == nullptr) &&
32 "creating valid address with invalid alignment");
66 /// Return the alignment of this pointer.
69 return Alignment;
77 ConstantAddress(llvm::Constant *pointer, CharUnits alignment)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTextMeasuringTest.java 24 import android.text.Layout.Alignment;
39 private static final Alignment DEFAULT_ALIGN = Alignment.ALIGN_LEFT;
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/Pei/FwVol/
FwVol.h 20 #define GET_OCCUPIED_SIZE(ActualSize, Alignment) \
21 ((ActualSize) + (((Alignment) - ((ActualSize) & ((Alignment) - 1))) & ((Alignment) - 1)))
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostResource.h 62 UINT64 Alignment;
PciHostBridge.c 283 UINT64 Alignment;
373 // Allocate the resource node with max alignment at first
381 if (MaxAlignment <= RootBridgeInstance->ResAllocNode[Index2].Alignment) {
382 MaxAlignment = RootBridgeInstance->ResAllocNode[Index2].Alignment;
393 Alignment = RootBridgeInstance->ResAllocNode[Index].Alignment;
396 // Get the number of '1' in Alignment.
398 for (BitsOfAlignment = 0; Alignment != 0; BitsOfAlignment++) {
399 Alignment = RShiftU64 (Alignment, 1);
    [all...]
  /external/abi-compliance-checker/modules/Internals/
CallConv.pm 606 my $Alignment = $SInfo->{"Param"}{$Pos}{"algn"};
607 if($Alignment<$StackAlgn) {
608 $Alignment = $StackAlgn;
610 return pushStack($SInfo, $Alignment, $TInfo->{$PTid}{"Size"}, { 0 => $PName });
981 { # x86_64: sizeof==alignment
1010 my $Alignment = 0;
1016 $Alignment = $Computed;
1022 $Alignment = $BSize;
1025 $Alignment = 1;
1028 return ($Alignment, $BSize)
    [all...]
  /external/clang/include/clang/Frontend/
LayoutOverrideSource.h 31 /// \brief The alignment of the record.
52 uint64_t &Size, uint64_t &Alignment,
  /external/clang/lib/AST/
DeclGroup.cpp 23 void* Mem = C.Allocate(Size, llvm::AlignOf<DeclGroup>::Alignment);
  /external/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.h 47 unsigned Alignment) override;
SystemZConstantPoolValue.cpp 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) {
31 unsigned AlignMask = Alignment - 1;
  /frameworks/base/core/java/android/text/
Layout.java 183 * override the alignment.
189 int width, Alignment align,
203 * override the alignment.
211 int width, Alignment align, TextDirectionHeuristic textDir,
245 int width, Alignment align,
296 Alignment paraAlign = mAlignment;
353 final Alignment align;
354 if (paraAlign == Alignment.ALIGN_LEFT) {
355 align = (dir == DIR_LEFT_TO_RIGHT) ? Alignment.ALIGN_NORMAL : Alignment.ALIGN_OPPOSITE
    [all...]
  /frameworks/compile/mclinker/include/mcld/Fragment/
AlignFragment.h 39 return F->getKind() == Fragment::Alignment;
47 /// Alignment - The alignment to ensure, in bytes.
56 /// MaxBytesToEmit - The maximum number of bytes to emit; if the alignment
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 261 NDR64_ALIGNMENT Alignment;
269 NDR64_ALIGNMENT Alignment;
278 NDR64_ALIGNMENT Alignment;
289 NDR64_ALIGNMENT Alignment;
322 NDR64_ALIGNMENT Alignment;
329 NDR64_ALIGNMENT Alignment;
336 NDR64_UINT8 Alignment;
346 NDR64_UINT8 Alignment;
356 NDR64_UINT8 Alignment;
385 NDR64_ALIGNMENT Alignment;
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorContractionMapper.h 76 int packet_size, bool inner_dim_contiguous, int Alignment>
199 // Only claim alignment when we can compute the actual stride (ie when we're
202 return (Alignment == Aligned) && (side == Lhs) && inner_dim_contiguous ? 0 : size;
221 bool inner_dim_reordered, int Alignment>
222 class BaseTensorContractionMapper : public SimpleTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, Alignment>
225 typedef SimpleTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, packet_size, inner_dim_contiguous, Alignment> ParentMapper;
304 bool inner_dim_reordered, int Alignment>
305 class BaseTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, 1, inner_dim_contiguous, inner_dim_reordered, Alignment> : public SimpleTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, 1, inner_dim_contiguous, Alignment>
308 typedef SimpleTensorContractionMapper<Scalar, Index, side, Tensor, nocontract_t, contract_t, 1, inner_dim_contiguous, Alignment> ParentMapper
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 52 cl::desc("Force the alignment of all functions."),
125 Alignment = STI->getTargetLowering()->getMinFunctionAlignment();
127 // FIXME: Shouldn't use pref alignment if explicit alignment is set on Fn.
130 Alignment = std::max(Alignment,
134 Alignment = AlignAllFunctions;
570 /// Clamp the alignment if requested and emit a warning.
575 DEBUG(dbgs() << "Warning: requested alignment " << Align
576 << " exceeds the stack alignment " << StackAlig
    [all...]
  /external/universal-tween-engine/java/applets/src/aurelienribon/tweenengine/applets/
TimelineApplet.java 333 jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
336 .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
345 jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
348 .addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
381 jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
382 .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup()
384 .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
385 .addComponent(yoyoChk, javax.swing.GroupLayout.Alignment.TRAILING)
386 .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup()
390 .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel2Layout.createSequentialGroup(
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiSmmCoreMemoryAllocationLib/
MemoryAllocationLib.c 205 Allocates one or more 4KB pages of a certain memory type at a specified alignment.
207 Allocates the number of 4KB pages specified by Pages of a certain memory type with an alignment
208 specified by Alignment. The allocated buffer is returned. If Pages is 0, then NULL is returned.
209 If there is not enough memory at the specified alignment remaining to satisfy the request, then
211 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
212 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT().
216 @param Alignment The requested alignment of the allocation. Must be a power of two.
217 If Alignment is zero, then byte alignment is used.
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/SmmMemoryAllocationLib/
MemoryAllocationLib.c 282 Allocates one or more 4KB pages of a certain memory type at a specified alignment.
285 with an alignment specified by Alignment. The allocated buffer is returned.
287 specified alignment remaining to satisfy the request, then NULL is returned.
288 If Alignment is not a power of two and Alignment is not zero, then ASSERT().
289 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT().
293 @param Alignment The requested alignment of the allocation.
295 If Alignment is zero, then byte alignment is used.
    [all...]
  /external/clang/lib/Frontend/
LayoutOverrideSource.cpp 89 // Check for the alignment of the type.
90 Pos = LineStr.find("Alignment:");
92 // Skip past the "Alignment:" prefix.
93 LineStr = LineStr.substr(Pos + strlen("Alignment:"));
95 unsigned long long Alignment = 0;
96 (void)LineStr.getAsInteger(10, Alignment);
97 CurrentLayout.Align = Alignment;
101 // Check for the size/alignment of the type.
117 // Parse alignment.
118 unsigned long long Alignment = 0
    [all...]
  /external/llvm/unittests/IR/
AttributesTest.cpp 37 Attribute Align4 = Attribute::get(C, Attribute::Alignment, 4);
38 Attribute Align5 = Attribute::get(C, Attribute::Alignment, 5);

Completed in 2034 milliseconds

1 23 4 5 6 7 8 91011>>