Home
last modified time | relevance | path

Searched refs:root_offset (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/fs/cramfs/
Dcramfs.c57 unsigned long root_offset; in cramfs_read_super() local
87 root_offset = CRAMFS_GET_OFFSET (&(super.root)) << 2; in cramfs_read_super()
88 if (root_offset == 0) { in cramfs_read_super()
91 ((root_offset != sizeof (struct cramfs_super)) && in cramfs_read_super()
92 (root_offset != 512 + sizeof (struct cramfs_super)))) { in cramfs_read_super()
93 printf ("cramfs: bad root offset %lu\n", root_offset); in cramfs_read_super()
/external/kmod/libkmod/
Dlibkmod-index.c309 uint32_t root_offset; member
337 new->root_offset = read_long(new->file); in index_file_open()
351 return index_read(in->file, in->root_offset); in index_readroot()
616 uint32_t root_offset; member
751 uint32_t root_offset; in index_mm_open() member
783 hdr.root_offset = read_long_mm(&p); in index_mm_open()
797 idx->root_offset = hdr.root_offset; in index_mm_open()
823 return index_mm_read_node(idx, idx->root_offset); in index_mm_readroot()
/external/e2fsprogs/e2fsck/
Drehash.c657 int limit_offset, int_offset, root_offset; in calculate_tree() local
660 root_offset = limit_offset = ((char *) root_info - outdir->buf) + in calculate_tree()
669 root = (struct ext2_dx_entry *) (outdir->buf + root_offset); in calculate_tree()
687 &dx_ent, &root_offset, in calculate_tree()
713 &int_ent, &root_offset, in calculate_tree()
/external/flatbuffers/src/
Dreflection.cpp357 auto root_offset = ReadScalar<uoffset_t>(newbuf) - sizeof(uoffset_t); in AddFlatBuffer() local
358 return vector_data(flatbuf) + insertion_point + root_offset; in AddFlatBuffer()
/external/flatbuffers/tests/
Dtest.cpp855 auto root_offset = flatbuffers::CopyTable( in ReflectionTest() local
857 fbb.Finish(root_offset, MonsterIdentifier()); in ReflectionTest()