Searched refs:core_size (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dspdifenc.c165 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, argument
174 if (!core_size) {
206 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) {
217 if (ctx->dtshd_skip && core_size) {
218 pkt_size = core_size;
248 int core_size = 0; local
256 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1;
286 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks);
299 if (core_size && core_size < pk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dspdifenc.c164 static int spdif_header_dts4(AVFormatContext *s, AVPacket *pkt, int core_size, argument
173 if (!core_size) {
205 > ctx->pkt_offset - BURST_HEADER_SIZE && core_size) {
216 if (ctx->dtshd_skip && core_size) {
217 pkt_size = core_size;
247 int core_size = 0; local
255 core_size = ((AV_RB24(pkt->data + 5) >> 4) & 0x3fff) + 1;
285 return spdif_header_dts4(s, pkt, core_size, sample_rate, blocks);
298 if (core_size && core_size < pk
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/uwb/
H A Dhwa-rc.c439 * @core_size: size of the "non variable" part of the event
446 size_t core_size, size_t offset,
462 size = core_size + le16_to_cpu(*(__le16 *)ptr);
506 size_t core_size, offset; local
512 core_size = sizeof(struct uwb_rc_evt_beacon_WUSB_0100);
515 event_size = hwarc_get_event_size(rc, rceb, core_size,
530 core_size = sizeof(struct uwb_rc_evt_drp_avail_WUSB_0100);
533 event_size = hwarc_get_event_size(rc, rceb, core_size,
543 core_size = sizeof(struct uwb_rc_evt_drp_WUSB_0100);
545 event_size = hwarc_get_event_size(rc, rceb, core_size,
445 hwarc_get_event_size(struct uwb_rc *rc, const struct uwb_rceb *rceb, size_t core_size, size_t offset, const size_t buf_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dmodule.c167 me->core_size = ALIGN(me->core_size, 4);
168 me->arch.got_offset = me->core_size;
169 me->core_size += me->arch.got_size;
170 me->arch.plt_offset = me->core_size;
171 me->core_size += me->arch.plt_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/gcov/
H A Dbase.c124 if (within(info, mod->module_core, mod->core_size)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/kernel/
H A Dmodule.c130 module->core_size = ALIGN(module->core_size, 4);
131 module->arch.got_offset = module->core_size;
132 module->core_size += module->arch.got_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dmodule.c104 loc <= (me->module_core + me->core_size));
361 me->core_size = ALIGN(me->core_size, 16);
362 me->arch.got_offset = me->core_size;
363 me->core_size += gots * sizeof(struct got_entry);
365 me->core_size = ALIGN(me->core_size, 16);
366 me->arch.fdesc_offset = me->core_size;
367 me->core_size += fdescs * sizeof(Elf_Fdesc);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dmodule.c1570 lockdep_free_key_range(mod->module_core, mod->core_size);
1773 s->sh_entsize = get_offset(mod, &mod->core_size, s, i);
1777 mod->core_text_size = mod->core_size;
1983 info->symoffs = ALIGN(mod->core_size, symsect->sh_addralign ?: 1);
1984 mod->core_size = info->symoffs + ndst * sizeof(Elf_Sym);
1993 info->stroffs = mod->core_size;
1995 mod->core_size += bitmap_weight(info->strmap, strsect->sh_size);
2346 ptr = module_alloc_update_bounds(mod->core_size);
2356 memset(ptr, 0, mod->core_size);
2448 (unsigned long)mod->module_core + mod->core_size);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmodule.h306 unsigned int init_size, core_size; member in struct:module
411 addr < (unsigned long)mod->module_core + mod->core_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dmodule_32.c203 && location < mod->module_core + mod->core_size)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dmodule.c512 return addr - (uint64_t) mod->module_core < mod->core_size;
826 if (mod->core_size > MAX_LTOFF)
831 gp = mod->core_size - MAX_LTOFF / 2;
833 gp = mod->core_size / 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dmodule.c181 gp = (u64)me->module_core + me->core_size - 0x8000;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dvpe.c475 get_offset((unsigned long *)&mod->core_size, s);
479 mod->core_text_size = mod->core_size;
1084 memset(v->load_addr, 0, mod.core_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dkvm-ia64.c1709 vmm_size = module->core_size;

Completed in 182 milliseconds