Searched refs:index (Results 476 - 500 of 4290) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_prefix.c189 int index, offset; local
197 index = o6p->prefix_length / 8;
201 if (index >= 16)
204 pnt[index] &= mask;
205 index ++;
207 while (index < OSPF6_PREFIX_SPACE (o6p->prefix_length))
208 pnt[index++] = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dpage-types.c250 unsigned long index,
255 if (index > ULONG_MAX / 8)
256 fatal("index overflow: %lu\n", index);
258 if (lseek(fd, index * 8, SEEK_SET) < 0) {
275 unsigned long index,
278 return do_u64_read(kpageflags_fd, PROC_KPAGEFLAGS, buf, index, pages);
282 unsigned long index,
285 return do_u64_read(pagemap_fd, "/proc/pid/pagemap", buf, index, pages);
353 static unsigned long index; local
248 do_u64_read(int fd, char *name, uint64_t *buf, unsigned long index, unsigned long count) argument
274 kpageflags_read(uint64_t *buf, unsigned long index, unsigned long pages) argument
281 pagemap_read(uint64_t *buf, unsigned long index, unsigned long pages) argument
568 walk_pfn(unsigned long voffset, unsigned long index, unsigned long count) argument
592 walk_vma(unsigned long index, unsigned long count) argument
617 walk_task(unsigned long index, unsigned long count) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ntfs/
H A Ddir.c73 * - Each page cache page in the index allocation mapping must be
113 /* Find the index root attribute in the mft record. */
125 /* Get to the index root value (it's been verified in read_inode). */
128 index_end = (u8*)&ir->index + le32_to_cpu(ir->index.index_length);
129 /* The first index entry. */
130 ie = (INDEX_ENTRY*)((u8*)&ir->index +
131 le32_to_cpu(ir->index.entries_offset));
253 * is definitely no such name in this index but we might need to
282 * We have finished with this index withou
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-agn-rs.c89 u32 *rate_n_flags, int index);
92 u32 *rate_n_flags, int index)
222 s32 index; local
250 index = time_diff / TID_QUEUE_CELL_SPACING;
254 if (index >= TID_QUEUE_MAX_SIZE)
257 index = (tl->head + index) % TID_QUEUE_MAX_SIZE;
258 tl->packet_count[index] = tl->packet_count[index] + 1;
261 if ((index
91 rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta, u32 *rate_n_flags, int index) argument
274 s32 index; local
439 rate_n_flags_from_tbl(struct iwl_priv *priv, struct iwl_scale_tbl_info *tbl, int index, u8 use_green) argument
620 rs_get_adjacent_rate(struct iwl_priv *priv, u8 index, u16 rate_mask, int rate_type) argument
1005 rs_get_best_rate(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct iwl_scale_tbl_info *tbl, u16 rate_mask, s8 index) argument
1099 rs_switch_to_mimo2(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) argument
1153 rs_switch_to_mimo3(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) argument
1208 rs_switch_to_siso(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, struct iwl_scale_tbl_info *tbl, int index) argument
1255 rs_move_legacy_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) argument
1392 rs_move_siso_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) argument
1530 rs_move_mimo2_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) argument
1671 rs_move_mimo3_to_other(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct ieee80211_conf *conf, struct ieee80211_sta *sta, int index) argument
1901 rs_update_rate_tbl(struct iwl_priv *priv, struct iwl_lq_sta *lq_sta, struct iwl_scale_tbl_info *tbl, int index, u8 is_green) argument
1930 int index; local
2584 int index = 0; local
2726 rs_dbgfs_set_mcs(struct iwl_lq_sta *lq_sta, u32 *rate_n_flags, int index) argument
2796 int index = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.cpp75 std::string CMuleCollection::GetEd2kLink(size_t index) const
77 if (index >= GetFileCount()) {
84 << "ed2k://|file|" << GetFileName(index)
85 << "|" << GetFileSize(index)
86 << "|" << GetFileHash(index)
93 std::string CMuleCollection::GetFileName(size_t index) const
95 if (index >= GetFileCount()) {
99 std::string retvalue = vCollection[index].m_fileName;
108 uint64_t CMuleCollection::GetFileSize(size_t index) const
110 if (index >
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/line6/
H A Dcapture.c30 unsigned int index; local
37 index =
40 if (index >= LINE6_ISO_BUFFERS) {
46 urb_in = line6pcm->urb_audio_in[index];
59 index * LINE6_ISO_PACKETS * line6pcm->max_packet_size;
64 set_bit(index, &line6pcm->active_urb_in);
67 index); local
148 int i, index, length = 0, shutdown = 0; local
158 /* find index of URB */
159 for (index
[all...]
H A Dplayback.c67 int index; local
81 index =
84 if (index < 0 || index >= LINE6_ISO_BUFFERS) {
90 urb_out = line6pcm->urb_audio_out[index];
162 set_bit(index, &line6pcm->active_urb_out);
165 index); local
245 int i, index, length = 0, shutdown = 0; local
253 /* find index of URB */
254 for (index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dcpumap.c37 int child_start; /* Array index of the first child node */
38 int child_end; /* Array index of the last child node */
120 * Enumerate the CPU information in __cpu_data to determine the start index,
121 * end index, and number of nodes for each level in the cpuinfo tree. The
322 int level, new_index, index = root_index; local
335 new_index = t->nodes[index].rover;
337 increment_rover(t, index, root_index, rover_inc_table);
339 index = new_index;
341 return index;
368 static int simple_map_to_cpu(unsigned int index) argument
387 _map_to_cpu(unsigned int index) argument
408 map_to_cpu(unsigned int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-msm/
H A Dirq-vic.c239 unsigned index = VIC_INT_TO_REG_INDEX(irq); local
243 msm_irq_shadow_reg[index].int_en[0] &= ~mask;
246 msm_irq_idle_disable[index] &= ~mask;
256 unsigned index = VIC_INT_TO_REG_INDEX(irq); local
260 msm_irq_shadow_reg[index].int_en[0] |= mask;
264 msm_irq_idle_disable[index] |= mask;
273 unsigned index = VIC_INT_TO_REG_INDEX(irq); local
282 msm_irq_shadow_reg[index].int_en[1] |= mask;
284 msm_irq_shadow_reg[index].int_en[1] &= ~mask;
301 unsigned index local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ecryptfs/
H A Dmmap.c47 struct page *ecryptfs_get_locked_page(struct inode *inode, loff_t index) argument
49 struct page *page = read_mapping_page(inode->i_mapping, index, NULL);
68 "page (upper index [0x%.16x])\n", page->index);
127 loff_t view_extent_num = ((((loff_t)page->index)
201 rc = ecryptfs_read_lower_page_segment(page, page->index, 0,
219 page, page->index, 0, PAGE_CACHE_SIZE,
240 ecryptfs_printk(KERN_DEBUG, "Unlocking page with index = [0x%.16x]\n",
241 page->index);
254 if ((i_size_read(inode) / PAGE_CACHE_SIZE) != page->index)
283 pgoff_t index = pos >> PAGE_CACHE_SHIFT; local
476 pgoff_t index = pos >> PAGE_CACHE_SHIFT; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Djfs_xtree.c92 s16 index; member in struct:xtsplit
154 int index; local
184 * and returned the index of the next entry.
187 XT_GETSEARCH(ip, btstack.top, bn, mp, p, index);
202 xad = &p->xad[index];
234 * btstack contains (bn, index) of search path traversed to the entry.
248 int base, index, lim, btindex; local
270 * greater than K so that the returned index is the position of
291 (index = jfs_ip->btindex) <
293 xad = &p->xad[index];
545 int index, nextindex; local
1369 int index, nextindex, len; local
1532 int index, nextindex, llen, rlen; local
1712 int index0, index, newindex, nextindex; local
2180 int index, nextindex; local
2348 int index, nextindex; local
2417 int index, nextindex; local
2580 int index; local
2902 int base, index, lim; local
3170 int index, nextindex; local
3724 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dkeychain.c81 if (k1->index > k2->index)
83 if (k1->index < k2->index)
128 key_lookup (struct keychain *keychain, u_int32_t index) argument
135 if (key->index == index)
142 key_lookup_for_accept (struct keychain *keychain, u_int32_t index) argument
152 if (key->index >= index)
207 key_get(struct keychain *keychain, u_int32_t index) argument
280 u_int32_t index; variable
307 u_int32_t index; variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/
H A Dqos.c163 * Returns the index to the value in the specified array
176 * Function index_value (index, array)
178 * Returns value to index in array, easy!
181 static inline __u32 index_value(int index, __u32 *array) argument
183 return array[index];
189 * Returns index to most significant bit (MSB) in word
195 int index = 15; /* Current MSB */ local
213 index--;
215 return index;
237 /* Send back a valid index */
343 int index; local
749 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dicom.c181 int index; local
233 for (index = 0; index < NUM_XBUFFS; index++) {
236 if (index < (NUM_XBUFFS - 1)) {
237 memset(&icom_port->statStg->xmit[index], 0, sizeof(struct xmit_status_area));
238 icom_port->statStg->xmit[index].leLengthASD =
243 icom_port->statStg->xmit[index].leBuffer =
245 } else if (index == (NUM_XBUFFS - 1)) {
246 memset(&icom_port->statStg->xmit[index],
356 int index; local
1015 int index; local
1108 int index; local
1452 int index; local
1494 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dconfuse.c209 DLLIMPORT signed long cfg_opt_getnint(cfg_opt_t *opt, unsigned int index) argument
212 if(opt->values && index < opt->nvalues)
213 return opt->values[index]->number;
221 unsigned int index)
223 return cfg_opt_getnint(cfg_getopt(cfg, name), index);
231 DLLIMPORT double cfg_opt_getnfloat(cfg_opt_t *opt, unsigned int index) argument
234 if(opt->values && index < opt->nvalues)
235 return opt->values[index]->fpnumber;
243 unsigned int index)
245 return cfg_opt_getnfloat(cfg_getopt(cfg, name), index);
220 cfg_getnint(cfg_t *cfg, const char *name, unsigned int index) argument
242 cfg_getnfloat(cfg_t *cfg, const char *name, unsigned int index) argument
253 cfg_opt_getnbool(cfg_opt_t *opt, unsigned int index) argument
264 cfg_getnbool(cfg_t *cfg, const char *name, unsigned int index) argument
275 cfg_opt_getnstr(cfg_opt_t *opt, unsigned int index) argument
286 cfg_getnstr(cfg_t *cfg, const char *name, unsigned int index) argument
296 cfg_opt_getnptr(cfg_opt_t *opt, unsigned int index) argument
307 cfg_getnptr(cfg_t *cfg, const char *name, unsigned int index) argument
317 cfg_opt_getnsec(cfg_opt_t *opt, unsigned int index) argument
325 cfg_getnsec(cfg_t *cfg, const char *name, unsigned int index) argument
1236 cfg_opt_getval(cfg_opt_t *opt, unsigned int index) argument
1260 cfg_opt_setnint(cfg_opt_t *opt, long int value, unsigned int index) argument
1269 cfg_setnint(cfg_t *cfg, const char *name, long int value, unsigned int index) argument
1272 cfg_opt_setnint(cfg_getopt(cfg, name), value, index); local
1280 cfg_opt_setnfloat(cfg_opt_t *opt, double value, unsigned int index) argument
1289 cfg_setnfloat(cfg_t *cfg, const char *name, double value, unsigned int index) argument
1292 cfg_opt_setnfloat(cfg_getopt(cfg, name), value, index); local
1300 cfg_opt_setnbool(cfg_opt_t *opt, cfg_bool_t value, unsigned int index) argument
1309 cfg_setnbool(cfg_t *cfg, const char *name, cfg_bool_t value, unsigned int index) argument
1312 cfg_opt_setnbool(cfg_getopt(cfg, name), value, index); local
1320 cfg_opt_setnstr(cfg_opt_t *opt, const char *value, unsigned int index) argument
1330 cfg_setnstr(cfg_t *cfg, const char *name, const char *value, unsigned int index) argument
1333 cfg_opt_setnstr(cfg_getopt(cfg, name), value, index); local
1399 cfg_opt_nprint_var(cfg_opt_t *opt, unsigned int index, FILE *fp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DIndexTest.java338 private void checkDelete(SecondaryIndex<Integer,Integer,MyEntity> index, argument
353 boolean deleted = index.delete(txn, delSecKey);
355 deleted = index.delete(txn, delSecKey);
357 assertNull(index.get(txn, delSecKey, null));
359 checkSecondary(index, indexRaw, expected);
363 * Delete remaining records so that the primary index is empty. Use
374 private void checkSecondary(SecondaryIndex<Integer,Integer,MyEntity> index, argument
380 checkIndex(index, expected, keyGetter, entityGetter);
381 checkIndex(index.keysIndex(), expected, keyGetter, keyGetter);
396 checkIndex(index
407 checkIndex(EntityIndex<K,V> index, SortedMap<Integer,SortedSet<Integer>> expected, Getter<K> kGetter, Getter<V> vGetter) argument
505 checkOpenRanges(Transaction txn, int i, EntityIndex<K,V> index, SortedMap<Integer,SortedSet<Integer>> expected, Getter<K> kGetter, Getter<V> vGetter) argument
563 checkClosedRanges(Transaction txn, int i, int j, EntityIndex<K,V> index, SortedMap<Integer,SortedSet<Integer>> expected, Getter<K> kGetter, Getter<V> vGetter) argument
758 checkEmpty(EntityIndex<K,V> index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/comedi/drivers/
H A Dcb_pcidda.c284 int index; local
307 for (index = 0; index < ARRAY_SIZE(cb_pcidda_boards); index++) {
308 if (cb_pcidda_boards[index].device_id ==
322 dev->board_ptr = cb_pcidda_boards + index;
382 for (index = 0; index < EEPROM_SIZE; index++) {
383 devpriv->eeprom_data[index]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nilfs2/
H A Dpage.c44 __nilfs_get_page_block(struct page *page, unsigned long block, pgoff_t index, argument
54 first_block = (unsigned long)index << (PAGE_CACHE_SHIFT - blkbits);
81 pgoff_t index = blkoff >> (PAGE_CACHE_SHIFT - blkbits); local
85 page = grab_cache_page(mapping, index);
89 bh = __nilfs_get_page_block(page, blkoff, index, blkbits, b_state);
101 opage = find_lock_page(mapping->assoc_mapping, index);
105 obh = __nilfs_get_page_block(opage, blkoff, index, blkbits,
222 printk(KERN_CRIT "NILFS_PAGE_BUG(%p): cnt=%d index#=%llu flags=0x%lx "
225 (unsigned long long)page->index, page->flags, m, ino);
351 pgoff_t index local
406 pgoff_t index = 0; local
467 pgoff_t index = 0; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswscale/x86/
H A Dyuv2rgb_template.c59 x86_reg index = -h_size / 2; \
151 : "+r" (index), "+r" (image) \
152 : "r" (pu - index), "r" (pv - index), "r"(&c->redDither), \
153 "r" (py - 2*index) \
161 : "+r" (index), "+r" (image) \
162 : "r" (pu - index), "r" (pv - index), "r"(&c->redDither), \
163 "r" (py - 2*index), "r" (pa - 2*index) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dibmphp_hpc.c72 #define WPG_READATADDR_MASK 0x00010000 // read,bytes,I2C shifted,index
73 #define WPG_WRITEATADDR_MASK 0x40010000 // write,bytes,I2C shifted,index
89 // command index
91 #define WPG_1ST_SLOT_INDEX 0x01 // index - 1st slot for ctlr
92 #define WPG_CTLR_INDEX 0x0F // index - ctlr
93 #define WPG_1ST_EXTSLOT_INDEX 0x10 // index - 1st ext slot for ctlr
94 #define WPG_1ST_BUS_INDEX 0x1F // index - 1st bus for ctlr
149 static u8 i2c_ctrl_read (struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index) argument
158 debug_polling ("%s - Entry WPGBbar[%p] index[%x] \n", __func__, WPGBbar, index);
257 i2c_ctrl_write(struct controller *ctlr_ptr, void __iomem *WPGBbar, u8 index, u8 cmd) argument
447 hpc_writecmdtoindex(u8 cmd, u8 index) argument
493 hpc_readcmdtoindex(u8 cmd, u8 index) argument
541 u8 index, status; local
679 u8 index, status; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Doxygen.h146 int oxygen_pci_probe(struct pci_dev *pci, int index, char *id,
188 unsigned int index);
190 unsigned int index, u16 data);
192 unsigned int index, u16 data, u16 mask);
200 u16 oxygen_read_eeprom(struct oxygen *chip, unsigned int index);
201 void oxygen_write_eeprom(struct oxygen *chip, unsigned int index, u16 value);
240 unsigned int index, u16 value)
242 oxygen_write_ac97_masked(chip, codec, index, value, value);
247 unsigned int index, u16 value)
249 oxygen_write_ac97_masked(chip, codec, index,
239 oxygen_ac97_set_bits(struct oxygen *chip, unsigned int codec, unsigned int index, u16 value) argument
245 oxygen_ac97_clear_bits(struct oxygen *chip, unsigned int codec, unsigned int index, u16 value) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libswscale/x86/
H A Dyuv2rgb_template.c57 x86_reg index = -h_size / 2; \
141 : "+r" (index), "+r" (image) \
142 : "r" (pu - index), "r" (pv - index), "r"(&c->redDither), \
143 "r" (py - 2*index) \
148 : "+r" (index), "+r" (image) \
149 : "r" (pu - index), "r" (pv - index), "r"(&c->redDither), \
150 "r" (py - 2*index), "r" (pa - 2*index) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/iop/
H A Diop_dmc_in_defs.h30 #define REG_RD_VECT( scope, inst, reg, index ) \
33 (index) * STRIDE_##scope##_##reg )
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
40 (index) * STRIDE_##scope##_##reg, (val) )
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
56 (index) * STRIDE_##scope##_##reg )
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
62 (index) * STRIDE_##scope##_##reg, (val) )
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \
82 (index) * STRIDE
[all...]
H A Diop_dmc_out_defs.h30 #define REG_RD_VECT( scope, inst, reg, index ) \
33 (index) * STRIDE_##scope##_##reg )
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
40 (index) * STRIDE_##scope##_##reg, (val) )
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
56 (index) * STRIDE_##scope##_##reg )
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
62 (index) * STRIDE_##scope##_##reg, (val) )
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \
82 (index) * STRIDE
[all...]
H A Diop_fifo_out_defs.h30 #define REG_RD_VECT( scope, inst, reg, index ) \
33 (index) * STRIDE_##scope##_##reg )
37 #define REG_WR_VECT( scope, inst, reg, index, val ) \
40 (index) * STRIDE_##scope##_##reg, (val) )
54 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
56 (index) * STRIDE_##scope##_##reg )
60 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
62 (index) * STRIDE_##scope##_##reg, (val) )
80 #define REG_ADDR_VECT( scope, inst, reg, index ) \
82 (index) * STRIDE
[all...]

Completed in 301 milliseconds

<<11121314151617181920>>