Home
last modified time | relevance | path

Searched refs:root_info (Results 1 – 4 of 4) sorted by relevance

/third_party/e2fsprogs/e2fsck/
Drehash.c776 struct ext2_dx_root_info *root_info; in calculate_tree() local
783 root_info = set_root_node(fs, outdir->buf, ino, parent, inode); in calculate_tree()
784 root_offset = limit_offset = ((char *) root_info - outdir->buf) + in calculate_tree()
785 root_info->info_length; in calculate_tree()
805 root_info->indirect_levels = 1; in calculate_tree()
831 root_info->indirect_levels = 2; in calculate_tree()
/third_party/boost/libs/math/example/
Droot_n_finding_algorithms.cpp130 struct root_info struct
149 std::vector<root_info> root_infos; // One element for each floating-point type used.
449 root_infos.push_back(root_info()); in test_root()
Droot_finding_algorithms.cpp136 struct root_info struct
156 std::vector<root_info> root_infos; // One element for each type used.
365 root_infos.push_back(root_info()); in test_root()
Droot_elliptic_finding.cpp129 struct root_info struct
148 std::vector<root_info> root_infos; // One element for each floating-point type used.
461 root_infos.push_back(root_info()); in test_root()