Searched refs:info_offset (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dcllc.c360 uint32_t info_tag, info_offset; local
366 info_offset = 0;
369 info_offset = AV_RL32(src + 4);
370 if (info_offset > UINT32_MAX - 8 || info_offset + 8 > avpkt->size) {
373 info_offset);
377 info_offset += 8;
378 src += info_offset;
383 data_size = (avpkt->size - info_offset) & ~1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dunwind.h99 u64 info_offset; member in struct:unw_table_entry
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dunwind.c1588 hdr = *(u64 *) (table->segment_base + e->info_offset);
1589 dp = (u8 *) (table->segment_base + e->info_offset + 8);
2200 size += 3*8 + 8 + 8*UNW_LENGTH(*(u64 *) (segbase + entry->info_offset));
2215 info_size = 8 + 8*UNW_LENGTH(*(u64 *) (segbase + entry->info_offset));
2217 memcpy(info, (char *) segbase + entry->info_offset, info_size);

Completed in 47 milliseconds