Searched refs:old_loc (Results 1 – 10 of 10) sorted by relevance
/third_party/e2fsprogs/resize/ |
D | extent.c | 23 __u64 old_loc, new_loc; member 81 errcode_t ext2fs_add_extent_entry(ext2_extent extent, __u64 old_loc, __u64 new_loc) in ext2fs_add_extent_entry() argument 106 if ((ent->old_loc + ent->size == old_loc) && in ext2fs_add_extent_entry() 114 if (ent->old_loc + ent->size > old_loc) in ext2fs_add_extent_entry() 118 ent->old_loc = old_loc; in ext2fs_add_extent_entry() 136 return (db_a->old_loc - db_b->old_loc); in extent_cmp() 143 __u64 ext2fs_extent_translate(ext2_extent extent, __u64 old_loc) in ext2fs_extent_translate() argument 164 lowval = extent->list[low].old_loc; in ext2fs_extent_translate() 165 highval = extent->list[high].old_loc; in ext2fs_extent_translate() 167 if (old_loc < lowval) in ext2fs_extent_translate() [all …]
|
D | resize2fs.h | 160 __u64 old_loc, __u64 new_loc); 161 extern __u64 ext2fs_extent_translate(ext2_extent extent, __u64 old_loc); 163 extern errcode_t ext2fs_iterate_extent(ext2_extent extent, __u64 *old_loc,
|
D | resize2fs.c | 1804 static __u64 extent_translate(ext2_filsys fs, ext2_extent extent, __u64 old_loc) in extent_translate() argument 1806 __u64 new_block = C2B(ext2fs_extent_translate(extent, B2C(old_loc))); in extent_translate() 1809 new_block += old_loc & (EXT2FS_CLUSTER_RATIO(fs) - 1); in extent_translate()
|
/third_party/boost/libs/serialization/test/ |
D | test_codecvt_null.cpp | 74 std::locale old_loc; in test_main() local 76 old_loc, in test_main()
|
/third_party/boost/libs/serialization/performance/ |
D | performance_codecvt_null.cpp | 75 std::locale old_loc; in test_main() local 77 boost::archive::add_facet(old_loc, new boost::archive::codecvt_null<wchar_t>); in test_main()
|
D | performance_utf8_codecvt.cpp | 100 std::locale old_loc; in test_main() local 103 old_loc, in test_main()
|
/third_party/python/Lib/test/ |
D | test_c_locale_coercion.py | 408 old_loc = locale.setlocale(locale.LC_CTYPE, None) 409 self.addCleanup(locale.setlocale, locale.LC_CTYPE, old_loc)
|
/third_party/boost/boost/xpressive/traits/ |
D | cpp_regex_traits.hpp | 579 locale_type old_loc = this->loc_; in imbue() local 584 return old_loc; in imbue()
|
/third_party/boost/libs/filesystem/test/ |
D | path_unit_test.cpp | 840 std::locale old_loc = path::imbue(loc); in test_imbue_locale() local 848 path::imbue(old_loc); in test_imbue_locale() 1007 std::locale old_loc = path::imbue(loc); in test_error_handling() local 1061 path::imbue(old_loc); in test_error_handling()
|
/third_party/e2fsprogs/misc/ |
D | tune2fs.c | 113 blk64_t old_loc; member 2316 bmv->old_loc = blk; in move_block() 2342 if (bmv->old_loc == blk) in translate_block()
|