Searched refs:index (Results 251 - 275 of 4290) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-bcmring/include/mach/csp/
H A Dcap_inline.h132 static inline CAP_RC_T cap_isPresent(CAP_CAPABILITY_T capability, int index) argument
147 if ((index == 0)
151 if ((index == 1)
160 if ((index == 0)
164 if ((index == 1)
173 if ((index == 0)
177 if ((index == 1)
186 if ((index == 0)
190 if ((index == 1)
207 if ((index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/i386/
H A Dsyntax.h35 #define MEM_INDEX(base,index,size)(R(base),R(index),size)
57 #define MEM_INDEX(base,index,size)[base+index*size]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/doc/
H A DMakefile2 HTMLFILES=$(subst .sgml,.html,$(SGMLFILES)) index.html
15 $(HTMLFILES): index.db
31 $(MANFILES): index.db
37 @rm -rf $(MANFILES) $(HTMLFILES) iputils.html tmp.db2html tmp.db2man index.out
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dsettings.cpp212 wxSystemFont index
215 const bool isDefaultRequested = index == wxSYS_DEFAULT_GUI_FONT;
228 switch (index)
267 int wxSystemSettingsNative::GetMetric( wxSystemMetric index, argument
270 switch ( index)
324 bool wxSystemSettingsNative::HasFeature( wxSystemFeature index )
326 switch (index)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/jfs/
H A Dioctl.c38 int index=0; local
41 while (jfs_map[index].jfs_flag) {
43 if (jfs_map[index].ext2_flag & flags)
44 mapped |= jfs_map[index].jfs_flag;
46 if (jfs_map[index].jfs_flag & flags)
47 mapped |= jfs_map[index].ext2_flag;
49 index++;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_wq_copy.h28 unsigned int index; member in struct:vnic_wq_copy
69 static inline void vnic_wq_copy_desc_process(struct vnic_wq_copy *wq, u16 index) argument
73 if (wq->to_clean_index <= index)
74 cnt = (index - wq->to_clean_index) + 1;
76 cnt = wq->ring.desc_count - wq->to_clean_index + index + 1;
78 wq->to_clean_index = ((index + 1) % wq->ring.desc_count);
100 /* increment the to-clean index so that we start
101 * with an unprocessed index next time we enter the loop
120 unsigned int index, unsigned int desc_count, unsigned int desc_size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DItem.java43 int index; field in class:Item
112 Item(int index) { argument
113 this.index = index;
119 * @param index index of the item to be constructed.
122 Item(final int index, final Item i) { argument
123 this.index = index;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibipt_set.h71 if (req.set.index == IP_SET_INVALID_ID)
75 info->index = req.set.index;
78 static void get_set_byid(char * setname, ip_set_id_t index) argument
86 req.set.index = index;
99 "Set id %i in kernel doesn't exist.\n", index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dradix-tree.c254 * Extend a radix tree so it can store key @index.
256 static int radix_tree_extend(struct radix_tree_root *root, unsigned long index) argument
264 while (index > radix_tree_maxindex(height))
300 * @index: index key
303 * Insert an item into the radix tree at position @index.
306 unsigned long index, void *item)
316 if (index > radix_tree_maxindex(root->height)) {
317 error = radix_tree_extend(root, index);
342 offset = (index >> shif
305 radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) argument
371 radix_tree_lookup_element(struct radix_tree_root *root, unsigned long index, int is_slot) argument
421 radix_tree_lookup_slot(struct radix_tree_root *root, unsigned long index) argument
439 radix_tree_lookup(struct radix_tree_root *root, unsigned long index) argument
458 radix_tree_tag_set(struct radix_tree_root *root, unsigned long index, unsigned int tag) argument
504 radix_tree_tag_clear(struct radix_tree_root *root, unsigned long index, unsigned int tag) argument
574 radix_tree_tag_get(struct radix_tree_root *root, unsigned long index, unsigned int tag) argument
660 unsigned long index = *first_indexp; local
770 radix_tree_next_hole(struct radix_tree_root *root, unsigned long index, unsigned long max_scan) argument
807 radix_tree_prev_hole(struct radix_tree_root *root, unsigned long index, unsigned long max_scan) argument
825 __lookup(struct radix_tree_node *slot, void ***results, unsigned long index, unsigned int max_items, unsigned long *next_index) argument
1002 __lookup_tag(struct radix_tree_node *slot, void ***results, unsigned long index, unsigned int max_items, unsigned long *next_index, unsigned int tag) argument
1264 radix_tree_delete(struct radix_tree_root *root, unsigned long index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/pcmcia/
H A Dnsp_io.h16 unsigned int index,
19 unsigned int index);
31 unsigned int index,
34 outb(val, (base + index));
38 unsigned int index)
40 return inb(base + index);
179 unsigned int index,
182 unsigned char *ptr = (unsigned char *)(base + NSP_MMIO_OFFSET + index);
188 unsigned int index)
190 unsigned char *ptr = (unsigned char *)(base + NSP_MMIO_OFFSET + index);
30 nsp_write(unsigned int base, unsigned int index, unsigned char val) argument
37 nsp_read(unsigned int base, unsigned int index) argument
178 nsp_mmio_write(unsigned long base, unsigned int index, unsigned char val) argument
187 nsp_mmio_read(unsigned long base, unsigned int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/kernel/
H A Dirq.c162 int index; local
164 for (index = 0; index < XTENSA_NR_IRQS; index++) {
165 int mask = 1 << index;
168 set_irq_chip_and_handler(index, &xtensa_irq_chip,
172 set_irq_chip_and_handler(index, &xtensa_irq_chip,
176 set_irq_chip_and_handler(index, &xtensa_irq_chip,
180 set_irq_chip_and_handler(index, &xtensa_irq_chip,
186 set_irq_chip_and_handler(index,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/apparmor/include/
H A Dfile.h53 * - index - an index into either the exec name table or the variable table
54 * - exec type - which determines how the executable name and index are used
84 * @xindex: exec transition index if @allow contains MAY_EXEC
103 u16 index = 0; local
106 index |= AA_X_UNSAFE;
108 index |= AA_X_INHERIT;
110 index |= AA_X_UNCONFINED;
113 index |= AA_X_UNCONFINED;
115 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_crc_par_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_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_fifo_in_extra_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_extra_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_mpu_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_sap_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_scrc_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_scrc_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_trigger_grp_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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/
H A Drt_trace_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...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
H A Dclkgen_defs.h27 #define REG_RD_VECT( scope, inst, reg, index ) \
30 (index) * STRIDE_##scope##_##reg )
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \
37 (index) * STRIDE_##scope##_##reg, (val) )
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
53 (index) * STRIDE_##scope##_##reg )
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
59 (index) * STRIDE_##scope##_##reg, (val) )
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \
79 (index) * STRIDE
[all...]
H A Dl2cache_defs.h27 #define REG_RD_VECT( scope, inst, reg, index ) \
30 (index) * STRIDE_##scope##_##reg )
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \
37 (index) * STRIDE_##scope##_##reg, (val) )
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
53 (index) * STRIDE_##scope##_##reg )
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
59 (index) * STRIDE_##scope##_##reg, (val) )
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \
79 (index) * STRIDE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/mach-a3/mach/hwregs/iop/
H A Diop_sap_in_defs.h27 #define REG_RD_VECT( scope, inst, reg, index ) \
30 (index) * STRIDE_##scope##_##reg )
34 #define REG_WR_VECT( scope, inst, reg, index, val ) \
37 (index) * STRIDE_##scope##_##reg, (val) )
51 #define REG_RD_INT_VECT( scope, inst, reg, index ) \
53 (index) * STRIDE_##scope##_##reg )
57 #define REG_WR_INT_VECT( scope, inst, reg, index, val ) \
59 (index) * STRIDE_##scope##_##reg, (val) )
77 #define REG_ADDR_VECT( scope, inst, reg, index ) \
79 (index) * STRIDE
[all...]

Completed in 239 milliseconds

<<11121314151617181920>>