Searched refs:tag_bytes (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dapetag.c69 uint32_t val, fields, tag_bytes; local
89 tag_bytes = avio_rl32(pb); /* tag size */
90 if (tag_bytes - APE_TAG_FOOTER_BYTES > (1024 * 1024 * 16)) {
107 avio_seek(pb, file_size - tag_bytes, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dapetag.c118 uint32_t val, fields, tag_bytes; local
139 tag_bytes = avio_rl32(pb); /* tag size */
140 if (tag_bytes - APE_TAG_FOOTER_BYTES > (1024 * 1024 * 16)) {
145 if (tag_bytes > file_size - APE_TAG_FOOTER_BYTES) {
146 av_log(s, AV_LOG_ERROR, "Invalid tag size %"PRIu32".\n", tag_bytes);
149 tag_start = file_size - tag_bytes - APE_TAG_FOOTER_BYTES;
163 avio_seek(pb, file_size - tag_bytes, SEEK_SET);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jbd2/
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;
313 static inline unsigned long long read_tag_block(int tag_bytes, journal_block_tag_t *tag) argument
316 if (tag_bytes > JBD2_TAG_SIZE32)
364 int tag_bytes = journal_tag_bytes(journal); local
480 while ((tagp - bh->b_data + tag_bytes)
502 blocknr = read_tag_block(tag_bytes,
551 tagp += tag_bytes;
H A Dcommit.c327 static void write_tag_block(int tag_bytes, journal_block_tag_t *tag, argument
331 if (tag_bytes > JBD2_TAG_SIZE32)
360 int tag_bytes = journal_tag_bytes(journal); local
649 write_tag_block(tag_bytes, tag, jh2bh(jh)->b_blocknr);
651 tagp += tag_bytes;
652 space_left -= tag_bytes;
666 space_left < tag_bytes + 16) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-approx.c270 int tag_bytes = sizeof(*tmp_tags) * num_tags; local
274 int total_bytes = reach_bytes * 2 + (tnfa->num_states * 2 + 1 ) * tag_bytes;
291 buf_cursor = buf + tag_bytes;
308 buf_cursor += tag_bytes;
310 buf_cursor += tag_bytes;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dmv643xx_eth.c781 int tag_bytes; local
787 tag_bytes = hdr_len - ETH_HLEN;
789 unlikely(tag_bytes & ~12)) {
796 if (tag_bytes & 4)
798 if (tag_bytes & 8)

Completed in 148 milliseconds