| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | type_traits.hpp | 969 template<std::size_t Len, std::size_t Align> 1007 template<std::size_t Len, std::size_t Align, class T, bool Ok> 1010 template<std::size_t Len, std::size_t Align, class T> 1011 struct aligned_next<Len, Align, T, true> 1013 BOOST_STATIC_ASSERT((alignment_of<T>::value == Align)); 1018 template<std::size_t Len, std::size_t Align> 1019 struct aligned_next<Len, Align, max_align_t, false> 1024 template<std::size_t Len, std::size_t Align>\ 1025 struct aligned_next<Len, Align, TYPE, false>\ 1026 : aligned_next<Len, Align, NEXT_TYPE, Align == alignment_of<NEXT_TYPE>::value>\ [all …]
|
| /OK3568_Linux_fs/u-boot/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):
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | type_with_alignment.hpp | 81 template <std::size_t Align> 84 …typedef typename boost::detail::char_alignment<Align, boost::alignment_of<char>::value >= Align>::…
|
| /OK3568_Linux_fs/u-boot/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):
|
| /OK3568_Linux_fs/u-boot/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 */
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1136/ |
| H A D | start.S | 81 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm1176/ |
| H A D | start.S | 87 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/arm920t/ |
| H A D | start.S | 97 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | tools.py | 113 def Align(pos, align): function
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/sa1100/ |
| H A D | start.S | 117 orr r0, r0, #0x00000002 @ set bit 1 (A) Align
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/ |
| H A D | pidgin-sipe_1.25.0.bb | 12 file://0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/pidgin/pidgin-sipe/ |
| H A D | 0001-Align-structs-casts-with-time_t-elements-to-8byte-bo.patch | 4 Subject: [PATCH] Align structs casts with time_t elements to 8byte boundary
|
| /OK3568_Linux_fs/u-boot/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()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/libhugetlbfs/files/ |
| H A D | 0001-Revert-ld.hugetlbfs-fix-Ttext-segment-argument-on-AA.patch | 66 Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align 102 Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align 141 Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/lib/ldscripts/ |
| H A D | aarch64elf.xc | 162 /* Align here to ensure that the .bss section occupies space up to 163 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64linuxb.xsc | 153 /* Align here to ensure that the .bss section occupies space up to 154 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64elf32b.xn | 160 /* Align here to ensure that the .bss section occupies space up to 161 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64linux32.xsc | 153 /* Align here to ensure that the .bss section occupies space up to 154 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64elf.xce | 166 /* Align here to ensure that the .bss section occupies space up to 167 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64elf32b.xd | 158 /* Align here to ensure that the .bss section occupies space up to 159 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64elf32b.xdwe | 163 /* Align here to ensure that the .bss section occupies space up to 164 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64elf32b.xdc | 160 /* Align here to ensure that the .bss section occupies space up to 161 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64linux32.xsw | 152 /* Align here to ensure that the .bss section occupies space up to 153 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64linux32.xswe | 156 /* Align here to ensure that the .bss section occupies space up to 157 _end. Align after .bss to ensure correct alignment even if the
|
| H A D | aarch64elf32.xsw | 151 /* Align here to ensure that the .bss section occupies space up to 152 _end. Align after .bss to ensure correct alignment even if the
|