Searched defs:tag_bytes (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Drecovery.c186 int tag_bytes = journal_tag_bytes(journal); local
190 while ((tagp - bh->b_data + tag_bytes) <= size) {
194 tagp += tag_bytes;
310 static inline unsigned long long read_tag_block(int tag_bytes, journal_block_tag_t *tag) argument
313 if (tag_bytes > JBD_TAG_SIZE32)
361 int tag_bytes = journal_tag_bytes(journal); local
477 while ((tagp - bh->b_data + tag_bytes)
499 blocknr = read_tag_block(tag_bytes,
550 tagp += tag_bytes;
/external/ImageMagick/MagickCore/
H A Dproperty.c1240 tag_bytes[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8};
1420 if (format >= (sizeof(tag_bytes)/sizeof(*tag_bytes)))
1425 number_bytes=(size_t) components*tag_bytes[format];
1233 tag_bytes[] = {0, 1, 1, 2, 4, 8, 1, 1, 2, 4, 8, 4, 8}; local

Completed in 332 milliseconds