Home
last modified time | relevance | path

Searched refs:Align (Results 1 – 14 of 14) sorted by relevance

/u-boot/tools/binman/test/
A D167_fit_image_subentry_alignment.dts16 description = "Offset-Align Test";
/u-boot/arch/arm/cpu/arm1136/
A Dstart.S80 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
/u-boot/arch/arm/cpu/arm1176/
A Dstart.S86 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
/u-boot/arch/arm/cpu/arm920t/
A Dstart.S96 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
/u-boot/arch/arm/cpu/sa1100/
A Dstart.S116 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
/u-boot/tools/binman/
A Dentry.py373 self.offset = tools.Align(offset, self.align)
375 needed = tools.Align(needed, self.align_size)
380 aligned_offset = tools.Align(new_offset, self.align_end)
394 if self.size != tools.Align(self.size, self.align_size):
397 if self.offset != tools.Align(self.offset, self.align):
/u-boot/arch/arm/cpu/
A Du-boot.lds70 /* Align the secure section only if we're going to use it in situ */
109 /* Align end of stack section to page boundary */
/u-boot/arch/arm/cpu/pxa/
A Dstart.S110 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
/u-boot/lib/lzma/
A DLzmaDec.c105 #define Align (SpecPos + kNumFullDistances - kEndPosModelIndex) macro
106 #define LenCoder (Align + kAlignTableSize)
362 prob = probs + Align; in LzmaDec_DecodeReal()
684 prob = probs + Align; in LzmaDec_TryDummy()
/u-boot/tools/binman/etype/
A Dsection.py558 size = tools.Align(size, self.align_size)
565 if self.size != tools.Align(self.size, self.align_size):
/u-boot/arch/arm/lib/
A Ddiv64.S62 @ Align divisor with upper part of dividend.
/u-boot/tools/patman/
A Dtools.py165 def Align(pos, align): function
/u-boot/arch/arm/cpu/armv7/
A Dstart.S156 orr r0, r0, #0x00000002 @ set bit 1 (--A-) Align
/u-boot/tools/buildman/
A DREADME525 dbd0677 tegra: Align LCD frame buffer to section boundary
585 13: tegra: Align LCD frame buffer to section boundary
614 13: tegra: Align LCD frame buffer to section boundary

Completed in 31 milliseconds