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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Ddma-noncoherent.c360 unsigned long flags, start, seg_offset = offset; local
368 KM_PPC_SYNC_PAGE) + seg_offset;
380 seg_offset = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dhls.c506 int64_t seg_offset = 0; local
597 seg_offset = atoi(ptr+1);
658 seg->url_offset = seg_offset;
659 seg_offset += seg_size;
663 seg_offset = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib8000.c1009 int seg_offset = local
1014 int dds_offset = seg_offset * segtodds;
1052 sub_channel = ((state->fe.dtv_property_cache.isdbt_sb_subchannel + (3 * seg_offset) + 1) % 41) / 3;
1054 sub_channel = ((state->fe.dtv_property_cache.isdbt_sb_subchannel + (3 * seg_offset)) % 41) / 3;

Completed in 55 milliseconds