Searched refs:offset (Results 76 - 100 of 5133) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/common/
H A Dtime-acorn.c30 long offset; local
42 offset = count2;
49 offset -= LATCH;
55 offset -= LATCH;
58 offset = (LATCH - offset) * (tick_nsec / 1000);
59 return (offset + LATCH/2) / LATCH;
93 .offset = ioc_timer_gettimeoffset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/hardware/
H A Dmemc.h19 #define video_set_dma(start,end,offset) \
23 memc_write (VDMA_INIT, (offset >> 2)); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/modules/
H A Dvfs_readahead.c46 SMB_OFF_T offset,
51 if ( offset % rhd->off_bound == 0) {
53 int err = readahead(fromfd, offset, (size_t)rhd->len);
54 DEBUG(10,("readahead_sendfile: readahead on fd %u, offset %llu, len %u returned %d\n",
56 (unsigned long long)offset,
60 int err = posix_fadvise(fromfd, offset, (off_t)rhd->len, POSIX_FADV_WILLNEED);
61 DEBUG(10,("readahead_sendfile: posix_fadvise on fd %u, offset %llu, len %u returned %d\n",
63 (unsigned long long)offset,
78 offset,
91 SMB_OFF_T offset)
41 readahead_sendfile(struct vfs_handle_struct *handle, int tofd, files_struct *fsp, int fromfd, const DATA_BLOB *header, SMB_OFF_T offset, size_t count) argument
86 readahead_pread(vfs_handle_struct *handle, files_struct *fsp, int fd, void *data, size_t count, SMB_OFF_T offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dmlpdsp.c58 #define MLPMUL(label, offset, offs, offc) \
60 "movslq "offset"+"offs"(%0), %%rax\n\t" \
61 "movslq "offset"+"offc"(%1), %%rdx\n\t" \
65 #define FIRMULREG(label, offset, firc)\
67 "movslq "#offset"(%0), %%rax\n\t" \
83 #define MLPMUL(label, offset, offs, offc) \
85 "mov "offset"+"offs"(%0), %%eax\n\t" \
86 "imull "offset"+"offc"(%1) \n\t" \
90 #define FIRMULREG(label, offset, firc) \
91 MLPMUL(label, #offset, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dmlpdsp.c55 #define MLPMUL(label, offset, offs, offc) \
57 "movslq "offset"+"offs"(%0), %%rax\n\t" \
58 "movslq "offset"+"offc"(%1), %%rdx\n\t" \
62 #define FIRMULREG(label, offset, firc)\
64 "movslq "#offset"(%0), %%rax\n\t" \
80 #define MLPMUL(label, offset, offs, offc) \
82 "mov "offset"+"offs"(%0), %%eax\n\t" \
83 "imull "offset"+"offc"(%1) \n\t" \
87 #define FIRMULREG(label, offset, firc) \
88 MLPMUL(label, #offset, "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpenc_latm.c33 int offset = 0; local
51 len = FFMIN(size, s->max_payload_size - (!offset ? header_size : 0));
53 if (!offset) {
57 ff_rtp_send_data(s1, buff + offset, len, !size);
59 offset += len;
H A Dspdifdec.c35 const char *buf, int *offset,
43 *offset = AC3_FRAME_SIZE << 2;
47 *offset = spdif_mpeg_pkt_offset[1][0];
51 *offset = spdif_mpeg_pkt_offset[1][0];
55 *offset = 4608;
65 *offset = aac_hdr.samples << 2;
69 *offset = spdif_mpeg_pkt_offset[0][0];
73 *offset = spdif_mpeg_pkt_offset[0][1];
77 *offset = spdif_mpeg_pkt_offset[0][2];
81 *offset
33 spdif_get_offset_and_codec(AVFormatContext *s, enum IEC61937DataType data_type, const char *buf, int *offset, enum AVCodecID *codec) argument
120 int offset; local
175 int pkt_size_bits, offset, ret; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/os_brew/
H A Dos_seek.c15 * Seek to a page/byte offset in the file.
25 off_t offset; local
32 offset = (off_t)pgsize * pgno + relative;
38 ret = IFILE_Seek(fhp->ifp, _SEEK_START, offset);
43 fhp->offset = relative;
47 "seek: %lu: (%lu * %lu) + %lu", (u_long)offset,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/dtc/libfdt/
H A Dlibfdt_internal.h66 int _fdt_check_node_offset(const void *fdt, int offset);
70 static inline const void *_fdt_offset_ptr(const void *fdt, int offset) argument
72 return (const char *)fdt + fdt_off_dt_struct(fdt) + offset;
75 static inline void *_fdt_offset_ptr_w(void *fdt, int offset) argument
77 return (void *)(uintptr_t)_fdt_offset_ptr(fdt, offset);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dsflash.h36 extern int sflash_poll(si_t *sih, chipcregs_t *cc, uint offset);
38 uint offset, uint len, uchar *buf);
40 uint offset, uint len, const uchar *buf);
41 extern int sflash_erase(si_t *sih, chipcregs_t *cc, uint offset);
43 uint offset, uint len, const uchar *buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Drtpenc_latm.c33 int offset = 0; local
51 len = FFMIN(size, s->max_payload_size - (!offset ? header_size : 0));
53 if (!offset) {
57 ff_rtp_send_data(s1, buff + offset, len, !size);
59 offset += len;
H A Dspdifdec.c35 const char *buf, int *offset,
43 *offset = AC3_FRAME_SIZE << 2;
47 *offset = spdif_mpeg_pkt_offset[1][0];
51 *offset = spdif_mpeg_pkt_offset[1][0];
55 *offset = 4608;
65 *offset = aac_hdr.samples << 2;
69 *offset = spdif_mpeg_pkt_offset[0][0];
73 *offset = spdif_mpeg_pkt_offset[0][1];
77 *offset = spdif_mpeg_pkt_offset[0][2];
81 *offset
33 spdif_get_offset_and_codec(AVFormatContext *s, enum IEC61937DataType data_type, const char *buf, int *offset, enum CodecID *codec) argument
114 int offset; local
170 int pkt_size_bits, offset, ret; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/contrib/shell_utils/
H A Dasip-status.pl211 print "Machine type offset in packet: $machinetype_offset\n" if ($main::debug);
216 print "AFPversion count offset: $afpversioncount_offset\n" if ($main::debug);
221 print "UAMcount offset: $uamcount_offset\n" if ($main::debug);
231 print "Volume Icon & Mask offset: $icon_offset\n" if ($main::debug);
241 # server name starts at offset+10, length byte first.
248 my ($offset) = 11 + $servername_len;
250 # quietly ++ the $offset to account for the padding that happens
253 $offset++ if ($servername_len % 2 == 0);
255 print "New offset: $offset\
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Ddwarf2.h92 .macro movq_cfi reg offset=0
93 movq %\reg, \offset(%rsp)
94 CFI_REL_OFFSET \reg, \offset
97 .macro movq_cfi_restore offset reg
98 movq \offset(%rsp), %\reg
112 .macro movl_cfi reg offset=0
113 movl %\reg, \offset(%esp)
114 CFI_REL_OFFSET \reg, \offset
117 .macro movl_cfi_restore offset reg
118 movl \offset(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dio-mapping.h84 unsigned long offset,
90 BUG_ON(offset >= mapping->size);
91 phys_addr = mapping->base + offset;
103 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) argument
107 BUG_ON(offset >= mapping->size);
108 phys_addr = mapping->base + offset;
140 unsigned long offset,
143 return ((char __force __iomem *) mapping) + offset;
153 io_mapping_map_wc(struct io_mapping *mapping, unsigned long offset) argument
155 return ((char __force __iomem *) mapping) + offset;
83 io_mapping_map_atomic_wc(struct io_mapping *mapping, unsigned long offset, int slot) argument
139 io_mapping_map_atomic_wc(struct io_mapping *mapping, unsigned long offset, int slot) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dhndsflash.c65 /* Read len bytes starting at offset into buf. Returns number of bytes read. */
67 hndsflash_read(hndsflash_t *sfl, uint offset, uint len, const uchar *buf) argument
72 return (sfl->read)(sfl, offset, len, buf);
75 /* Write len bytes starting at offset into buf. Returns number of bytes
79 hndsflash_write(hndsflash_t *sfl, uint offset, uint len, const uchar *buf) argument
84 return (sfl->write)(sfl, offset, len, (const uchar *)buf);
91 hndsflash_erase(hndsflash_t *sfl, uint offset) argument
96 return (sfl->erase)(sfl, offset);
103 int hndsflash_commit(hndsflash_t *sfl, uint offset, uint len, const uchar *buf) argument
108 return (sfl->commit)(sfl, offset, le
112 hndsflash_poll(hndsflash_t *sfl, uint offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ssb/
H A Ddriver_gige.c31 static inline u8 gige_read8(struct ssb_gige *dev, u16 offset) argument
33 return ssb_read8(dev->dev, offset);
36 static inline u16 gige_read16(struct ssb_gige *dev, u16 offset) argument
38 return ssb_read16(dev->dev, offset);
41 static inline u32 gige_read32(struct ssb_gige *dev, u16 offset) argument
43 return ssb_read32(dev->dev, offset);
47 u16 offset, u8 value)
49 ssb_write8(dev->dev, offset, value);
53 u16 offset, u16 value)
55 ssb_write16(dev->dev, offset, valu
46 gige_write8(struct ssb_gige *dev, u16 offset, u8 value) argument
52 gige_write16(struct ssb_gige *dev, u16 offset, u16 value) argument
58 gige_write32(struct ssb_gige *dev, u16 offset, u32 value) argument
65 gige_pcicfg_read8(struct ssb_gige *dev, unsigned int offset) argument
72 gige_pcicfg_read16(struct ssb_gige *dev, unsigned int offset) argument
79 gige_pcicfg_read32(struct ssb_gige *dev, unsigned int offset) argument
86 gige_pcicfg_write8(struct ssb_gige *dev, unsigned int offset, u8 value) argument
94 gige_pcicfg_write16(struct ssb_gige *dev, unsigned int offset, u16 value) argument
102 gige_pcicfg_write32(struct ssb_gige *dev, unsigned int offset, u32 value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DDatabaseEntry.java92 By default the specified data (byte array, offset and size) corresponds to
111 /* package */ int offset = 0; field in class:DatabaseEntry
137 Construct a DatabaseEntry with null data. The offset and size are set to
144 Construct a DatabaseEntry with a given byte array. The offset is
160 Constructs a DatabaseEntry with a given byte array, offset and size.
164 @param offset
169 public DatabaseEntry(final byte[] data, final int offset, final int size) { argument
171 this.offset = offset;
234 Sets the byte array, offset an
243 setData(final byte[] data, final int offset, final int size) argument
274 setDataNIO(final ByteBuffer data, final int offset, final int size) argument
326 setOffset(final int offset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvcr1.c34 int offset[4]; member in struct:VCR1Context
74 int offset; local
84 a->offset[i] = *bytestream++;
86 offset = a->offset[0] - a->delta[bytestream[2] & 0xF];
88 luma[0] = offset += a->delta[bytestream[2] & 0xF];
89 luma[1] = offset += a->delta[bytestream[2] >> 4];
90 luma[2] = offset += a->delta[bytestream[0] & 0xF];
91 luma[3] = offset += a->delta[bytestream[0] >> 4];
102 offset
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-brcm-hnd/
H A Dboard_ns.c112 .offset = 0,
118 .offset = 0
123 .offset = 0,
130 .offset = 0,
135 .offset = 0,
140 .offset = 0,
145 .offset = 0,
150 .offset = 0,
155 .offset = 0,
160 .offset
641 uint32 offset = 0; local
947 lookup_nflash_rootfs_offset(hndnand_t *nfl, struct mtd_info *mtd, int offset, size_t size) argument
1034 uint32 offset = 0; local
1272 unsigned size, offset, nparts ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/btrfs/
H A Dfree-space-cache.c31 u64 offset)
33 BUG_ON(offset < bitmap_start);
34 offset -= bitmap_start;
35 return (unsigned long)(div64_u64(offset, sectorsize));
44 u64 offset)
50 bitmap_start = offset - block_group->key.objectid;
58 static int tree_insert_offset(struct rb_root *root, u64 offset, argument
69 if (offset < info->offset) {
71 } else if (offset > inf
30 offset_to_bit(u64 bitmap_start, u64 sectorsize, u64 offset) argument
43 offset_to_bitmap(struct btrfs_block_group_cache *block_group, u64 offset) argument
111 tree_search_offset(struct btrfs_block_group_cache *block_group, u64 offset, int bitmap_only, int fuzzy) argument
298 bitmap_clear_bits(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset, u64 bytes) argument
316 bitmap_set_bits(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset, u64 bytes) argument
334 search_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *bitmap_info, u64 *offset, u64 *bytes) argument
368 find_free_space(struct btrfs_block_group_cache *block_group, u64 *offset, u64 *bytes, int debug) argument
405 add_new_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *info, u64 offset) argument
421 remove_from_bitmap(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *bitmap_info, u64 *offset, u64 *bytes) argument
506 u64 bytes, offset, end; local
599 btrfs_add_free_space(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes) argument
673 btrfs_remove_free_space(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes) argument
910 btrfs_find_space_for_alloc(struct btrfs_block_group_cache *block_group, u64 offset, u64 bytes, u64 empty_size) argument
1094 btrfs_bitmap_cluster(struct btrfs_block_group_cache *block_group, struct btrfs_free_space *entry, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 min_bytes) argument
1165 btrfs_find_space_cluster(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_block_group_cache *block_group, struct btrfs_free_cluster *cluster, u64 offset, u64 bytes, u64 empty_size) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/octeon/
H A Dcvmx-pciercx-defs.h31 #define CVMX_PCIERCX_CFG000(offset) \
32 (0x0000000000000000ull + (((offset) & 1) * 0))
33 #define CVMX_PCIERCX_CFG001(offset) \
34 (0x0000000000000004ull + (((offset) & 1) * 0))
35 #define CVMX_PCIERCX_CFG002(offset) \
36 (0x0000000000000008ull + (((offset) & 1) * 0))
37 #define CVMX_PCIERCX_CFG003(offset) \
38 (0x000000000000000Cull + (((offset) & 1) * 0))
39 #define CVMX_PCIERCX_CFG004(offset) \
40 (0x0000000000000010ull + (((offset)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00usb.h94 * enum rt2x00usb_mode_offset: Device modes offset.
111 * @offset: Register offset to perform action on
124 const u16 offset, const u16 value,
133 * @offset: Register offset to perform action on
148 const u16 offset, void *buffer,
156 * @offset: Register offset to perform action on
166 const u16 offset, voi
181 rt2x00usb_vendor_request_sw(struct rt2x00_dev *rt2x00dev, const u8 request, const u16 offset, const u16 value, const int timeout) argument
220 rt2x00usb_register_read(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 *value) argument
240 rt2x00usb_register_read_lock(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 *value) argument
261 rt2x00usb_register_multiread(struct rt2x00_dev *rt2x00dev, const unsigned int offset, void *value, const u32 length) argument
280 rt2x00usb_register_write(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 value) argument
299 rt2x00usb_register_write_lock(struct rt2x00_dev *rt2x00dev, const unsigned int offset, u32 value) argument
319 rt2x00usb_register_multiwrite(struct rt2x00_dev *rt2x00dev, const unsigned int offset, const void *value, const u32 length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dblock.c45 u64 *cur_index, int *offset, int *length)
54 if (msblk->devblksize - *offset == 1) {
55 *length = (unsigned char) bh->b_data[*offset];
61 *offset = 1;
63 *length = (unsigned char) bh->b_data[*offset] |
64 (unsigned char) bh->b_data[*offset + 1] << 8;
65 *offset += 2;
67 if (*offset == msblk->devblksize) {
72 *offset = 0;
93 int offset local
44 get_block_length(struct super_block *sb, u64 *cur_index, int *offset, int *length) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/lib/
H A Dblockops.S9 /* Zero out 64 bytes of memory at (buf + offset).
12 #define BLAST_BLOCK(buf, offset) \
13 std %g0, [buf + offset + 0x38]; \
14 std %g0, [buf + offset + 0x30]; \
15 std %g0, [buf + offset + 0x28]; \
16 std %g0, [buf + offset + 0x20]; \
17 std %g0, [buf + offset + 0x18]; \
18 std %g0, [buf + offset + 0x10]; \
19 std %g0, [buf + offset + 0x08]; \
20 std %g0, [buf + offset
[all...]

Completed in 162 milliseconds

1234567891011>>