Searched refs:index (Results 301 - 325 of 4290) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-usb/
H A Daz6027.c301 int az6027_usb_in_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) argument
312 index,
323 deb_xfer("in: req. %02x, val: %04x, ind: %04x, buffer: ", req, value, index);
333 u16 index,
339 deb_xfer("out: req. %02x, val: %04x, ind: %04x, buffer: ", req, value, index);
350 index,
370 u16 index; local
377 index = 0;
380 ret = az6027_usb_out_op(adap->dev, req, value, index, NULL, blen);
417 u16 index; local
330 az6027_usb_out_op(struct dvb_usb_device *d, u8 req, u16 value, u16 index, u8 *b, int blen) argument
459 u16 index; local
490 u16 index; local
536 u16 index; local
566 u16 index; local
598 u16 index; local
654 u16 index; local
682 u16 index; local
827 u16 index; local
846 u16 index; local
889 u16 index; local
957 u16 index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/prism54/
H A Dislpci_eth.c43 u32 index; local
49 /* read the index of the first fragment to be freed */
50 index = priv->free_data_tx % ISL38XX_CB_TX_QSIZE;
54 if (priv->pci_map_tx_address[index]) {
57 skb = priv->data_low_tx[index];
66 priv->pci_map_tx_address[index],
81 u32 index; local
200 index = curr_frag % ISL38XX_CB_TX_QSIZE;
201 fragment = &cb->tx_data_low[index];
203 priv->pci_map_tx_address[index]
316 u32 index, offset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dunicode.c393 int index, newIndex = 0, needsCRC = 0; local
405 for (index = 0; index < udfLen; index++) {
406 curr = udfName[index];
410 while (index + 1 < udfLen &&
411 (udfName[index + 1] == '/' ||
412 udfName[index + 1] == 0))
413 index++;
416 (udfLen - index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dparser.c117 int index, i; local
150 /* WARNING: the returned index can be negative */
151 index = s->parser->parser_parse(s, avctx, (const uint8_t **)poutbuf, poutbuf_size, buf, buf_size);
159 s->next_frame_offset = s->cur_offset + index;
162 if (index < 0)
163 index = 0;
164 s->cur_offset += index;
165 return index;
225 av_dlog(pc, "overread %d, state:%X next:%d index:%d o_index:%d\n",
226 pc->overread, pc->state, next, pc->index, p
[all...]
H A Dget_bits.h54 int index; member in struct:GetBitContext
125 unsigned int name##_index = (gb)->index; \
131 unsigned int name##_index = (gb)->index; \
140 #define CLOSE_READER(name, gb) (gb)->index = name##_index
194 return s->index;
199 s->index += n;
201 s->index += av_clip(n, -s->index, s->size_in_bits_plus8 - s->index);
270 unsigned int index local
273 result >>= index & 7; local
276 result <<= index & 7; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Drsaz_exp.c92 int index; local
125 for (index = 3; index < 32; index++) {
127 rsaz_1024_scatter5_avx2(table_s, result, index);
238 index = 1014;
240 while (index > -1) { /* loop for the remaining 127 windows */
244 wvalue = *((unsigned short *)&p_str[index / 8]);
245 wvalue = (wvalue >> (index % 8)) & 31;
246 index
292 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Drsaz_exp.c92 int index; local
125 for (index = 3; index < 32; index++) {
127 rsaz_1024_scatter5_avx2(table_s, result, index);
238 index = 1014;
240 while (index > -1) { /* loop for the remaining 127 windows */
244 wvalue = *((unsigned short *)&p_str[index / 8]);
245 wvalue = (wvalue >> (index % 8)) & 31;
246 index
292 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dadt7475.c127 /* Macros to easily index the registers */
193 static void adt7475_read_pwm(struct i2c_client *client, int index);
328 (data->alarms >> sattr->index) & 1);
330 val = data->voltage[sattr->nr][sattr->index];
332 reg2volt(sattr->index, val, data->bypass_attn));
351 data->voltage[sattr->nr][sattr->index] =
352 volt2reg(sattr->index, val, data->bypass_attn);
354 if (sattr->index < ADT7475_VOLTAGE_COUNT) {
356 reg = VOLTAGE_MIN_REG(sattr->index);
358 reg = VOLTAGE_MAX_REG(sattr->index);
697 hw_set_pwm(struct i2c_client *client, int index, unsigned int pwmctl, unsigned int pwmchan) argument
1427 adt7475_read_pwm(struct i2c_client *client, int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Drtlx.c60 extern void *vpe_get_shared(int index);
148 int rtlx_open(int index, int can_sleep) argument
155 if (index >= RTLX_CHANNELS) {
156 printk(KERN_DEBUG "rtlx_open index out of range\n");
160 if (atomic_inc_return(&channel_wqs[index].in_open) > 1) {
162 index);
170 __wait_event_interruptible(channel_wqs[index].lx_queue,
189 &channel_wqs[index].lx_queue,
201 finish_wait(&channel_wqs[index].lx_queue, &wait);
222 chan = &rtlx->channel[index];
239 rtlx_release(int index) argument
249 rtlx_read_poll(int index, int can_sleep) argument
292 rtlx_write_poll(int index) argument
300 rtlx_read(int index, void __user *buff, size_t count) argument
342 rtlx_write(int index, const void __user *buffer, size_t count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Dfile.c32 * larger), the code implements an index cache that caches the mapping from
33 * block index to datablock location on disk.
35 * The index cache allows Squashfs to handle large files (up to 1.75 TiB) while
39 * The index cache is designed to be memory efficient, and by default uses
57 * Locate cache slot in range [offset, index] for specified inode. If
58 * there's more than one return the slot closest to index.
61 int index)
69 TRACE("locate_meta_index: index %d, offset %d\n", index, offset);
77 msblk->meta_index[i].offset <= index
60 locate_meta_index(struct inode *inode, int offset, int index) argument
236 fill_meta_index(struct inode *inode, int index, u64 *index_block, int *index_offset, u64 *data_block) argument
335 read_blocklist(struct inode *inode, int index, u64 *block) argument
383 int index = page->index >> (msblk->block_log - PAGE_CACHE_SHIFT); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Ddcclient.cpp253 size_t index; local
254 wxPaintDCInfo *info = FindInCache(&index);
262 ms_cache.RemoveAt(index);
276 wxPaintDCInfo *wxPaintDC::FindInCache(size_t *index) const
286 if ( index )
287 *index = n;
338 size_t index; local
339 wxPaintDCInfo *info = FindInCache(&index);
346 ms_cache.RemoveAt(index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagxpm.cpp94 bool WXUNUSED(verbose), int WXUNUSED(index))
161 unsigned long index = entry->second.index; local
162 symbols[index] = symbols_data + index * (chars_per_pixel+1);
163 char *sym = symbols[index];
167 sym[j] = Cixel[index % MaxCixels];
168 index /= MaxCixels;
198 stream.Write(symbols[histogram[key].index], chars_per_pixel);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/unix/
H A Dmimetype.h67 wxString GetExtension(size_t index) { return m_aExtensions[index]; } argument
112 bool WriteKDEMimeFile(int index, bool delete_index);
117 bool WriteToMailCap (int index, bool delete_index);
118 bool WriteToMimeTypes (int index, bool delete_index);
119 bool WriteToNSMimeTypes (int index, bool delete_index);
153 // if built with GetFileTypeFromMimetype index 0 has the exact match and
154 // index 1 the type / * match
155 // if built with GetFileTypeFromExtension, index 0 has the mimetype for
156 // the first extension found, index
158 Init(wxMimeTypesManagerImpl *manager, size_t index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_wq.c47 buf->index = i * VNIC_WQ_BUF_BLK_ENTRIES + j;
49 wq->ring.desc_size * buf->index;
50 if (buf->index + 1 == count) {
85 int vnic_wq_alloc(struct vnic_dev *vdev, struct vnic_wq *wq, unsigned int index, argument
90 wq->index = index;
93 wq->ctrl = vnic_dev_get_res(vdev, RES_TYPE_WQ, index);
95 printk(KERN_ERR "Failed to hook WQ[%d] resource\n", index);
154 printk(KERN_ERR "Failed to disable WQ[%d]\n", wq->index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/base/
H A Dmap.c37 unsigned index = MAJOR(dev); local
58 for (i = 0, p -= n; i < n; i++, p++, index++) {
59 struct probe **s = &domain->probes[index % 255];
72 unsigned index = MAJOR(dev); local
80 for (i = 0; i < n; i++, index++) {
82 for (s = &domain->probes[index % 255]; *s; s = &(*s)->next) {
96 struct kobject *kobj_lookup(struct kobj_map *domain, dev_t dev, int *index) argument
119 *index = dev - p->dev;
125 kobj = probe(dev, index, data);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Debitmap.h85 unsigned int index = EBITMAP_NODE_INDEX(n, bit); local
88 BUG_ON(index >= EBITMAP_UNIT_NUMS);
89 if ((n->maps[index] & (EBITMAP_BIT << ofs)))
97 unsigned int index = EBITMAP_NODE_INDEX(n, bit); local
100 BUG_ON(index >= EBITMAP_UNIT_NUMS);
101 n->maps[index] |= (EBITMAP_BIT << ofs);
107 unsigned int index = EBITMAP_NODE_INDEX(n, bit); local
110 BUG_ON(index >= EBITMAP_UNIT_NUMS);
111 n->maps[index] &= ~(EBITMAP_BIT << ofs);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenuitem.cpp86 MenuItemIndex index = m_parentMenu->MacGetIndexFromItem( this ) ; local
87 if( mhandle == NULL || index == 0)
97 SetMenuItemIconHandle( mhandle , index ,
127 MenuItemIndex index = m_parentMenu->MacGetIndexFromItem( this ) ; local
128 if( mhandle == NULL || index == 0)
131 UMAEnableMenuItem( mhandle , index , m_isEnabled ) ;
133 ::SetItemMark( mhandle , index , 0x12 ) ; // checkmark
135 ::SetItemMark( mhandle , index , 0 ) ; // no mark
137 UMASetMenuItemText( mhandle , index , m_text , wxFont::GetDefaultEncoding() ) ;
139 UMASetMenuItemShortcut( mhandle , index , entr
150 MenuItemIndex index = m_parentMenu->MacGetIndexFromItem( this ) ; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dwindfarm_pid.c50 st->index = 0;
52 st->index = (st->index + 1) % hlen;
53 st->samples[st->index] = new_sample;
54 st->errors[st->index] = error;
59 integ += st->errors[(st->index + hlen - i) % hlen];
63 deriv = st->errors[st->index] -
64 st->errors[(st->index + hlen - 1) % hlen];
106 st->index = st->tindex = 0;
108 st->index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_dtree.c37 * each directory page maintains a sorted entry index table
38 * which stores the start slot index of sorted entries
117 s16 index; member in struct:dtsplit
185 static void dtInsertEntry(dtpage_t * p, int index, struct component_name * key,
203 * Reads a page of a directory's index table.
245 * index and pointer to its entry.
249 static struct dir_table_slot *find_index(struct inode *ip, u32 index, argument
259 if (index < 2) {
261 jfs_warn("find_entry called with index = %d", index);
304 lock_index(tid_t tid, struct inode *ip, struct metapage * mp, u32 index) argument
341 u32 index; local
496 free_index(tid_t tid, struct inode *ip, u32 index, u32 next) argument
524 modify_index(tid_t tid, struct inode *ip, u32 index, s64 bn, int slot, struct metapage ** mp, s64 *lblock) argument
549 read_index(struct inode *ip, u32 index, struct dir_table_slot * dirtab_slot) argument
589 int base, index, lim; local
828 int index; local
2089 int index; local
2243 int index, nextindex; local
2452 int index; local
2923 uint index; local
3013 s16 index; member in struct:dtoffset
3019 int index; local
3413 s16 index; member in struct:dtoffset
3419 int index; local
3898 dtInsertEntry(dtpage_t * p, int index, struct component_name * key, ddata_t * data, struct dt_lock ** dtlock) argument
4519 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dproportions.c83 pd->index = 0;
103 * We copy the events count, move the bits around and flip the index.
107 int index; local
117 index = pd->index ^ 1;
118 offset = pd->pg[pd->index].shift - shift;
122 pd->pg[index].shift = shift;
125 events = percpu_counter_sum(&pd->pg[pd->index].events);
130 percpu_counter_set(&pd->pg[index].events, events);
136 pd->index
152 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Denough.c16 Use a macro to compute the history index
52 has size 1 << (len - root), to index the remaining bits in that set of
138 We build the array with length max-1 lists for the len index, with syms-3
140 varying in length as a function of sym. See the calculation of index in
141 count() for the index, and the calculation of size in main() for the size
158 states. mem and rem are used to calculate a single index in a triangular
210 size_t index; /* index of this case in *num */ local
220 index = INDEX(syms, left, len);
221 got = num[index];
260 size_t index; /* index for this state's bit vector */ local
407 size_t index; /* index of this case in *num */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/txt_db/
H A Dtxt_db.c92 ret->index = NULL;
96 if ((ret->index = OPENSSL_malloc(sizeof(*ret->index) * num)) == NULL)
101 ret->index[i] = NULL;
189 if (ret->index != NULL)
190 OPENSSL_free(ret->index);
211 lh = db->index[idx];
250 if (db->index[field] != NULL)
251 lh_OPENSSL_STRING_free(db->index[field]);
252 db->index[fiel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/txt_db/
H A Dtxt_db.c92 ret->index = NULL;
96 if ((ret->index = OPENSSL_malloc(sizeof(*ret->index) * num)) == NULL)
101 ret->index[i] = NULL;
189 if (ret->index != NULL)
190 OPENSSL_free(ret->index);
211 lh = db->index[idx];
250 if (db->index[field] != NULL)
251 lh_OPENSSL_STRING_free(db->index[field]);
252 db->index[fiel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dpagemap.h225 pgoff_t index);
227 pgoff_t index);
229 pgoff_t index, gfp_t gfp_mask);
234 unsigned find_get_pages_tag(struct address_space *mapping, pgoff_t *index,
238 pgoff_t index, unsigned flags);
241 * Returns locked page at given index in given cache, creating it if needed.
244 pgoff_t index)
246 return find_or_create_page(mapping, index, mapping_gfp_mask(mapping));
250 pgoff_t index);
252 pgoff_t index, filler_
243 grab_cache_page(struct address_space *mapping, pgoff_t index) argument
262 read_mapping_page_async( struct address_space *mapping, pgoff_t index, void *data) argument
270 read_mapping_page(struct address_space *mapping, pgoff_t index, void *data) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Denough.c16 Use a macro to compute the history index
49 has size 1 << (len - root), to index the remaining bits in that set of
135 We build the array with length max-1 lists for the len index, with syms-3
137 varying in length as a function of sym. See the calculation of index in
138 count() for the index, and the calculation of size in main() for the size
155 states. mem and rem are used to calculate a single index in a triangular
207 size_t index; /* index of this case in *num */ local
217 index = INDEX(syms, left, len);
218 got = num[index];
257 size_t index; /* index for this state's bit vector */ local
404 size_t index; /* index of this case in *num */ local
[all...]

Completed in 707 milliseconds

<<11121314151617181920>>