Searched refs:index (Results 351 - 375 of 4290) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/doc/
H A DMakefile.am21 tutorial-html/index.html: tutorial.xml $(TUTORIAL_LISTINGS) css.xsl tutorial.css
29 tutorial-html: tutorial-html/index.html
32 html/index.html: Doxyfile
34 doxygen-manual: html/index.html ../src/confuse.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libogg-1.1.4/doc/
H A DMakefile.am7 doc_DATA = framing.html index.html oggstream.html ogg-multiplex.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/vorbisenc/
H A DMakefile.am5 doc_DATA = changes.html examples.html index.html ov_ectl_ratemanage2_arg.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Dresample_template.c57 static void SET_TYPE(resample_nearest)(void *dst0, int dst_index, const void *src0, unsigned int index) argument
61 dst[dst_index] = src[index];
65 const void *src0, unsigned int index, int frac)
70 unsigned int sample_index = index >> c->phase_shift;
73 c->filter_length * (index & c->phase_mask);
87 unsigned int index, int frac)
92 unsigned int sample_index = index >> c->phase_shift;
95 c->filter_length * (index & c->phase_mask);
64 resample_linear(ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) argument
85 resample_one(ResampleContext *c, void *dst0, int dst_index, const void *src0, unsigned int index, int frac) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/x86/
H A Dcpu.c33 #define cpuid(index, eax, ebx, ecx, edx) \
34 ff_cpu_cpuid(index, &eax, &ebx, &ecx, &edx)
36 #define xgetbv(index, eax, edx) \
37 ff_cpu_xgetbv(index, &eax, &edx)
42 #define cpuid(index, eax, ebx, ecx, edx) \
48 : "0" (index), "2"(0))
50 #define xgetbv(index, eax, edx) \
51 __asm__ (".byte 0x0f, 0x01, 0xd0" : "=a"(eax), "=d"(edx) : "c" (index))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk/
H A Dchecklst.h51 bool IsChecked(unsigned int index) const;
52 void Check(unsigned int index, bool check = true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/gtk1/
H A Dchecklst.h51 bool IsChecked(unsigned int index) const;
52 void Check(unsigned int index, bool check = true);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/enic/
H A Dvnic_rq.h73 unsigned int index; member in struct:vnic_rq_buf
78 unsigned int index; member in struct:vnic_rq
108 return rq->to_use->index;
133 if ((buf->index & VNIC_RQ_RETURN_RATE) == 0) {
140 iowrite32(buf->index, &rq->ctrl->posted_index);
146 return ((rq->to_use->index & VNIC_RQ_RETURN_RATE) == 0);
171 skipped = (buf->index != completed_index);
203 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_cq_copy.h26 unsigned int index,
41 if ((*q_service)(cq->vdev, cq->index, desc))
23 vnic_cq_copy_service( struct vnic_cq *cq, int (*q_service)(struct vnic_dev *vdev, unsigned int index, struct fcpio_fw_req *desc), unsigned int work_to_do) argument
H A Dvnic_rq.h88 unsigned int index; member in struct:vnic_rq_buf
93 unsigned int index; member in struct:vnic_rq
124 return rq->to_use->index;
154 if ((buf->index & VNIC_RQ_RETURN_RATE) == 0) {
161 iowrite32(buf->index, &rq->ctrl->posted_index);
167 return (rq->to_use->index & VNIC_RQ_RETURN_RATE) == 0;
192 skipped = (buf->index != completed_index);
224 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/batman-adv/
H A Dhash.h26 .index = -1, .bucket = NULL, \
41 int index; member in struct:hash_it_t
55 hashdata_choose_cb choose; /* the hashfunction, should return an index
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Datmel_pwm.h7 * @index: number of this channel (0..31)
27 unsigned index; member in struct:pwm_channel
31 extern int pwm_channel_alloc(int index, struct pwm_channel *ch);
H A Dsvga.h70 static inline void svga_wattr(u8 index, u8 data) argument
73 outb(index, 0x3C0);
79 static inline void svga_wseq_mask(u8 index, u8 data, u8 mask) argument
81 vga_wseq(NULL, index, (data & mask) | (vga_rseq(NULL, index) & ~mask));
86 static inline void svga_wcrt_mask(u8 index, u8 data, u8 mask) argument
88 vga_wcrt(NULL, index, (data & mask) | (vga_rcrt(NULL, index) & ~mask));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dgdbmreorg.c82 int index; /* Use in moving the bucket cache. */ local
184 for (index = 0; index < dbf->cache_size; index++) {
185 if (dbf->bucket_cache[index].ca_bucket != NULL)
186 free (dbf->bucket_cache[index].ca_bucket);
187 if (dbf->bucket_cache[index].ca_data.dptr != NULL)
188 free (dbf->bucket_cache[index].ca_data.dptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DSecondaryDeadlockTest.java63 private Database index; field in class:SecondaryDeadlockTest
78 index = TestStore.BTREE_UNIQ.openIndex(store, "index.db");
83 indexMap = new StoredSortedMap(index,
91 if (index != null) {
93 index.close();
115 index = null;
197 index.close();
198 index = null;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/doc/html/ru/
H A DMakefile.am32 index.html \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfilterbar.cc54 FilterBarComboBoxDelegate :: isSeparator( const QModelIndex &index )
56 return index.data(Qt::AccessibleDescriptionRole).toString() == QLatin1String("separator");
59 FilterBarComboBoxDelegate :: setSeparator( QAbstractItemModel * model, const QModelIndex& index )
61 model->setData( index, QString::fromLatin1("separator"), Qt::AccessibleDescriptionRole );
64 if (QStandardItem *item = m->itemFromIndex(index))
71 const QModelIndex & index ) const
73 if( isSeparator( index ) )
93 QRect decorationRect = rect( option, index, Qt::DecorationRole );
101 QRect countRect = rect( option, index, TorrentCountRole );
108 drawBackground( painter, option, index );
292 QModelIndex index = myTrackerModel->index( row, 0 ); local
303 QModelIndex index = myTorrents.index( row, 0 ); local
[all...]
H A Dtracker-delegate.h34 QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const;
35 void paint(QPainter* painter, const QStyleOptionViewItem& option, const QModelIndex& index) const;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Dexnames.c163 u32 index; local
181 for (index = 0; (index < ACPI_NAME_SIZE)
182 && (acpi_ut_valid_acpi_char(*aml_address, 0)); index++) {
183 char_buf[index] = *aml_address++;
184 ACPI_DEBUG_PRINT((ACPI_DB_LOAD, "%c\n", char_buf[index]));
189 if (index == 4) {
203 } else if (index == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dmcfintc.h84 void mcf_setimr(int index);
85 void mcf_clrimr(int index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dswiotlb.c77 * each index
375 unsigned int nslots, stride, index, wrap; local
411 index = ALIGN(io_tlb_index, stride);
412 if (index >= io_tlb_nslabs)
413 index = 0;
414 wrap = index;
417 while (iommu_is_span_boundary(index, nslots, offset_slots,
419 index += stride;
420 if (index >= io_tlb_nslabs)
421 index
496 int index = (dma_addr - io_tlb_start) >> IO_TLB_SHIFT; local
537 int index = (dma_addr - io_tlb_start) >> IO_TLB_SHIFT; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dgdbmreorg.c82 int index; /* Use in moving the bucket cache. */ local
184 for (index = 0; index < dbf->cache_size; index++) {
185 if (dbf->bucket_cache[index].ca_bucket != NULL)
186 free (dbf->bucket_cache[index].ca_bucket);
187 if (dbf->bucket_cache[index].ca_data.dptr != NULL)
188 free (dbf->bucket_cache[index].ca_data.dptr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3intstream.h128 * current input position, index(), or some other marker so that
134 /** Return the current input symbol index 0..n where n indicates the
137 ANTLR3_MARKER (*index) (struct ANTLR3_INT_STREAM_struct * intStream); member in struct:ANTLR3_INT_STREAM_struct
139 /** Reset the stream so that next call to index would return marker.
140 * The marker will usually be index() but it doesn't have to be. It's
161 /** Set the input cursor to the position indicated by index. This is
167 * requirement and in that its argument is strictly an input cursor (index).
177 void (*seek) (struct ANTLR3_INT_STREAM_struct * intStream, ANTLR3_MARKER index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dlibvo-aacenc.c39 int index; local
65 for (index = 0; index < 16; index++)
66 if (avctx->sample_rate == avpriv_mpeg4audio_sample_rates[index])
68 if (index == 16) {
80 avctx->extradata[0] = 0x02 << 3 | index >> 1;
81 avctx->extradata[1] = (index & 0x01) << 7 | avctx->channels << 3;
/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 Dmarb_bp_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) )

Completed in 313 milliseconds

<<11121314151617181920>>