/toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/ |
local1.d | 17 +Size +EntSize +Flags +Link +Info +Align
|
local3.d | 15 +Size +EntSize +Flags +Link +Info +Align
|
local5.d | 16 +Size +EntSize +Flags +Link +Info +Align
|
local7.d | 17 +Size +EntSize +Flags +Link +Info +Align
|
/tools/dexter/slicer/export/slicer/ |
buffer.h | 61 // Align the total size and prevent further changes 64 Align(alignment); 80 // Align the buffer size to the specified alignment 81 void Align(size_t alignment) {
|
/prebuilts/go/darwin-x86/src/cmd/cgo/ |
out.go | 335 // Also assumes that gc convention is to word-align the 342 if off%t.Align != 0 { 343 pad := t.Align - off%t.Align 360 if off%t.Align != 0 { 361 pad := t.Align - off%t.Align 726 // gcc wants to 8-align int64s, but gc does not. 771 if off%t.Align != 0 { 772 pad := t.Align - off%t.Alig [all...] |
/prebuilts/go/linux-x86/src/cmd/cgo/ |
out.go | 335 // Also assumes that gc convention is to word-align the 342 if off%t.Align != 0 { 343 pad := t.Align - off%t.Align 360 if off%t.Align != 0 { 361 pad := t.Align - off%t.Align 726 // gcc wants to 8-align int64s, but gc does not. 771 if off%t.Align != 0 { 772 pad := t.Align - off%t.Alig [all...] |
/system/extras/simpleperf/ |
record.cpp | 211 p += Align(strlen(filename) + 1, 8); 235 SetSize(header_size() + sizeof(data) + Align(filename.size() + 1, 8) + 244 p += Align(filename.size() + 1, 8); 263 p += Align(strlen(filename) + 1, 8); 270 SetSize(header_size() + sizeof(data) + Align(filename.size() + 1, 8) + 279 p += Align(filename.size() + 1, 8); 302 p += Align(strlen(p) + 1, 8); 315 SetSize(header_size() + sizeof(data) + Align(comm.size() + 1, 8) + 324 p += Align(comm.size() + 1, 8); 852 p += Align(build_id.Size(), 8) [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
Clipping.java | 44 mPaint.setTextAlign(Paint.Align.RIGHT);
|
PolyToPoly.java | 71 mPaint.setTextAlign(Paint.Align.CENTER);
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/ |
EfiSection.py | 100 Align = self.Alignment
229 #Get PE Section alignment when align is set to AUTO
233 Align = str (ImageObj.SectionAlignment)
235 Align = str (ImageObj.SectionAlignment / 0x400) + 'K'
276 return OutputFileList, Align
|
GenFdsGlobalVariable.py | 381 #Section Align is only for dummy section without section type
429 def GenerateFfs(Output, Input, Type, Guid, Fixed=False, CheckSum=False, Align=None,
437 if Align not in [None, '']:
438 if Align not in mFfsValidAlign:
439 Align = GenFdsGlobalVariable.GetAlignment (Align)
441 if ((Align > GenFdsGlobalVariable.GetAlignment(mFfsValidAlign[index])) and (Align <= GenFdsGlobalVariable.GetAlignment(mFfsValidAlign[index + 1]))):
443 Align = mFfsValidAlign[index + 1]
444 Cmd += ["-a", Align]
[all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/ |
PlotStatistics.java | 52 paint.setTextAlign(Paint.Align.CENTER);
|
/external/libmojo/mojo/public/cpp/bindings/lib/ |
serialization.h | 35 DCHECK_EQ(size, Align(size));
|
/external/llvm/lib/Target/AArch64/ |
AArch64SelectionDAGInfo.cpp | 21 SDValue Size, unsigned Align, bool isVolatile,
|
/external/llvm/lib/Target/ARM/ |
ARMCallingConv.h | 204 unsigned Align = std::min(PendingMembers[0].getExtraInfo(), StackAlign); 214 unsigned RegAlign = alignTo(Align, 4) / 4; 270 It.convertToMem(State.AllocateStack(Size, Align)); 274 // as possible. (E.g. an incoming i64 would have starting Align of 8, but 276 Align = Size;
|
/external/skia/gm/ |
verttext2.cpp | 68 sk_sp<SkTypeface> family, SkPaint::Align alignment) {
|
/external/skqp/gm/ |
verttext2.cpp | 68 sk_sp<SkTypeface> family, SkPaint::Align alignment) {
|
/external/swiftshader/third_party/LLVM/lib/Target/Mips/ |
MipsFrameLowering.cpp | 95 static unsigned AlignOffset(unsigned Offset, unsigned Align) { 96 return (Offset + Align - 1) / Align * Align;
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
XCoreRegisterInfo.cpp | 129 unsigned Align = TFI->getStackAlignment(); 130 Amount = (Amount+Align-1)/Align*Align;
|
/toolchain/binutils/binutils-2.27/gold/testsuite/ |
thumb_bl_out_of_range.s | 20 .align 8 25 .align 2 48 .align 2 51 # Align stub table for address matching. 52 .align 8
|
thumb_bl_out_of_range_local.s | 20 .align 8 25 .align 2 48 .align 2 51 # Align stub table for address matching. 52 .align 8
|
/external/google-breakpad/src/common/linux/ |
synth_elf.cc | 131 Align(4); 255 Align(4); 257 Align(4);
|
/external/llvm/lib/Target/ |
TargetLoweringObjectFile.cpp | 247 unsigned Align = 0; 250 Align); 275 unsigned &Align) const {
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/ |
ARMSelectionDAGInfo.cpp | 32 SDValue Size, unsigned Align, 38 if ((Align & 3) != 0) 145 unsigned Align, bool isVolatile,
|