Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dmeta.c1642 info_length; in GetIPTCStream() local
1697 info_length=0; in GetIPTCStream()
1728 info_length++; in GetIPTCStream()
1736 if ((info_length == 1) && (c != 2)) in GetIPTCStream()
1738 info_length++; in GetIPTCStream()
1743 if ((info_length == 2) && (c != 0)) in GetIPTCStream()
1745 info_length++; in GetIPTCStream()
1753 info_length++; in GetIPTCStream()
1767 info_length++; in GetIPTCStream()
1780 info_length++; in GetIPTCStream()
[all …]
Dgif.c1144 info_length, in ReadGIFImage() local
1179 for (info_length=0; ; ) in ReadGIFImage()
1181 block_length=(int) ReadBlobBlock(image,info+info_length); in ReadGIFImage()
1184 info_length+=block_length; in ReadGIFImage()
1185 if (info_length > (reserved_length-255)) in ReadGIFImage()
1198 profile=BlobToStringInfo(info,(size_t) info_length); in ReadGIFImage()
/external/e2fsprogs/debugfs/
Dhtree.c289 fprintf(pager, "\t Info length: %d\n", rootnode->info_length); in do_htree_dump()
294 ((char *)rootnode + 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.c617 root->info_length = 8; in set_root_node()
711 root_info->info_length; in calculate_tree()
Dpass2.c594 printf("\t Info length: %d\n", root->info_length); in parse_int_node()
599 ent = (struct ext2_dx_entry *) (block_buf + 24 + root->info_length); in parse_int_node()
1103 root->info_length < 8 || in check_dir_block()
Dpass1.c2692 if ((root->reserved_zero || root->info_length < 8) && in handle_htree()
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h230 __u8 info_length; /* 8 */ member
Dcsum.c216 root->info_length != sizeof(struct ext2_dx_root_info)) in __get_dx_countlimit()
/external/e2fsprogs/ext2ed/
Dext2.descriptors410 __u8 info_length; /* 8 */