Home
last modified time | relevance | path

Searched refs:ntfs_get_nr_significant_bytes (Results 1 - 2 of 2) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
H A Drunlist.h68 extern int ntfs_get_nr_significant_bytes(const s64 n);
/third_party/ntfs-3g/libntfs-3g/
H A Drunlist.c1277 * ntfs_get_nr_significant_bytes - get number of bytes needed to store a number
1289 int ntfs_get_nr_significant_bytes(const s64 n) in ntfs_get_nr_significant_bytes() function
1367 rls += 1 + ntfs_get_nr_significant_bytes(rl->length - delta); in ntfs_get_size_for_mapping_pairs()
1380 rls += ntfs_get_nr_significant_bytes(prev_lcn); in ntfs_get_size_for_mapping_pairs()
1390 rls += 1 + ntfs_get_nr_significant_bytes(rl->length); in ntfs_get_size_for_mapping_pairs()
1400 rls += ntfs_get_nr_significant_bytes(rl->lcn - in ntfs_get_size_for_mapping_pairs()

Completed in 3 milliseconds