Searched refs:index (Results 1 - 25 of 2214) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dmsr-index.h1 #include <asm-i386/msr-index.h>
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gdbm-1.8.3/
H A Dhash.c36 /* This hash function computes a 31 bit value. The value is used to index
46 int index; /* Used to cycle through random values. */ local
51 for (index = 0; index < key.dsize; index++)
52 value = (value + (key.dptr[index] << (index*5 % 24))) & 0x7FFFFFFF;
H A Dgdbmclose.c43 register int index; /* For freeing the bucket cache. */ local
59 for (index = 0; index < dbf->cache_size; index++) {
60 if (dbf->bucket_cache[index].ca_bucket != NULL)
61 free (dbf->bucket_cache[index].ca_bucket);
62 if (dbf->bucket_cache[index].ca_data.dptr != NULL)
63 free (dbf->bucket_cache[index].ca_data.dptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dvpe.h30 extern int vpe_notify(int index, struct vpe_notifications *notify);
32 extern void *vpe_get_shared(int index);
33 extern int vpe_getuid(int index);
34 extern int vpe_getgid(int index);
35 extern char *vpe_getcwd(int index);
H A Drtlx.h24 extern int rtlx_open(int index, int can_sleep);
25 extern int rtlx_release(int index);
26 extern ssize_t rtlx_read(int index, void __user *buff, size_t count);
27 extern ssize_t rtlx_write(int index, const void __user *buffer, size_t count);
28 extern unsigned int rtlx_read_poll(int index, int can_sleep);
29 extern unsigned int rtlx_write_poll(int index);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dvpe.h30 extern int vpe_notify(int index, struct vpe_notifications *notify);
32 extern void *vpe_get_shared(int index);
33 extern int vpe_getuid(int index);
34 extern int vpe_getgid(int index);
35 extern char *vpe_getcwd(int index);
H A Drtlx.h24 extern int rtlx_open(int index, int can_sleep);
25 extern int rtlx_release(int index);
26 extern ssize_t rtlx_read(int index, void __user *buff, size_t count);
27 extern ssize_t rtlx_write(int index, const void __user *buffer, size_t count);
28 extern unsigned int rtlx_read_poll(int index, int can_sleep);
29 extern unsigned int rtlx_write_poll(int index);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Demuadxmg.c40 u16 index = 0; local
49 while (index < (MAXPAGES - 1)) {
50 if (pagetable[index] & 0x8000) {
52 index += (pagetable[index] & 0x7fff);
55 if (pagetable[index] >= numpages) {
61 if (pagetable[index] > numpages)
62 pagetable[index + numpages] = pagetable[index] - numpages;
64 pagetable[index]
83 emu10k1_addxmgr_free(struct emu10k1_card *card, int index) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dlog.c157 int index;
159 for (index = 0; index < ZLOG_MAX_INDEX; index++)
160 va_start(args[index], format);
164 for (index = 0; index < ZLOG_MAX_INDEX; index++)
165 va_end (args[index]);
172 int index;
155 int index; local
170 int index; local
185 int index; local
200 int index; local
215 int index; local
230 int index; local
245 int index; local
260 int index; local
275 int index; local
290 int index; local
305 int index; local
480 mes_lookup(struct message *meslist, int max, int index) argument
[all...]
H A Dvector.c40 v->index = XCALLOC (MTYPE_VECTOR_INDEX, sizeof (void *) * size);
51 vector_only_index_free (void *index) argument
53 XFREE (MTYPE_VECTOR_INDEX, index);
59 XFREE (MTYPE_VECTOR_INDEX, v->index);
73 new->index = XCALLOC (MTYPE_VECTOR_INDEX, size);
74 memcpy (new->index, v->index, size);
79 /* Check assigned index, and if it runs short double index pointer */
86 v->index
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dmxb.h17 .index = 0,
21 .index = 1,
25 .index = 2,
29 .index = 3,
33 .index = 4,
37 .index = 5,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dlfg.h27 int index; member in struct:__anon749
39 c->state[c->index & 63] = c->state[(c->index-24) & 63] + c->state[(c->index-55) & 63];
40 return c->state[c->index++ & 63];
49 unsigned int a= c->state[(c->index-55) & 63];
50 unsigned int b= c->state[(c->index-24) & 63];
51 return c->state[c->index++ & 63] = 2*a*b+a+b;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/include/
H A Dsyscall.h10 extern void record_syscall_end(int index, long result);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dscx200_gpio.h3 u32 scx200_gpio_configure(unsigned index, u32 set, u32 clear);
12 #define __SCx200_GPIO_BANK unsigned bank = index>>5
15 #define __SCx200_GPIO_INDEX index &= 31
21 static inline int scx200_gpio_get(unsigned index) { argument
26 return (inl(ioaddr) & (1<<index)) ? 1 : 0;
33 static inline int scx200_gpio_current(unsigned index) { argument
37 return (scx200_gpio_shadow[bank] & (1<<index)) ? 1 : 0;
42 static inline void scx200_gpio_set_high(unsigned index) { argument
47 set_bit(index, shadow);
53 static inline void scx200_gpio_set_low(unsigned index) { argument
64 scx200_gpio_set(unsigned index, int state) argument
77 scx200_gpio_change(unsigned index) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp_quirks.c23 int set_quirk_index(int index) argument
25 if (index >= 0 && index < fixups_sz) {
26 quirk_index = index;
38 /* return the index for this isp in the quirks table, -1 if not found */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpptp_quirks.c23 int set_quirk_index(int index) argument
25 if (index >= 0 && index < fixups_sz) {
26 quirk_index = index;
38 /* return the index for this isp in the quirks table, -1 if not found */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Demu10k1_synth.h32 int index; /* sequencer client index */ member in struct:snd_emu10k1_synth_arg
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dpnm_parser.c36 pc->buffer[pc->index++]= pc->buffer[pc->overread_index++];
39 if(pc->index){
42 pnmctx.bytestream_end= pc->buffer + pc->index;
50 if(pc->index){
51 pc->index=0;
59 if(pc->index && pc->index*2 + FF_INPUT_BUFFER_PADDING_SIZE < pc->buffer_size && buf_size > pc->index){
60 memcpy(pc->buffer + pc->index, buf, pc->index);
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c596 /* return largest index i such that fval <= lookup[i][small] */
621 u16 index; local
637 index = 0;
639 index = p/TFRC_SMALLEST_P - 1;
641 f = tfrc_calc_x_lookup[index][1];
644 index = p/(1000000/TFRC_CALC_X_ARRSIZE) - 1;
646 f = tfrc_calc_x_lookup[index][0];
672 int index; local
688 index = tfrc_binsearch(fvalue, 1);
689 return (index
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/sun3x/
H A Ddvma.c45 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK)
46 #define dvma_entry_vaddr(index,paddr) ((index << DVMA_PAGE_SHIFT) | \
48 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
51 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID)
63 unsigned long index; local
65 index
149 unsigned long end, index; local
181 int index, end; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dspu-dis.c57 const struct spu_opcode *index; local
65 if ((index = spu_disassemble_table[opcode & 0x780]) != 0
66 && index->insn_type == RRR)
67 return index;
69 if ((index = spu_disassemble_table[opcode & 0x7f0]) != 0
70 && (index->insn_type == RI18 || index->insn_type == LBT))
71 return index;
73 if ((index = spu_disassemble_table[opcode & 0x7f8]) != 0
74 && index
98 const struct spu_opcode *index; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-ia64/
H A Dintel_intrin.h81 #define __ia64_set_dbr(index, val) \
82 __setIndReg(_IA64_REG_INDR_DBR, index, val)
83 #define ia64_set_ibr(index, val) \
84 __setIndReg(_IA64_REG_INDR_IBR, index, val)
85 #define ia64_set_pkr(index, val) \
86 __setIndReg(_IA64_REG_INDR_PKR, index, val)
87 #define ia64_set_pmc(index, val) \
88 __setIndReg(_IA64_REG_INDR_PMC, index, val)
89 #define ia64_set_pmd(index, val) \
90 __setIndReg(_IA64_REG_INDR_PMD, index, va
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pci/hotplug/
H A Dshpchp_sysfs.c42 int index, busnr; local
50 for (index = 0; index < PCI_BUS_NUM_RESOURCES; index++) {
51 res = bus->resource[index];
61 for (index = 0; index < PCI_BUS_NUM_RESOURCES; index++) {
62 res = bus->resource[index];
72 for (index
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dnsp32_io.h13 unsigned int index,
16 outb(val, (base + index));
20 unsigned int index)
22 return inb(base + index);
26 unsigned int index,
29 outw(val, (base + index));
33 unsigned int index)
35 return inw(base + index);
39 unsigned int index,
42 outl(val, (base + index));
12 nsp32_write1(unsigned int base, unsigned int index, unsigned char val) argument
19 nsp32_read1(unsigned int base, unsigned int index) argument
25 nsp32_write2(unsigned int base, unsigned int index, unsigned short val) argument
32 nsp32_read2(unsigned int base, unsigned int index) argument
38 nsp32_write4(unsigned int base, unsigned int index, unsigned long val) argument
45 nsp32_read4(unsigned int base, unsigned int index) argument
53 nsp32_mmio_write1(unsigned long base, unsigned int index, unsigned char val) argument
64 nsp32_mmio_read1(unsigned long base, unsigned int index) argument
74 nsp32_mmio_write2(unsigned long base, unsigned int index, unsigned short val) argument
85 nsp32_mmio_read2(unsigned long base, unsigned int index) argument
95 nsp32_mmio_write4(unsigned long base, unsigned int index, unsigned long val) argument
106 nsp32_mmio_read4(unsigned long base, unsigned int index) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/sysdev/
H A Dmmio_nvram.c37 static ssize_t mmio_nvram_read(char *buf, size_t count, loff_t *index) argument
41 if (*index >= mmio_nvram_len)
43 if (*index + count > mmio_nvram_len)
44 count = mmio_nvram_len - *index;
48 memcpy_fromio(buf, mmio_nvram_start + *index, count);
52 *index += count;
56 static ssize_t mmio_nvram_write(char *buf, size_t count, loff_t *index) argument
60 if (*index >= mmio_nvram_len)
62 if (*index + count > mmio_nvram_len)
63 count = mmio_nvram_len - *index;
[all...]

Completed in 380 milliseconds

1234567891011>>