Searched refs:offset (Results 226 - 250 of 3115) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Dbitext.h24 extern void bit_map_clear(struct bit_map *t, int offset, int len);
H A Dscatterlist.h9 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dscatterlist.h10 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dscatterlist.h8 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-xtensa/
H A Dscatterlist.h18 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Dscatterlist.h8 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dscatterlist.h13 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dscatterlist.h8 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dscatterlist.h8 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/mach-ebsa110/
H A Dio.c197 unsigned int offset; local
203 offset = port << 2;
205 offset = (port & ~1) << 1 | (port & 1);
207 return __raw_readb((void __iomem *)ISAIO_BASE + offset);
212 unsigned int offset; local
218 offset = port << 2;
220 offset = port << 1;
223 return __raw_readw((void __iomem *)ISAIO_BASE + offset);
268 unsigned int offset; local
274 offset
278 __raw_writeb(val, (void __iomem *)ISAIO_BASE + offset); local
283 unsigned int offset; local
294 __raw_writew(val, (void __iomem *)ISAIO_BASE + offset); local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dscatterlist.h8 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-alpha/
H A Dscatterlist.h9 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_cb_see.c40 both represent the same value. Maximum offset used here when we lseek
41 using a 'long' data type offset */
49 ** Notice that this is not supposed to return the resulting offset. This
53 int tool_seek_cb(void *userdata, curl_off_t offset, int whence) argument
59 /* The offset check following here is only interesting if curl_off_t is
63 if(offset > OUR_MAX_SEEK_O) {
67 curl_off_t left = offset;
88 if(LSEEK_ERROR == lseek(in->fd, offset, whence))
H A Dtool_cb_see.h43 int tool_seek_cb(void *userdata, curl_off_t offset, int whence);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/dotzlib/DotZLib/
H A DCircularBuffer.cs39 public int Put(byte[] source, int offset, int count) argument
44 _buffer[(_tail+i) % _capacity] = source[offset+i];
61 public int Get(byte[] destination, int offset, int count) argument
65 destination[offset + i] = _buffer[(_head+i) % _capacity];
H A DInflater.cs51 /// <param name="offset">The index of the first byte to add from <c>data</c></param>
54 public override void Add(byte[] data, int offset, int count) argument
57 if (offset < 0 || count < 0) throw new ArgumentOutOfRangeException();
58 if ((offset+count) > data.Length) throw new ArgumentException();
61 int inputIndex = offset;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/adfs/
H A Ddir_fplus.c35 adfs_error(sb, "dir object %X has a hole at offset 0", id);
60 adfs_error(sb, "dir object %X has a hole at offset %d", id, blk);
102 dir_memcpy(struct adfs_dir *dir, unsigned int offset, void *to, int len) argument
107 buffer = offset >> sb->s_blocksize_bits;
108 offset &= sb->s_blocksize - 1;
110 partial = sb->s_blocksize - offset;
113 memcpy(to, dir->bh[buffer]->b_data + offset, len);
119 memcpy(c, dir->bh[buffer]->b_data + offset, partial);
129 unsigned int offset; local
135 offset
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dstrings.c25 off_t offset; local
53 offset = 0;
67 printf("%7"OFF_FMT"o ", offset - n);
79 offset++;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm/
H A Dscatterlist.h9 unsigned int offset; /* buffer offset */ member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-arm26/
H A Dscatterlist.h8 unsigned int offset; /* buffer offset */ member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dscatterlist.h8 unsigned int offset; member in struct:scatterlist
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/usb/usx2y/
H A Dusx2yhwdeppcm.h14 offset, member in struct:snd_usX2Y_hwdep_pcm_shm::__anon11116
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/hwmon/
H A Dadm1031.c296 #define fan_auto_channel_offset(offset) \
297 static ssize_t show_fan_auto_channel_##offset (struct device *dev, struct device_attribute *attr, char *buf) \
299 return show_fan_auto_channel(dev, buf, offset - 1); \
301 static ssize_t set_fan_auto_channel_##offset (struct device *dev, struct device_attribute *attr, \
304 return set_fan_auto_channel(dev, buf, count, offset - 1); \
306 static DEVICE_ATTR(auto_fan##offset##_channel, S_IRUGO | S_IWUSR, \
307 show_fan_auto_channel_##offset, \
308 set_fan_auto_channel_##offset)
361 #define auto_temp_reg(offset) \
362 static ssize_t show_auto_temp_##offset##_of
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dprefix.c41 #define MASKBIT(offset) ((0xff << (PNBBY - (offset))) & 0xff)
74 int offset;
85 offset = n->prefixlen / PNBBY;
89 if (maskbit[shift] & (np[offset] ^ pp[offset]))
92 while (offset--)
93 if (np[offset] != pp[offset])
149 int offset;
73 int offset; local
148 int offset; local
258 int offset; local
311 int offset; local
427 int offset; local
447 int offset; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/kernel/
H A Dtime.c55 long offset; local
67 offset = count2;
74 offset -= LATCH;
80 offset -= LATCH;
83 offset = (LATCH - offset) * (tick_nsec / 1000);
84 return (offset + LATCH/2) / LATCH;

Completed in 138 milliseconds

1234567891011>>