Searched refs:index (Results 451 - 475 of 4290) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/score/kernel/
H A Dirq.c91 int index; local
94 for (index = 0; index < NR_IRQS; ++index)
95 set_irq_chip_and_handler(index, &score_irq_chip,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dsha1_generic.c80 u32 i, index, padlen; local
87 index = sctx->count & 0x3f;
88 padlen = (index < 56) ? (56 - index) : ((64+56) - index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmlpdsp.c64 int index,
73 int index2 = 2 * index + 1;
81 index &= access_unit_size_pow2 - 1;
82 accum += noise_buffer[index] << (matrix_noise_shift + 7);
83 index += index2;
60 ff_mlp_rematrix_channel(int32_t *samples, const int32_t *coeffs, const uint8_t *bypassed_lsbs, const int8_t *noise_buffer, int index, unsigned int dest_ch, uint16_t blockpos, unsigned int maxchan, int matrix_noise_shift, int access_unit_size_pow2, int32_t mask) argument
/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 Dmarb_foo_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/drivers/staging/comedi/drivers/
H A Dusbdux.c808 /* index */
2126 /* set the bit as long as the index is lower than the value */
2343 int index; local
2351 index = -1;
2354 index = i;
2360 if (index == -1) {
2366 "usbduxsub[%d] is ready to connect to comedi.\n", index);
2368 init_MUTEX(&(usbduxsub[index].sem));
2370 usbduxsub[index].usbdev = udev;
2373 usbduxsub[index]
2626 int index; local
[all...]
H A Dcb_pcidio.c185 int index; local
210 for (index = 0; index < ARRAY_SIZE(pcidio_boards); index++) {
211 if (pcidio_boards[index].dev_id != pcidev->device)
222 dev->board_ptr = pcidio_boards + index;
251 pcidio_boards[index].dioregs_badrindex);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcmm_mac_pci.c57 int index, num; local
145 for (index = 0; index < TX_RING_SIZE; index++) {
146 pTxRing->Cell[index].pNdisPacket = NULL;
147 pTxRing->Cell[index].pNextNdisPacket = NULL;
149 pTxRing->Cell[index].AllocSize = TXD_SIZE;
150 pTxRing->Cell[index].AllocVa = RingBaseVa;
152 Cell[index].AllocPa,
154 RTMP_SetPhysicalAddressLow(pTxRing->Cell[index]
538 int index, num, j; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/netem/
H A Dmaketable.c96 int i, index, first=DISTTABLESIZE, last=0; local
109 index = (int)rint((input+DISTTABLEDOMAIN)*DISTTABLEGRANULARITY);
110 if (index < 0) index = 0;
111 if (index >= DISTTABLESIZE) index = DISTTABLESIZE-1;
112 ++table[index];
113 if (index > last)
114 last = index +1;
115 if (index < firs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfilesystems.c127 int err, index; local
136 for (tmp=file_systems, index=0 ; tmp ; tmp=tmp->next, index++) {
138 err = index;
147 static int fs_name(unsigned int index, char __user * buf) argument
153 for (tmp = file_systems; tmp; tmp = tmp->next, index--)
154 if (index <= 0 && try_module_get(tmp->owner))
170 int index; local
173 for (tmp = file_systems, index = 0 ; tmp ; tmp = tmp->next, index
[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 DNegativeTest.java77 PrimaryIndex<BadKeyClass1,UseBadKeyClass1> index =
109 PrimaryIndex<Boolean,BadSequenceKeyEntity1> index =
119 BadSequenceKeyEntity2> index =
130 BadSequenceKeyEntity3> index =
189 PrimaryIndex<Integer,ProxyNestedRef> index = store.getPrimaryIndex
194 index.put(entity);
219 PrimaryIndex<Integer,EntitySuperClass> index = store.getPrimaryIndex
222 index.put(e1);
223 assertEquals(e1, index.get(1));
226 index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/agp/
H A Dbackend.c115 long memory, index, result; local
122 index = 1;
124 while ((memory > maxes_table[index].mem) && (index < 8))
125 index++;
127 result = maxes_table[index - 1].agp +
128 ( (memory - maxes_table[index - 1].mem) *
129 (maxes_table[index].agp - maxes_table[index - 1].agp)) /
130 (maxes_table[index]
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dmagnet.c50 int i, index, offset; local
56 for( i=0, index=0, offset=0; i<inlen; ++i )
70 if( index <= 3 ) {
71 index = (index + 5) % 8;
72 if( index == 0 ) {
78 out[offset] |= digit << (8 - index);
81 index = (index + 5) % 8;
82 out[offset] |= (digit >> index);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Diosapic.c137 char rte_index; /* IOSAPIC RTE index */
606 int index; local
609 index = find_iosapic(gsi);
610 if (index < 0) {
625 rte->iosapic = &iosapic_lists[index];
630 iosapic_lists[index].rtes_inuse++;
643 iosapic_lists[index].rtes_inuse++;
831 int irq, index; local
870 index = find_iosapic(gsi);
871 iosapic_lists[index]
1021 int index; local
1032 iosapic_free(int index) argument
1040 int index; local
1063 int num_rte, err, index; local
1122 int index, err = 0; local
1152 int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/kernel/sn2/
H A Dprominfo_proc.c95 get_fit_entry(unsigned long nasid, int index, unsigned long *fentry, argument
98 return ia64_sn_get_fit_compt(nasid, index, fentry, banner, banlen);
132 int index; local
136 for (index=0;;index++) {
137 BUG_ON(index * 60 > PAGE_SIZE);
138 if (get_fit_entry(nasid, index, fentry, NULL, 0))
151 int index; local
154 for (index = 0; ; index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_xattrs.c173 long long *index, start, end; local
193 * Allocate and read the index to the xattr id table metadata
200 index = malloc(index_bytes);
201 if(index == NULL) {
202 ERROR("Failed to allocate index array\n");
207 index_bytes, index);
211 SQUASHFS_INSWAP_LONG_LONGS(index, indexes);
225 int length = read_block(fd, index[i], NULL,
229 "%d\n", i, index[i], length);
232 "from 0x%llx, length %d\n", i, index[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dutilsexc.cpp60 long index; local
89 for ( index=0; index < nTargets; index++) {
91 err = NewAlias(NULL, (targetList + index),
93 else err = UpdateAlias(NULL, (targetList + index),
97 err = AEPutPtr(&targetListDesc, (index + 1),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCatDialog.cpp58 CCatDialog::CCatDialog(wxWindow* parent, bool allowbrowse, int index) argument
70 // we dont really care. If it fails (too high index or such), then we
72 if (index > -1) {
73 m_category = theApp->glob_prefs->GetCategory(index);
174 int index = -1; local
181 index = i;
200 theApp->glob_prefs->UpdateCategory(index, newname, newpath,
204 theApp->amuledlg->m_transferwnd->UpdateCategory(index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mti-sead3/
H A Dsead3-init.c42 #define prom_envp(index) ((char *)(long)_prom_envp[(index)])
57 int i, index = 0; local
61 while (prom_envp(index)) {
62 if (strncmp(envname, prom_envp(index), i) == 0)
63 return prom_envp(index+1);
64 index += 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/asm/
H A DClassWriter.java59 * The type of instructions with a local variable index argument.
64 * The type of instructions with an implicit local variable index argument.
201 int index; field in class:ClassWriter
267 * The index of the constant pool item that contains the name of the source
477 index = 1;
734 out.putShort(index).putByteArray(pool.data, 0, pool.length);
863 * @return the index of a new or already existing constant item with the
867 return newConstItem(cst).index;
877 * @return the index of a new or already existing UTF8 item.
884 result = new Item(index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Drdcolmap.c52 int index; local
55 for (index = 0; index < ncolors; index++) {
56 if (GETJSAMPLE(colormap0[index]) == R &&
57 GETJSAMPLE(colormap1[index]) == G &&
58 GETJSAMPLE(colormap2[index]) == B)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dssl.c103 tty->index, err);
132 struct line *line = &serial_lines[c->index];
140 static struct tty_driver *ssl_console_device(struct console *c, int *index) argument
142 *index = c->index;
148 struct line *line = &serial_lines[co->index];
160 .index = -1,
H A Dstdio_console.c104 tty->index, err);
130 struct line *line = &vts[console->index];
138 static struct tty_driver *uml_console_device(struct console *c, int *index) argument
140 *index = c->index;
146 struct line *line = &vts[co->index];
158 .index = -1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfile-tree.h60 bool update( int index, bool want, int priority, uint64_t total, uint64_t have, bool torrentChanged );
96 QVariant data( const QModelIndex &index, int role = Qt::DisplayRole ) const;
97 Qt::ItemFlags flags( const QModelIndex& index ) const;
99 QModelIndex index( int row, int column, const QModelIndex& parent = QModelIndex() ) const;
111 void addFile( int index, const QString& filename,
127 void clicked ( const QModelIndex & index );
167 void onClicked ( const QModelIndex & index );
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnv50_cursor.c56 BEGIN_RING(evo, 0, NV84_EVO_CRTC(nv_crtc->index, CURSOR_DMA), 1);
59 BEGIN_RING(evo, 0, NV50_EVO_CRTC(nv_crtc->index, CURSOR_CTRL), 2);
89 BEGIN_RING(evo, 0, NV50_EVO_CRTC(nv_crtc->index, CURSOR_CTRL), 2);
93 BEGIN_RING(evo, 0, NV84_EVO_CRTC(nv_crtc->index, CURSOR_DMA), 1);
111 nv_wr32(dev, NV50_PDISPLAY_CURSOR_USER_POS(nv_crtc->index),
114 nv_wr32(dev, NV50_PDISPLAY_CURSOR_USER_POS_CTRL(nv_crtc->index), 0);
145 int idx = nv_crtc->index;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kvm/
H A Dmmutrace.h97 TP_PROTO(unsigned long table_gfn, unsigned index, unsigned size),
99 TP_ARGS(table_gfn, index, size),
107 + index * size;
116 TP_PROTO(unsigned long table_gfn, unsigned index, unsigned size),
118 TP_ARGS(table_gfn, index, size)
124 TP_PROTO(unsigned long table_gfn, unsigned index, unsigned size),
126 TP_ARGS(table_gfn, index, size)

Completed in 274 milliseconds

<<11121314151617181920>>