Home
last modified time | relevance | path

Searched refs:info_length (Results 1 – 11 of 11) sorted by relevance

/external/ImageMagick/coders/
Dmeta.c1561 info_length; in GetIPTCStream() local
1616 info_length=0; in GetIPTCStream()
1647 info_length++; in GetIPTCStream()
1655 if ((info_length == 1) && (c != 2)) in GetIPTCStream()
1657 info_length++; in GetIPTCStream()
1662 if ((info_length == 2) && (c != 0)) in GetIPTCStream()
1664 info_length++; in GetIPTCStream()
1672 info_length++; in GetIPTCStream()
1686 info_length++; in GetIPTCStream()
1699 info_length++; in GetIPTCStream()
[all …]
Dgif.c1121 info_length, in ReadGIFImage() local
1156 for (info_length=0; ; ) in ReadGIFImage()
1158 block_length=(int) ReadBlobBlock(image,&info[info_length]); in ReadGIFImage()
1161 info_length+=block_length; in ReadGIFImage()
1162 if (info_length > (reserved_length-255)) in ReadGIFImage()
1172 profile=BlobToStringInfo(info,(size_t) info_length); in ReadGIFImage()
/external/e2fsprogs/debugfs/
Dhtree.c286 fprintf(pager, "\t Info length: %d\n", rootnode->info_length); in do_htree_dump()
290 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length); in do_htree_dump()
/external/tcpdump/
Dprint-slow.c79 uint8_t info_length; member
569 if (tlv.slow_oam_info->info_length != in slow_oam_print()
/external/e2fsprogs/e2fsck/
Drehash.c568 root->info_length = 8; in set_root_node()
625 root_info->info_length; in calculate_tree()
Dpass2.c568 printf("\t Info length: %d\n", root->info_length); in parse_int_node()
573 ent = (struct ext2_dx_entry *) (block_buf + 24 + root->info_length); in parse_int_node()
1058 root->info_length < 8 || in check_dir_block()
Dpass1.c2457 if ((root->reserved_zero || root->info_length < 8) && in handle_htree()
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h214 __u8 info_length; /* 8 */ member
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h221 __u8 info_length; /* 8 */ member
Dcsum.c215 root->info_length != sizeof(struct ext2_dx_root_info)) in __get_dx_countlimit()
/external/e2fsprogs/ext2ed/
Dext2.descriptors410 __u8 info_length; /* 8 */