Home
last modified time | relevance | path

Searched refs:real_end (Results 1 – 16 of 16) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dbitmaps.c57 __u64 start, end, real_end; in ext2fs_allocate_inode_bitmap() local
65 real_end = (__u64)EXT2_INODES_PER_GROUP(fs->super) * in ext2fs_allocate_inode_bitmap()
73 start, end, real_end, descr, ret)); in ext2fs_allocate_inode_bitmap()
77 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_inode_bitmap()
81 start, end, real_end, in ext2fs_allocate_inode_bitmap()
90 __u64 start, end, real_end; in ext2fs_allocate_block_bitmap() local
98 real_end = ((__u64) EXT2_CLUSTERS_PER_GROUP(fs->super) in ext2fs_allocate_block_bitmap()
105 start, end, real_end, descr, ret)); in ext2fs_allocate_block_bitmap()
107 if ((end > ~0U) || (real_end > ~0U)) in ext2fs_allocate_block_bitmap()
111 start, end, real_end, in ext2fs_allocate_block_bitmap()
[all …]
Dgen_bitmap.c35 __u32 real_end; member
82 __u32 start, __u32 end, __u32 real_end, in ext2fs_make_generic_bitmap() argument
99 bitmap->real_end = real_end; in ext2fs_make_generic_bitmap()
120 size = (size_t) (((bitmap->real_end - bitmap->start) / 8) + 1); in ext2fs_make_generic_bitmap()
140 __u32 real_end, in ext2fs_allocate_generic_bitmap() argument
145 start, end, real_end, descr, 0, ret); in ext2fs_allocate_generic_bitmap()
155 src->real_end, in ext2fs_copy_generic_bitmap()
306 (size_t) (((bitmap32->real_end - bitmap32->start) / 8) + 1)); in ext2fs_clear_generic_bitmap()
317 if (end > bitmap->real_end) in ext2fs_fudge_generic_bitmap_end()
342 bitno = bmap->real_end; in ext2fs_resize_generic_bitmap()
[all …]
Dblkmap64_ba.c59 size = (size_t) (((bitmap->real_end - bitmap->start) / 8) + 1); in ba_alloc_private_data()
83 size = (size_t) (((bitmap->real_end - bitmap->start) / 8) + 1); in ba_new_bmap()
118 size = (size_t) (((src->real_end - src->start) / 8) + 1); in ba_copy_bmap()
137 bitno = bmap->real_end; in ba_resize_bmap()
143 if (new_real_end == bmap->real_end) { in ba_resize_bmap()
148 size = ((bmap->real_end - bmap->start) / 8) + 1; in ba_resize_bmap()
160 bmap->real_end = new_real_end; in ba_resize_bmap()
310 (size_t) (((bitmap->real_end - bitmap->start) / 8) + 1)); in ba_clear_bmap()
317 ((bitmap->real_end - bitmap->start) >> 3) + 1 + in ba_print_stats()
Dgen_bitmap64.c92 __u64 real_end, in ext2fs_alloc_generic_bmap() argument
142 bitmap->real_end = real_end; in ext2fs_alloc_generic_bmap()
219 bitmap->real_end - bitmap->start); in ext2fs_print_bmap_statistics()
318 new_bmap->real_end = src->real_end; in ext2fs_copy_generic_bmap()
392 if (end > bitmap->real_end) in ext2fs_fudge_generic_bmap_end()
649 num = bmap->real_end - bmap->end; in ext2fs_set_generic_bmap_padding()
817 bmap->end = bmap->real_end; in ext2fs_convert_subcluster_bitmap()
819 cmap->end = cmap->real_end; in ext2fs_convert_subcluster_bitmap()
822 while (i < bmap->real_end) { in ext2fs_convert_subcluster_bitmap()
Dbmap64.h46 __u64 real_end; member
Dblkmap64_rb.c318 bmap->real_end = new_real_end; in rb_resize_bmap()
320 if (bmap->end < bmap->real_end) in rb_resize_bmap()
322 bmap->real_end - bmap->end, bp); in rb_resize_bmap()
938 (bitmap->real_end - bitmap->start); in rb_print_stats()
960 bitmap->real_end - bitmap->start); in rb_print_stats()
Dext2fsP.h165 __u64 real_end,
Dext2fs.h1375 __u32 real_end,
1380 __u32 real_end,
1418 __u64 real_end,
/third_party/boost/libs/locale/test/
Dtest_codecvt.cpp42 char const *real_end = utf8_name + u8len; in test_codecvt_in_n_m() local
45 while(from_next < real_end) { in test_codecvt_in_n_m()
48 if(end > real_end) in test_codecvt_in_n_m()
49 end = real_end; in test_codecvt_in_n_m()
76 if(end > real_end) in test_codecvt_in_n_m()
77 end = real_end; in test_codecvt_in_n_m()
90 TEST(from == real_end); in test_codecvt_in_n_m()
/third_party/boost/libs/nowide/test/
Dtest_codecvt.cpp35 const char* real_end = utf8_name + u8len; in test_codecvt_in_n_m() local
38 while(from_next < real_end) in test_codecvt_in_n_m()
43 if(end > real_end) in test_codecvt_in_n_m()
44 end = real_end; in test_codecvt_in_n_m()
70 if(end > real_end) in test_codecvt_in_n_m()
71 end = real_end; in test_codecvt_in_n_m()
84 TEST(from == real_end); in test_codecvt_in_n_m()
/third_party/libsnd/src/
Dtest_file_io.c333 sf_count_t real_end ; in file_seek_with_offset_test() local
346 real_end = psf_fseek (psf, 0, SEEK_END) ; in file_seek_with_offset_test()
347 test_tell_or_die (psf, real_end, __LINE__) ; in file_seek_with_offset_test()
353 test_tell_or_die (psf, real_end - fileoffset, __LINE__) ; in file_seek_with_offset_test()
359 test_seek_or_die (psf, 0, SEEK_END, real_end - fileoffset, __LINE__) ; in file_seek_with_offset_test()
/third_party/python/Tools/scripts/
Dabitype.py37 def get_fields(start, real_end): argument
72 assert end < real_end
/third_party/boost/boost/polygon/
Dpolygon_set_data.hpp606 piterator first, second, third, end, real_end; in insert_with_resize_dispatch() local
607 real_end = end_points(poly); in insert_with_resize_dispatch()
610 if(first == real_end) return *this; in insert_with_resize_dispatch()
612 if(third == real_end) return *this; in insert_with_resize_dispatch()
615 if(third == real_end) return *this; in insert_with_resize_dispatch()
704 if(third == real_end) { in insert_with_resize_dispatch()
Dpolygon_45_set_data.hpp1100 piterator first, second, third, end, real_end; in insert_with_resize_dispatch() local
1101 real_end = end_points(poly); in insert_with_resize_dispatch()
1104 if(first == real_end) return *this; in insert_with_resize_dispatch()
1106 if(third == real_end) return *this; in insert_with_resize_dispatch()
1109 if(third == real_end) return *this; in insert_with_resize_dispatch()
1123 if(third == real_end) { in insert_with_resize_dispatch()
/third_party/e2fsprogs/resize/
Dresize2fs.c697 blk64_t real_end; in adjust_fs_info() local
796 real_end = EXT2_GROUPS_TO_BLOCKS(fs->super, fs->group_desc_count) - 1 + in adjust_fs_info()
799 real_end, fs->block_map); in adjust_fs_info()
808 real_end, reserve_blocks); in adjust_fs_info()
/third_party/e2fsprogs/doc/
Dlibext2fs.texinfo950 …_allocate_generic_bitmap (__u32 @var{start}, __u32 @var{end}, _u32 @var{real_end}, const char *@va…