Searched refs:index (Results 401 - 425 of 4290) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/aoa/core/
H A Dalsa.c11 static int index = -1; variable
12 module_param(index, int, 0444);
13 MODULE_PARM_DESC(index, "index for AOA sound card.");
26 err = snd_card_create(index, name, mod, sizeof(struct aoa_card),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/oxygen/
H A Dvirtuoso.c32 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; variable
36 module_param_array(index, int, NULL, 0444);
37 MODULE_PARM_DESC(index, "card index");
82 err = oxygen_pci_probe(pci, index[dev], id[dev], THIS_MODULE,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/uwb/
H A Ddebug-cmd.h50 int index; member in struct:uwb_dbg_cmd_rsv_terminate
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Diommu-helper.h16 extern int iommu_is_span_boundary(unsigned int index, unsigned int nr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmopen.c71 int index; /* Used as a loop index. */ local
272 for (index = 0; index < dbf->header->dir_size / sizeof (off_t); index++)
273 dbf->dir[index] = 2*dbf->header->block_size;
408 register int index; local
420 for(index = 0; index < size; index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh261enc.c109 int index = s->mb_x + s->mb_y * s->mb_width; local
111 if (index % 11 == 0) {
112 if (index % 33 == 0)
119 * that's why we need to adjust the x and y index of the macroblocks */
121 s->mb_x = index % 11;
122 index /= 11;
123 s->mb_y = index % 3;
124 index /= 3;
125 s->mb_x += 11 * (index % 2);
126 index /
333 const int index= UNI_ENC_INDEX(last, run, slevel+64); local
[all...]
H A Dparser.h30 int index; member in struct:ParseContext
36 int overread_index; ///< the index into ParseContext.buffer of the overread bytes
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/iop/asm/
H A Diop_version_defs_asm.h49 #define REG_ADDR_VECT( scope, inst, reg, index ) \
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
53 ((inst) + offs + (index) * stride)
/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/asm/
H A Diop_version_defs_asm.h46 #define REG_ADDR_VECT( scope, inst, reg, index ) \
47 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
49 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
50 ((inst) + offs + (index) * stride)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dtlb.h29 extern void show_dtlb_entry(unsigned int index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/mm/
H A Dfault.c44 int index; local
64 index = IO_EXTRACT(R_TLB_SELECT, index, select);
71 regs->irp, address, miss, inv, we, acc, index, page_id));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/hwregs/asm/
H A Dirq_nmi_defs_asm.h49 #define REG_ADDR_VECT( scope, inst, reg, index ) \
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
53 ((inst) + offs + (index) * stride)
H A Dstrcop_defs_asm.h49 #define REG_ADDR_VECT( scope, inst, reg, index ) \
50 REG_ADDR_VECT_X_(inst, reg_##scope##_##reg##_offset, index, \
52 #define REG_ADDR_VECT_X_( inst, offs, index, stride ) \
53 ((inst) + offs + (index) * stride)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/
H A Dmux.c30 int __init_or_module davinci_cfg_reg(const unsigned long index) argument
48 if (index >= soc_info->pinmux_pins_num) {
49 printk(KERN_ERR "Invalid pin mux index: %lu (%lu)\n",
50 index, soc_info->pinmux_pins_num);
55 cfg = &soc_info->pinmux_pins[index];
58 printk(KERN_ERR "No entry for the specified index\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_perspective.c218 const int index = u + v*src_linesize; local
224 sum = s->coeff[subV][0] * (a * src[index - 1 - src_linesize] + b * src[index - 0 - src_linesize] +
225 c * src[index + 1 - src_linesize] + d * src[index + 2 - src_linesize]) +
226 s->coeff[subV][1] * (a * src[index - 1 ] + b * src[index - 0 ] +
227 c * src[index + 1 ] + d * src[index + 2 ]) +
228 s->coeff[subV][2] * (a * src[index
275 int u, v, subU, subV, sum, sx, index, subUI, subVI; local
[all...]
H A Dbufferqueue.h84 * Buffer with index 0 is the first buffer in the queue.
88 unsigned index)
90 return index < queue->available ? BUCKET(index) : NULL;
87 ff_bufqueue_peek(struct FFBufQueue *queue, unsigned index) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_set.h10 /* Sets are identified by an index in kernel space. Tweak with ip_set_id_t
42 ip_set_id_t index; member in union:ip_set_name_index
45 #define IP_SET_OP_GET_BYNAME 0x00000006 /* Get set index by name */
52 #define IP_SET_OP_GET_BYINDEX 0x00000007 /* Get set name by index */
71 ip_set_id_t index; member in struct:xt_set_info_v0
95 ip_set_id_t index; member in struct:xt_set_info
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dgenre.c37 * NAME: genre->index()
40 id3_ucs4_t const *id3_genre_index(unsigned int index) argument
42 return (index < NGENRES) ? genre_table[index] : 0;
120 * DESCRIPTION: translate an ID3v2 genre name/number to its ID3v1 index number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dgenre.c37 * NAME: genre->index()
40 id3_ucs4_t const *id3_genre_index(unsigned int index) argument
42 return (index < NGENRES) ? genre_table[index] : 0;
120 * DESCRIPTION: translate an ID3v2 genre name/number to its ID3v1 index number
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DTransferWnd.h78 * @param index The index of the category on the notebook. -1 will update all categories.
80 void UpdateCategory(int index);
85 void RemoveCategory(int index);
86 void RemoveCategoryPage(int index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/sbus/char/
H A Dbbc_i2c.h22 int index; member in struct:bbc_cpu_temperature
44 int index; member in struct:bbc_fan_control
55 int index; member in struct:bbc_i2c_bus
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/sfc/
H A Dio.h104 efx_qword_t *value, unsigned int index)
106 unsigned int addr = index * sizeof(*value);
169 efx_qword_t *value, unsigned int index)
171 unsigned int addr = index * sizeof(*value);
201 unsigned int reg, unsigned int index)
203 efx_writeo(efx, value, reg + index * sizeof(efx_oword_t));
208 unsigned int reg, unsigned int index)
210 efx_reado(efx, value, reg + index * sizeof(efx_oword_t));
215 unsigned int reg, unsigned int index)
217 efx_writed(efx, value, reg + index * sizeo
103 efx_sram_writeq(struct efx_nic *efx, void __iomem *membase, efx_qword_t *value, unsigned int index) argument
168 efx_sram_readq(struct efx_nic *efx, void __iomem *membase, efx_qword_t *value, unsigned int index) argument
200 efx_writeo_table(struct efx_nic *efx, efx_oword_t *value, unsigned int reg, unsigned int index) argument
207 efx_reado_table(struct efx_nic *efx, efx_oword_t *value, unsigned int reg, unsigned int index) argument
214 efx_writed_table(struct efx_nic *efx, efx_dword_t *value, unsigned int reg, unsigned int index) argument
221 efx_readd_table(struct efx_nic *efx, efx_dword_t *value, unsigned int reg, unsigned int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/services/
H A Dsync.c49 * @pu_index index of the event set.
53 * @pu_index will store the index of the array element set or in case
60 unsigned *index)
75 *index = i;
95 *index = i;
58 sync_wait_on_multiple_events(struct sync_object **events, unsigned count, unsigned timeout, unsigned *index) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr.h28 * then that int is used as the index into the Btree. Since the hashval
91 * and an index, return a pointer to the indicated attribute in the buffer.
93 #define ATTR_ENTRY(buffer, index) \
95 &((char *)buffer)[ ((attrlist_t *)(buffer))->al_offset[index] ])
131 int index; /* index into output buffer */ member in struct:xfs_attr_list_context
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Did.c29 * stored compressed into metadata blocks. A second index table is used to
30 * locate these. This second index table for speed of access (and because it
43 * Map uid/gid index into real 32-bit uid/gid using the id look up table
45 int squashfs_get_id(struct super_block *sb, unsigned int index, argument
49 int block = SQUASHFS_ID_BLOCK(index);
50 int offset = SQUASHFS_ID_BLOCK_OFFSET(index);
80 ERROR("Failed to allocate id index table\n");
86 ERROR("unable to read id index table\n");

Completed in 309 milliseconds

<<11121314151617181920>>