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

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c207 int index; local
211 for (index = 0; index < 120; index++) {
212 printf("%1c", array_c[index]);
213 if ((index%50) == 0) printf("\n");
230 int index; local
234 for (index = 0; index < 9; index
253 int index; local
277 int index; local
318 int index; local
337 int index; local
1043 int index; local
1102 int index; local
1135 int index; local
1154 static int index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/rc/
H A Dssh.c33 int index = 4; local
58 dropbear_argv[index++] = "-s";
61 dropbear_argv[index++] = "-W";
62 dropbear_argv[index++] = nvram_safe_get("sshd_rwb");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/httpd/
H A Dbcmnvram_f.h67 #define nvram_match_list_x(sid, name, match, index) ({ const char *value = nvram_get_list_x(sid, name, index); (value && !strcmp(value, match)); })
96 extern char *nvram_get_list_x(const char *sid, const char *name, int index);
98 extern int nvram_del_list_x(const char *sid, const char *name, int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/mi/
H A Dmi-getopt.h29 On entry OPTIND contains the index of the next element of ARGV that
30 needs parsing. OPTIND is updated to indicate the index of the next
52 int index; member in struct:mi_opt
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Dcall-ar-st.c207 int index; local
211 for (index = 0; index < 120; index++) {
212 printf("%1c", array_c[index]);
213 if ((index%50) == 0) printf("\n");
230 int index; local
234 for (index = 0; index < 9; index
253 int index; local
277 int index; local
318 int index; local
337 int index; local
1043 int index; local
1102 int index; local
1135 int index; local
1154 static int index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dput_bits.h45 int index; member in struct:PutBitContext
71 s->index=0;
87 return s->index;
217 : "=&r" (s->index), "=&r" (value)
218 : "r" (s->buf), "r" (n), "0" (s->index), "1" (value<<(-n))
222 int index= s->index;
223 uint32_t *ptr= ((uint32_t *)s->buf)+(index>>5);
227 ptr[0] |= be2me_32(value>>(index&31));
228 ptr[1] = be2me_32(value<<(32-(index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/rc/
H A Dssh.c33 int index = 4; local
58 dropbear_argv[index++] = "-s";
61 dropbear_argv[index++] = "-W";
62 dropbear_argv[index++] = nvram_safe_get("sshd_rwb");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/httpd/
H A Dbcmnvram_f.h67 #define nvram_match_list_x(sid, name, match, index) ({ const char *value = nvram_get_list_x(sid, name, index); (value && !strcmp(value, match)); })
96 extern char *nvram_get_list_x(const char *sid, const char *name, int index);
98 extern int nvram_del_list_x(const char *sid, const char *name, int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-mxc/
H A Dtzic.c57 int index, off; local
59 index = irq >> 5;
61 __raw_writel(1 << off, tzic_base + TZIC_ENCLEAR0(index));
71 int index, off; local
73 index = irq >> 5;
75 __raw_writel(1 << off, tzic_base + TZIC_ENSET0(index));
91 unsigned int index, off; local
93 index = irq >> 5;
96 if (index > 3)
100 wakeup_intr[index] |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/plat-mxc/
H A Dtzic.c57 int index, off; local
59 index = irq >> 5;
61 __raw_writel(1 << off, tzic_base + TZIC_ENCLEAR0(index));
71 int index, off; local
73 index = irq >> 5;
75 __raw_writel(1 << off, tzic_base + TZIC_ENSET0(index));
91 unsigned int index, off; local
93 index = irq >> 5;
96 if (index > 3)
100 wakeup_intr[index] |
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/include/asm/
H A Dtce.h41 extern void tce_build(struct iommu_table *tbl, unsigned long index,
43 extern void tce_free(struct iommu_table *tbl, long index, unsigned int npages);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/include/asm/
H A Dtce.h41 extern void tce_build(struct iommu_table *tbl, unsigned long index,
43 extern void tce_free(struct iommu_table *tbl, long index, unsigned int npages);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mti-malta/
H A Dmalta-cmdline.c32 #define prom_argv(index) ((char *)(long)_prom_argv[(index)])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/mti-sead3/
H A Dsead3-cmdline.c32 #define prom_argv(index) ((char *)(long)_prom_argv[(index)])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mti-malta/
H A Dmalta-cmdline.c32 #define prom_argv(index) ((char *)(long)_prom_argv[(index)])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-cmdline.c32 #define prom_argv(index) ((char *)(long)_prom_argv[(index)])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/bfd/
H A Dcpu-alpha.c42 #define NN(index) (&arch_info_struct[index])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/bfd/
H A Dcpu-alpha.c42 #define NN(index) (&arch_info_struct[index])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/bfd/
H A Dcpu-alpha.c42 #define NN(index) (&arch_info_struct[index])
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Dhash.c36 hash->index = XCALLOC (MTYPE_HASH_INDEX,
76 for (hb = hash->index[i]; hb; hb = hbnext)
86 XFREE(MTYPE_HASH_INDEX, hash->index);
88 hash->index = new_index;
90 /* Ideally, new index should have chains half as long as the original.
97 for (hb = hash->index[i]; hb; hb = hb->next)
117 unsigned int index; local
123 index = key & (hash->size - 1);
126 for (backet = hash->index[index]; backe
182 unsigned int index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_proto.c32 int index, offset; local
35 index = op->prefix_length / 8;
39 if (index > 16)
48 pnt[index++] &= mask;
50 while (index < OSPF6_PREFIX_SPACE (op->prefix_length))
51 pnt[index++] = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/xfs/
H A Dxfs_alloc_btree.h86 #define XFS_ALLOC_REC_ADDR(mp, block, index) \
90 (((index) - 1) * sizeof(xfs_alloc_rec_t))))
92 #define XFS_ALLOC_KEY_ADDR(mp, block, index) \
96 ((index) - 1) * sizeof(xfs_alloc_key_t)))
98 #define XFS_ALLOC_PTR_ADDR(mp, block, index, maxrecs) \
103 ((index) - 1) * sizeof(xfs_alloc_ptr_t)))
H A Dxfs_ialloc_btree.h89 #define XFS_INOBT_REC_ADDR(mp, block, index) \
93 (((index) - 1) * sizeof(xfs_inobt_rec_t))))
95 #define XFS_INOBT_KEY_ADDR(mp, block, index) \
99 ((index) - 1) * sizeof(xfs_inobt_key_t)))
101 #define XFS_INOBT_PTR_ADDR(mp, block, index, maxrecs) \
106 ((index) - 1) * sizeof(xfs_inobt_ptr_t)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/www/switcherplugin/
H A Djquery.iphone-switch.js47 var index = (this.id).substr(18);
48 var index_int = parseInt(index);
58 if(typeof(index))
59 switched_off_callback(index);
68 if(typeof(index))
69 switched_on_callback(index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/enic/
H A Dvnic_intr.c35 unsigned int index)
37 intr->index = index;
40 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index);
42 pr_err("Failed to hook INTR[%d].ctrl resource\n", index);
71 vnic_dev_raise_intr(intr->vdev, (u16)intr->index);
34 vnic_intr_alloc(struct vnic_dev *vdev, struct vnic_intr *intr, unsigned int index) argument

Completed in 249 milliseconds

<<11121314151617181920>>