Searched refs:seg (Results 1 - 25 of 113) sorted by path

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dac3.c158 int band, seg, delta; local
162 for (seg = 0; seg < dba_nsegs; seg++) {
163 band += dba_offsets[seg];
164 if (band >= 50 || dba_lengths[seg] > 50-band)
166 if (dba_values[seg] >= 4) {
167 delta = (dba_values[seg] - 3) << 7;
169 delta = (dba_values[seg] - 4) << 7;
171 for (k = 0; k < dba_lengths[seg];
[all...]
H A Dac3dec.c785 int i, bnd, seg, ch; local
1106 for (seg = 0; seg <= s->dba_nsegs[ch]; seg++) {
1107 s->dba_offsets[ch][seg] = get_bits(gbc, 5);
1108 s->dba_lengths[ch][seg] = get_bits(gbc, 4);
1109 s->dba_values[ch][seg] = get_bits(gbc, 3);
H A Dpcm.c50 int seg; local
55 seg = ((unsigned)a_val & SEG_MASK) >> SEG_SHIFT;
56 if(seg) t= (t + t + 1 + 32) << (seg + 2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Doggdec.c271 int seg = os->segments[os->segp++]; local
272 os->pstart += seg;
273 if (seg < 255)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
H A Djmemdosa.asm314 mov di,000ah ; check offs 10 in returned seg
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex1411 % without \immediate, ancient pdftex seg faults when the same image is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dfuse_lowlevel.c97 size_t seg; local
100 for (seg = 0; seg < count; seg++)
101 ret += iov[seg].iov_len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex1380 % without \immediate, pdftex seg faults when the same image is
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_aspath.c367 aspath_aggregate_segment_copy (struct aspath *aspath, struct assegment *seg,
386 newseg->type = seg->type;
388 memcpy (newseg->asval, seg->asval, (i * AS_VALUE_SIZE));
683 struct assegment *seg = NULL;
688 seg = (struct assegment *) (newdata + ((caddr_t)seg1 - as1->data));
689 seg->length += seg2->length;
365 aspath_aggregate_segment_copy(struct aspath *aspath, struct assegment *seg, int i) argument
681 struct assegment *seg = NULL; local
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/mm/
H A Dinit.c69 *R_MMU_KSEG = ( IO_STATE(R_MMU_KSEG, seg_f, seg ) | /* bootrom */
73 IO_STATE(R_MMU_KSEG, seg_b, seg ) | /* kernel reg area */
75 IO_STATE(R_MMU_KSEG, seg_a, seg ) | /* ARTPEC etc. */
79 IO_STATE(R_MMU_KSEG, seg_9, seg ) | /* LED's on some boards */
80 IO_STATE(R_MMU_KSEG, seg_8, seg ) | /* CSE0/1, flash and I/O */
82 IO_STATE(R_MMU_KSEG, seg_6, seg ) | /* kernel DRAM area */
83 IO_STATE(R_MMU_KSEG, seg_5, seg ) | /* cached flash */
116 *R_MMU_KSEG = ( IO_STATE(R_MMU_KSEG, seg_f, seg ) | /* cached flash */
117 IO_STATE(R_MMU_KSEG, seg_e, seg ) | /* uncached flash */
119 IO_STATE(R_MMU_KSEG, seg_c, seg ) | /* kerne
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dptrace.c148 unsigned long addr, seg; local
151 seg = regs->xcs & 0xffff;
153 addr = (addr & 0xffff) + (seg << 4);
163 if (seg & LDT_SEGMENT) {
168 desc = child->mm->context.ldt + (seg & ~7);
H A Dsignal.c111 #define COPY_SEG(seg) \
113 err |= __get_user(tmp, &sc->seg); \
114 regs->x##seg = tmp; }
116 #define COPY_SEG_STRICT(seg) \
118 err |= __get_user(tmp, &sc->seg); \
119 regs->x##seg = tmp|3; }
121 #define GET_SEG(seg) \
123 err |= __get_user(tmp, &sc->seg); \
124 loadsegment(seg,tmp); }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_smp.c530 struct seg { struct in union:IDTFormat
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mm/
H A Dfault.c81 unsigned seg = regs->xcs & 0xffff; local
86 base = seg << 4;
92 *eip_limit = user_mode(regs) ? USER_DS.seg : KERNEL_DS.seg;
95 if (likely(SEGMENT_IS_FLAT_CODE(seg)))
102 : "=&r" (seg_ar), "=r" (seg_limit) : "0" (0), "rm" (seg));
111 if (seg & (1<<2)) {
115 desc = (void *)desc + (seg & ~7);
119 desc = (void *)desc + (seg & ~7);
125 if (seg
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/pci/
H A Ddirect.c17 int pci_conf1_read(unsigned int seg, unsigned int bus, argument
48 int pci_conf1_write(unsigned int seg, unsigned int bus, argument
91 static int pci_conf2_read(unsigned int seg, unsigned int bus, argument
132 static int pci_conf2_write(unsigned int seg, unsigned int bus, argument
H A Dmmconfig.c28 static u32 get_base_addr(unsigned int seg, int bus, unsigned devfn) argument
33 if (seg == 0 && bus < PCI_MMCFG_MAX_CHECK_BUS &&
39 if (cfg->pci_segment == seg &&
64 static int pci_mmcfg_read(unsigned int seg, unsigned int bus, argument
75 base = get_base_addr(seg, bus, devfn);
77 return pci_conf1_read(seg,bus,devfn,reg,len,value);
100 static int pci_mmcfg_write(unsigned int seg, unsigned int bus, argument
109 base = get_base_addr(seg, bus, devfn);
111 return pci_conf1_write(seg,bus,devfn,reg,len,value);
139 int __init pci_mmcfg_arch_reachable(unsigned int seg, unsigne argument
[all...]
H A Dnuma.c17 static int pci_conf1_mq_read(unsigned int seg, unsigned int bus, argument
46 static int pci_conf1_mq_write(unsigned int seg, unsigned int bus, argument
H A Dpcbios.c177 static int pci_bios_read(unsigned int seg, unsigned int bus, argument
233 static int pci_bios_write(unsigned int seg, unsigned int bus, argument
H A Dpci.h86 extern int pci_conf1_write(unsigned int seg, unsigned int bus,
88 extern int pci_conf1_read(unsigned int seg, unsigned int bus,
104 extern int __init pci_mmcfg_arch_reachable(unsigned int seg, unsigned int bus,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32_signal.c658 #define COPY_SEG(seg) \
661 err |= __get_user(tmp, &sc->seg); \
662 copyseg_##seg(tmp); \
664 #define COPY_SEG_STRICT(seg) \
667 err |= __get_user(tmp, &sc->seg); \
668 copyseg_##seg(tmp|3); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/pci/
H A Dpci.c38 #define PCI_SAL_ADDRESS(seg, bus, devfn, reg) \
39 (((u64) seg << 24) | (bus << 16) | (devfn << 8) | (reg))
43 #define PCI_SAL_EXT_ADDRESS(seg, bus, devfn, reg) \
44 (((u64) seg << 28) | (bus << 20) | (devfn << 12) | (reg))
47 pci_sal_read (unsigned int seg, unsigned int bus, unsigned int devfn, argument
53 if (!value || (seg > 65535) || (bus > 255) || (devfn > 255) || (reg > 4095))
56 if ((seg | reg) <= 255) {
57 addr = PCI_SAL_ADDRESS(seg, bus, devfn, reg);
60 addr = PCI_SAL_EXT_ADDRESS(seg, bus, devfn, reg);
72 pci_sal_write (unsigned int seg, unsigne argument
123 alloc_pci_controller(int seg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dtioce_provider.c737 unsigned int seg, bus; local
758 seg = tioce_common->ce_pcibus.bs_persist_segment;
761 raw_pci_ops->read(seg, bus, PCI_DEVFN(2, 0), PCI_SECONDARY_BUS, 1,&tmp);
802 raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0),
806 raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0),
820 raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0),
824 raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0),
828 raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0),
834 raw_pci_ops->read(seg, bus, PCI_DEVFN(dev, 0),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dprocess.c264 p->thread.fs = get_fs().seg;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mm/
H A Dcache.c57 : "a" (&mmusr), "a" (vaddr), "d" (get_fs().seg));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/sun3/
H A Dmmu_emu.c109 unsigned long seg, num; local
132 for(seg = bootmem_end; seg < 0x0f800000; seg += SUN3_PMEG_SIZE) {
133 i = sun3_get_segmap(seg);
138 print_pte_vaddr (seg);
140 sun3_put_segmap(seg, SUN3_INVALID_PMEG);
145 for (num=0, seg=0x0F800000; seg<0x10000000; seg
[all...]

Completed in 263 milliseconds

12345