Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c46 static struct buffer_head *get_block_length(struct super_block *sb, in get_block_length() function
128 bh[0] = get_block_length(sb, &cur_index, &offset, &length); in squashfs_read_data()
/external/flac/include/FLAC++/
Dmetadata.h1091 …uint32_t get_block_length() const; ///< See FLAC__metadata_simple…
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c88 static struct buffer_head *get_block_length(struct super_block *s, in get_block_length() function
188 if (!(bh[0] = get_block_length(s, &cur_index, &offset, in squashfs_read_data()
/external/flac/src/libFLAC++/
Dmetadata.cpp1518 uint32_t SimpleIterator::get_block_length() const in get_block_length() function in FLAC::Metadata::SimpleIterator