Searched refs:Align (Results 1 – 13 of 13) sorted by relevance
| /rk3399_rockchip-uboot/tools/binman/etype/ |
| H A D | entry.py | 147 self.pos = tools.Align(pos, self.align) 149 needed = tools.Align(needed, self.align_size) 154 aligned_pos = tools.Align(new_pos, self.align_end) 168 if self.size != tools.Align(self.size, self.align_size): 171 if self.pos != tools.Align(self.pos, self.align):
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1136/ |
| H A D | start.S | 81 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm1176/ |
| H A D | start.S | 87 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /rk3399_rockchip-uboot/arch/arm/cpu/arm920t/ |
| H A D | start.S | 97 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /rk3399_rockchip-uboot/tools/patman/ |
| H A D | tools.py | 113 def Align(pos, align): function
|
| /rk3399_rockchip-uboot/arch/arm/cpu/sa1100/ |
| H A D | start.S | 117 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /rk3399_rockchip-uboot/tools/binman/ |
| H A D | image.py | 98 size = tools.Align(size, self._align_size) 105 if self._size != tools.Align(self._size, self._align_size):
|
| /rk3399_rockchip-uboot/arch/arm/cpu/ |
| H A D | u-boot.lds | 52 /* Align the secure section only if we're going to use it in situ */ 91 /* Align end of stack section to page boundary */
|
| /rk3399_rockchip-uboot/arch/arm/cpu/pxa/ |
| H A D | start.S | 111 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /rk3399_rockchip-uboot/lib/lzma/ |
| H A D | LzmaDec.c | 105 #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()
|
| /rk3399_rockchip-uboot/arch/arm/lib/ |
| H A D | div64.S | 63 @ Align divisor with upper part of dividend.
|
| /rk3399_rockchip-uboot/arch/arm/cpu/armv7/ |
| H A D | start.S | 168 orr r0, r0, #0x00000002 @ set bit 1 (--A-) Align
|
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | README | 506 dbd0677 tegra: Align LCD frame buffer to section boundary 565 13: tegra: Align LCD frame buffer to section boundary 594 13: tegra: Align LCD frame buffer to section boundary
|