Home
last modified time | relevance | path

Searched refs:dir_offset (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
Drehash.c130 unsigned int offset, dir_offset, rec_len, name_len; in fill_dir_block() local
164 dir_offset = 0; in fill_dir_block()
165 while (dir_offset < fs->blocksize) { in fill_dir_block()
167 int extended = hash_in_entry && !is_fake_entry(fs, blockcnt, dir_offset); in fill_dir_block()
171 dirent = (struct ext2_dir_entry *) (dir + dir_offset); in fill_dir_block()
174 if (((dir_offset + rec_len) > fs->blocksize) || in fill_dir_block()
181 dir_offset += rec_len; in fill_dir_block()
/external/ImageMagick/MagickCore/
Dproperty.c1460 dir_offset; in GetEXIFProperty() local
1465 dir_offset=(ssize_t) ReadPropertySignedLong(endian,q+8); in GetEXIFProperty()
1466 if ((dir_offset < 0) || (size_t) dir_offset >= length) in GetEXIFProperty()
1468 if ((ssize_t) (dir_offset+number_bytes) < dir_offset) in GetEXIFProperty()
1470 if ((size_t) (dir_offset+number_bytes) > length) in GetEXIFProperty()
1472 p=(unsigned char *) (exif+dir_offset); in GetEXIFProperty()