Searched refs:partition_size (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/boost/boost/ |
| H A D | boost-CVE-2012-2677.patch | 28 + size_type partition_size = alloc_size(); 74 else if( next_size*partition_size/requested_size < max_size) 75 …ze = min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size*requested_size/ partition_size); 76 …(min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size * requested_size / partition_size)); 79 store().add_block(node.begin(), node.element_size(), partition_size); 86 else if( next_size*partition_size/requested_size < max_size) 87 …ze = min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size*requested_size/ partition_size); 88 …(min BOOST_PREVENT_MACRO_SUBSTITUTION(next_size << 1, max_size * requested_size / partition_size)); 99 const size_type partition_size = alloc_size(); 107 else if( next_size*partition_size/requested_size < max_size) [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | avbtool.py | 2325 def resize_image(self, image_filename, partition_size): argument 2337 if partition_size % image.block_size != 0: 2339 'block size {}.'.format(partition_size, 2352 if partition_size < vbmeta_end_offset + 1 * image.block_size: 2355 .format(partition_size, 2362 image.append_dont_care(partition_size - vbmeta_end_offset - 3251 partition_size): argument 3264 if partition_size % image.block_size != 0: 3266 'block size {}.'.format(partition_size, 3312 image.append_dont_care(partition_size - vbmeta_end_offset - [all …]
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/scripts/ |
| H A D | avbtool | 2005 def resize_image(self, image_filename, partition_size): argument 2018 if partition_size % image.block_size != 0: 2020 'block size {}.'.format(partition_size, 2035 if partition_size < vbmeta_end_offset + 1*image.block_size: 2038 .format(partition_size, 2045 image.append_dont_care(partition_size - vbmeta_end_offset - 2700 partition_size): argument 2713 if partition_size % image.block_size != 0: 2715 'block size {}.'.format(partition_size, 2761 image.append_dont_care(partition_size - vbmeta_end_offset - [all …]
|
| /OK3568_Linux_fs/u-boot/lib/avb/libavb_user/ |
| H A D | avb_ops_user.c | 101 uint64_t partition_size; in read_from_partition() local 104 if (get_size_of_partition(ops, partition, &partition_size)) in read_from_partition() 107 if (-offset > partition_size) in read_from_partition() 110 offset = partition_size - (-offset); in read_from_partition()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | tree-ssa-live.h | 58 unsigned int partition_size; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | tree-ssa-live.h | 58 unsigned int partition_size; member
|
| /OK3568_Linux_fs/tools/linux/Linux_SecurityAVB/ |
| H A D | avb_user_tool.sh | 63 …python $SCRIPTS/avbtool add_hash_footer --image $OUT/${IMAGE}.img --partition_size ${SIZE} --parti…
|