Searched refs:index (Results 126 - 150 of 4290) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/prom/
H A Dmemory.c19 int index; local
21 index = 0;
23 sp_banks[index].base_addr = (unsigned long) p->start_adr;
24 sp_banks[index].num_bytes = p->num_bytes;
25 index++;
28 return index;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffyuv.c41 int len, index; local
45 for (index = 0; index < n; index++) {
46 if (len_table[index] == len)
47 dst[index] = bits++;
H A Dmpegvideodsp.c63 int index; local
74 index = src_x + src_y * stride;
76 ((src[index] * (s - frac_x) +
77 src[index + 1] * frac_x) * (s - frac_y) +
78 (src[index + stride] * (s - frac_x) +
79 src[index + stride + 1] * frac_x) * frac_y +
82 index = src_x + av_clip(src_y, 0, height) * stride;
84 ((src[index] * (s - frac_x) +
85 src[index + 1] * frac_x) * s +
90 index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dh264_i386.h42 int *index, x86_reg last_off){
45 int minusindex= 4-(intptr_t)index;
83 :"=&q"(coeff_count), "+r"(significant_coeff_ctx_base), "+m"(index),
94 int *index, uint8_t *last_coeff_ctx_base, const uint8_t *sig_off){
95 int minusindex= 4-(intptr_t)index;
140 :"=&q"(coeff_count),"+m"(last), "+m"(index), "+&r"(c->low), "=&r"(bit),
40 decode_significance_x86(CABACContext *c, int max_coeff, uint8_t *significant_coeff_ctx_base, int *index, x86_reg last_off) argument
92 decode_significance_8x8_x86(CABACContext *c, uint8_t *significant_coeff_ctx_base, int *index, uint8_t *last_coeff_ctx_base, const uint8_t *sig_off) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83793.c127 #define W83793_REG_BEEP(index) (0x53 + (index))
128 #define W83793_REG_ALARM(index) (0x4b + (index))
157 #define W83793_REG_FAN(index) (0x23 + 2 * (index)) /* High byte */
158 #define W83793_REG_FAN_MIN(index) (0x90 + 2 * (index)) /* High byte */
170 #define W83793_REG_PWM(index, nr) (((nr) == 0 ? 0xb3 : \
171 (nr) == 1 ? 0x220 : 0x218) + (index))
331 int index = sensor_attr->index; local
354 int index = sensor_attr->index >> 3; local
375 int index = sensor_attr->index >> 3; local
448 int index = sensor_attr->index; local
467 int index = sensor_attr->index; local
490 int index = sensor_attr->index; local
509 int index = sensor_attr->index; local
538 int index = sensor_attr->index; local
556 int index = sensor_attr->index; local
592 int index = sensor_attr->index; local
618 int index = sensor_attr->index; local
752 int index = sensor_attr->index; local
777 int index = sensor_attr->index; local
834 int index = sensor_attr->index; local
849 int index = sensor_attr->index; local
868 int index = sensor_attr->index; local
884 int index = sensor_attr->index; local
904 int index = sensor_attr->index; local
924 int index = sensor_attr->index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dhash.c75 int index; local
85 index = hash_tbl->hash_function(key) % hash_tbl->hash_size;
90 element->next = hash_tbl->hash_list[index];
91 hash_tbl->hash_list[index] = element;
99 int index; local
101 index = hash_tbl->hash_function(key) % hash_tbl->hash_size;
102 element = hash_tbl->hash_list[index];
108 hash_tbl->hash_list[index] = element->next;
123 int index; local
125 index
143 int i, hash_size, index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dhash.c75 int index; local
85 index = hash_tbl->hash_function(key) % hash_tbl->hash_size;
90 element->next = hash_tbl->hash_list[index];
91 hash_tbl->hash_list[index] = element;
99 int index; local
101 index = hash_tbl->hash_function(key) % hash_tbl->hash_size;
102 element = hash_tbl->hash_list[index];
108 hash_tbl->hash_list[index] = element->next;
123 int index; local
125 index
143 int i, hash_size, index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dfalloc.c181 int index; local
206 index = 0;
207 while (index < new_blk->count)
209 while(index < new_blk->count
213 _gdbm_put_av_elem(new_blk->av_table[index],
216 index++;
256 int index; local
282 for (index = 1; index < dbf->header->avail.count; index
320 int index; /* For searching through the avail block. */ local
361 int index; /* For searching through the avail block. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dfalloc.c181 int index; local
206 index = 0;
207 while (index < new_blk->count)
209 while(index < new_blk->count
213 _gdbm_put_av_elem(new_blk->av_table[index],
216 index++;
256 int index; local
282 for (index = 1; index < dbf->header->avail.count; index
320 int index; /* For searching through the avail block. */ local
361 int index; /* For searching through the avail block. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dimaglist.cpp126 bool wxImageList::GetSize(int WXUNUSED(index), int &width, int &height) const
144 int index = ImageList_Add(GetHImageList(), GetHbitmapOf(bitmap), hbmpMask); local
145 if ( index == -1 )
152 return index;
160 int index = ImageList_AddMasked(GetHImageList(), local
163 if ( index == -1 )
168 return index;
174 int index = ImageList_AddIcon(GetHImageList(), GetHiconOf(icon)); local
175 if ( index == -1 )
180 return index;
186 Replace(int index, const wxBitmap& bitmap, const wxBitmap& mask) argument
216 Remove(int index) argument
238 Draw(int index, wxDC& dc, int x, int y, int flags, bool solidBackground) argument
[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_version_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 Dirq_nmi_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 Dstrcop_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/iop/
H A Diop_version_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/
H A Dstrmux_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/zram/
H A Dzram_drv.c41 static int zram_test_flag(struct zram *zram, u32 index, argument
44 return zram->table[index].flags & BIT(flag);
47 static void zram_set_flag(struct zram *zram, u32 index, argument
50 zram->table[index].flags |= BIT(flag);
53 static void zram_clear_flag(struct zram *zram, u32 index, argument
56 zram->table[index].flags &= ~BIT(flag);
146 static void zram_free_page(struct zram *zram, size_t index) argument
151 struct page *page = zram->table[index].page;
152 u32 offset = zram->table[index].offset;
159 if (zram_test_flag(zram, index, ZRAM_ZER
201 handle_uncompressed_page(struct zram *zram, struct page *page, u32 index) argument
221 u32 index; local
296 u32 index; local
464 size_t index; local
645 zram_slot_free_notify(struct block_device *bdev, unsigned long index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Dresample_template.c93 int index= c->index; local
95 int sample_index = index >> c->phase_shift;
97 index &= c->phase_mask;
99 FELEM *filter = ((FELEM *) c->filter_bank) + c->filter_alloc * index;
109 index += c->dst_incr_div;
112 index++;
114 sample_index += index >> c->phase_shift;
115 index &= c->phase_mask;
120 c->index
133 int index= c->index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/octeon/
H A Dcvmx-cmd-queue.h140 uint64_t index:13; member in struct:__anon15516
206 * Get the index into the state arrays for the supplied queue id.
208 * @queue_id: Queue ID to get an index for
354 if (likely(qptr->index + cmd_count < qptr->pool_size_m1)) {
358 ptr += qptr->index;
359 qptr->index += cmd_count;
384 count = qptr->pool_size_m1 - qptr->index;
385 ptr += qptr->index;
396 qptr->index = cmd_count;
452 if (likely(qptr->index
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dqueue.c127 u16_t index, next; local
134 index = q->head;
138 if (index != q->tail)
140 buf = q->cell[index].buf;
147 while ((next =((index+1)&q->sizeMask)) != q->tail)
149 q->cell[index].buf = q->cell[next].buf;
150 q->cell[index].tick = q->cell[next].tick;
158 index = next;
165 index = (index
228 zfQueueRemovewithIndex(zdev_t* dev, struct zsQueue* q, u16_t index, u8_t* addr) argument
258 u16_t id, aid, index, i; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_tsunami.c179 tsunami_pchip *pchip = hose->index ? TSUNAMI_pchip1 : TSUNAMI_pchip0;
247 tsunami_init_one_pchip(tsunami_pchip *pchip, int index)
255 if (index == 0)
267 = (TSUNAMI_MEM(index) & 0xffffffffffL) | 0x80000000000L;
269 = (TSUNAMI_IO(index) & 0xffffffffffL) | 0x80000000000L;
271 hose->config_space_base = TSUNAMI_CONF(index);
272 hose->index = index;
274 hose->io_space->start = TSUNAMI_IO(index) - TSUNAMI_IO_BIAS;
276 hose->io_space->name = pci_io_names[index];
245 tsunami_init_one_pchip(tsunami_pchip *pchip, int index) argument
405 tsunami_kill_one_pchip(tsunami_pchip *pchip, int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/src/conf/cards/
H A DAudigy.conf23 index { @func private_pcm_subdevice }
31 index { @func private_pcm_subdevice }
39 index { @func private_pcm_subdevice }
47 index { @func private_pcm_subdevice }
75 index { @func private_pcm_subdevice }
83 index { @func private_pcm_subdevice }
110 index { @func private_pcm_subdevice }
118 index { @func private_pcm_subdevice }
126 index { @func private_pcm_subdevice }
134 index {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/powertv/
H A Dinit.c44 #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 result = prom_envp(index + 1);
66 index += 2;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cachefiles/
H A Dproc.c26 unsigned long index; local
37 index = (unsigned long) v - 3;
38 x = atomic_read(&cachefiles_lookup_histogram[index]);
39 y = atomic_read(&cachefiles_mkdir_histogram[index]);
40 z = atomic_read(&cachefiles_create_histogram[index]);
44 t = (index * 1000) / HZ;
46 seq_printf(m, "%4lu 0.%03u %9u %9u %9u\n", index, t, x, y, z);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/tools/
H A Dcjk_variants.c32 int index; local
66 index = 0;
81 uni2index[j] = index;
88 variants[index++] = i-0x3000;
93 variants[index-1] |= 0x8000; /* end of list marker */
98 printf("static const unsigned short cjk_variants[%d] = {",index);
101 for (i = 0; i < index; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/tools/
H A Dcjk_variants.c32 int index; local
66 index = 0;
81 uni2index[j] = index;
88 variants[index++] = i-0x3000;
93 variants[index-1] |= 0x8000; /* end of list marker */
98 printf("static const unsigned short cjk_variants[%d] = {",index);
101 for (i = 0; i < index; i++) {

Completed in 255 milliseconds

1234567891011>>