Searched refs:soff (Results 1 - 11 of 11) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/udev/extras/volume_id/lib/
H A Dlvm.c72 unsigned int soff; local
82 for (soff = 0; soff < LVM2LABEL_SCAN_SECTORS * 0x200; soff += 0x200) {
83 lvm = (struct lvm2_super_block *) &buf[soff];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dcsum_partial_copy.c144 unsigned long soff,
159 extql(first, soff, word);
162 extqh(second, soff, first);
178 extql(first, soff, word);
179 extqh(second, soff, first);
256 unsigned long soff, unsigned long doff,
274 extql(first, soff, word);
277 extqh(second, soff, first);
295 extql(first, soff, word);
296 extqh(second, soff, firs
142 csum_partial_cfu_dest_aligned(const unsigned long __user *src, unsigned long *dst, unsigned long soff, long len, unsigned long checksum, int *errp) argument
254 csum_partial_cfu_unaligned(const unsigned long __user * src, unsigned long * dst, unsigned long soff, unsigned long doff, long len, unsigned long checksum, unsigned long partial_dest, int *errp) argument
337 unsigned long soff = 7 & (unsigned long) src; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dbootx_init.c136 unsigned long soff = bootx_dt_find_string(name); local
139 if (soff == 0) {
151 dt_push_token(soff, mem_end);
225 unsigned long soff; local
261 soff = bootx_dt_find_string(namep);
262 if (soff == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dtiff.c415 int stride, soff, ssize; local
470 soff = tget(&s->stripdata, s->sot, s->le);
472 soff = s->stripoff;
473 if(tiff_unpack_strip(s, dst, stride, orig_buf + soff, ssize, FFMIN(s->rps, s->height - i)) < 0)
479 soff = s->bpp >> 3;
480 ssize = s->width * soff;
482 for(j = soff; j < ssize; j++)
483 dst[j] += dst[j - soff];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwv.c52 uint32_t samples, soff; member in struct:__anon739
95 wc->soff = get_le32(pb); // offset in samples of current block
181 pkt->pts = wc->soff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/ibmvscsi/
H A Dibmvstgt.c225 int i, sidx, soff; local
227 sidx = soff = 0;
235 int slen = min(sg_dma_len(sg + sidx) - soff, mlen);
242 token + soff);
246 token + soff,
257 soff += slen;
260 if (soff == sg_dma_len(sg + sidx)) {
262 soff = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/console/
H A Dvgacon.c238 int start, end, count, soff, diff; local
274 soff = vgacon_scrollback_tail - ((vgacon_scrollback_cnt - end) *
276 soff -= count * c->vc_size_row;
278 if (soff < 0)
279 soff += vgacon_scrollback_size;
292 scr_memcpyw(d, vgacon_scrollback + soff, c->vc_size_row);
294 soff += c->vc_size_row;
296 if (soff >= vgacon_scrollback_size)
297 soff = 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dprom_init.c1719 unsigned long soff; local
1742 soff = dt_find_string(namep);
1743 if (soff != 0) {
1745 namep = sstart + soff;
1767 unsigned long soff; local
1823 soff = dt_find_string(RELOC(pname));
1824 if (soff == 0) {
1829 prev_name = sstart + soff;
1848 dt_push_token(soff, mem_start, mem_end);
1857 soff
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmpic.c324 unsigned int soff = (fixup->index >> 3) & ~3; local
326 writel(mask, fixup->applebase + soff);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dcassini.h2134 u8 soff, snext; /* if match succeeds, new offset and match */ member in struct:cas_hp_inst
H A Dcassini.c1139 val |= CAS_BASE(HP_INSTR_RAM_MID_SOFF, inst->soff);

Completed in 136 milliseconds