Searched refs:index (Results 76 - 100 of 8641) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dmdct_tablegen.h55 av_cold void ff_init_ff_sine_windows(int index) { argument
56 assert(index >= 0 && index < FF_ARRAY_ELEMS(ff_sine_windows));
58 ff_sine_window_init(ff_sine_windows[index], 1 << index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dmdct_tablegen.h55 av_cold void ff_init_ff_sine_windows(int index) { argument
56 assert(index >= 0 && index < FF_ARRAY_ELEMS(ff_sine_windows));
58 ff_sine_window_init(ff_sine_windows[index], 1 << index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dmdct_tablegen.h55 av_cold void ff_init_ff_sine_windows(int index) { argument
56 assert(index >= 0 && index < FF_ARRAY_ELEMS(ff_sine_windows));
58 ff_sine_window_init(ff_sine_windows[index], 1 << index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/lib/
H A Droutemap.c118 struct route_map_index *index; local
121 while ((index = map->head) != NULL)
122 route_map_index_delete (index, 0);
205 struct route_map_index *index; local
213 for (index = map->head; index; index = index->next)
216 map->name, route_map_type_str (index->type),
217 index
294 route_map_index_delete(struct route_map_index *index, int notify) argument
334 struct route_map_index *index; local
348 struct route_map_index *index; local
400 struct route_map_index *index; local
526 route_map_add_match(struct route_map_index *index, const char *match_name, const char *match_arg) argument
585 route_map_delete_match(struct route_map_index *index, const char *match_name, const char *match_arg) argument
612 route_map_add_set(struct route_map_index *index, const char *set_name, const char *set_arg) argument
671 route_map_delete_set(struct route_map_index *index, const char *set_name, const char *set_arg) argument
779 struct route_map_index *index; local
915 struct route_map_index *index; variable in typeref:struct:route_map_index
987 struct route_map_index *index; variable in typeref:struct:route_map_index
1049 struct route_map_index *index; variable in typeref:struct:route_map_index
1066 struct route_map_index *index; variable in typeref:struct:route_map_index
1083 struct route_map_index *index = vty->index; variable in typeref:struct:route_map_index
1116 struct route_map_index *index; variable in typeref:struct:route_map_index
1177 struct route_map_index *index; variable in typeref:struct:route_map_index
1195 struct route_map_index *index; variable in typeref:struct:route_map_index
1214 struct route_map_index *index; variable in typeref:struct:route_map_index
1232 struct route_map_index *index; variable in typeref:struct:route_map_index
1249 struct route_map_index *index; local
[all...]
H A Dvector.c39 v->index = XCALLOC (MTYPE_VECTOR_INDEX, sizeof (void *) * size);
50 vector_only_index_free (void *index) argument
52 XFREE (MTYPE_VECTOR_INDEX, index);
58 XFREE (MTYPE_VECTOR_INDEX, v->index);
72 new->index = XCALLOC (MTYPE_VECTOR_INDEX, size);
73 memcpy (new->index, v->index, size);
78 /* Check assigned index, and if it runs short double index pointer */
85 v->index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Droutemap.c118 struct route_map_index *index; local
121 while ((index = map->head) != NULL)
122 route_map_index_delete (index, 0);
205 struct route_map_index *index; local
213 for (index = map->head; index; index = index->next)
216 map->name, route_map_type_str (index->type),
217 index
294 route_map_index_delete(struct route_map_index *index, int notify) argument
334 struct route_map_index *index; local
348 struct route_map_index *index; local
400 struct route_map_index *index; local
526 route_map_add_match(struct route_map_index *index, const char *match_name, const char *match_arg) argument
585 route_map_delete_match(struct route_map_index *index, const char *match_name, const char *match_arg) argument
612 route_map_add_set(struct route_map_index *index, const char *set_name, const char *set_arg) argument
671 route_map_delete_set(struct route_map_index *index, const char *set_name, const char *set_arg) argument
779 struct route_map_index *index; local
915 struct route_map_index *index; variable in typeref:struct:route_map_index
987 struct route_map_index *index; variable in typeref:struct:route_map_index
1049 struct route_map_index *index; variable in typeref:struct:route_map_index
1066 struct route_map_index *index; variable in typeref:struct:route_map_index
1083 struct route_map_index *index = vty->index; variable in typeref:struct:route_map_index
1116 struct route_map_index *index; variable in typeref:struct:route_map_index
1177 struct route_map_index *index; variable in typeref:struct:route_map_index
1195 struct route_map_index *index; variable in typeref:struct:route_map_index
1214 struct route_map_index *index; variable in typeref:struct:route_map_index
1232 struct route_map_index *index; variable in typeref:struct:route_map_index
1249 struct route_map_index *index; local
[all...]
H A Dvector.c39 v->index = XCALLOC (MTYPE_VECTOR_INDEX, sizeof (void *) * size);
50 vector_only_index_free (void *index) argument
52 XFREE (MTYPE_VECTOR_INDEX, index);
58 XFREE (MTYPE_VECTOR_INDEX, v->index);
72 new->index = XCALLOC (MTYPE_VECTOR_INDEX, size);
73 memcpy (new->index, v->index, size);
78 /* Check assigned index, and if it runs short double index pointer */
85 v->index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Droutemap.c118 struct route_map_index *index; local
121 while ((index = map->head) != NULL)
122 route_map_index_delete (index, 0);
205 struct route_map_index *index; local
213 for (index = map->head; index; index = index->next)
216 map->name, route_map_type_str (index->type),
217 index
294 route_map_index_delete(struct route_map_index *index, int notify) argument
334 struct route_map_index *index; local
348 struct route_map_index *index; local
400 struct route_map_index *index; local
526 route_map_add_match(struct route_map_index *index, const char *match_name, const char *match_arg) argument
585 route_map_delete_match(struct route_map_index *index, const char *match_name, const char *match_arg) argument
612 route_map_add_set(struct route_map_index *index, const char *set_name, const char *set_arg) argument
671 route_map_delete_set(struct route_map_index *index, const char *set_name, const char *set_arg) argument
779 struct route_map_index *index; local
915 struct route_map_index *index; variable in typeref:struct:route_map_index
987 struct route_map_index *index; variable in typeref:struct:route_map_index
1049 struct route_map_index *index; variable in typeref:struct:route_map_index
1066 struct route_map_index *index; variable in typeref:struct:route_map_index
1083 struct route_map_index *index = vty->index; variable in typeref:struct:route_map_index
1116 struct route_map_index *index; variable in typeref:struct:route_map_index
1177 struct route_map_index *index; variable in typeref:struct:route_map_index
1195 struct route_map_index *index; variable in typeref:struct:route_map_index
1214 struct route_map_index *index; variable in typeref:struct:route_map_index
1232 struct route_map_index *index; variable in typeref:struct:route_map_index
1249 struct route_map_index *index; local
[all...]
H A Dvector.c39 v->index = XCALLOC (MTYPE_VECTOR_INDEX, sizeof (void *) * size);
50 vector_only_index_free (void *index) argument
52 XFREE (MTYPE_VECTOR_INDEX, index);
58 XFREE (MTYPE_VECTOR_INDEX, v->index);
72 new->index = XCALLOC (MTYPE_VECTOR_INDEX, size);
73 memcpy (new->index, v->index, size);
78 /* Check assigned index, and if it runs short double index pointer */
85 v->index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/dccp/ccids/lib/
H A Dtfrc_equation.c594 /* return largest index i such that fval <= lookup[i][small] */
618 u16 index; local
634 index = 0;
636 index = p/TFRC_SMALLEST_P - 1;
638 f = tfrc_calc_x_lookup[index][1];
641 index = p/(1000000/TFRC_CALC_X_ARRSIZE) - 1;
643 f = tfrc_calc_x_lookup[index][0];
666 int index; local
682 index = tfrc_binsearch(fvalue, 1);
683 return (index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c594 /* return largest index i such that fval <= lookup[i][small] */
618 u16 index; local
634 index = 0;
636 index = p/TFRC_SMALLEST_P - 1;
638 f = tfrc_calc_x_lookup[index][1];
641 index = p/(1000000/TFRC_CALC_X_ARRSIZE) - 1;
643 f = tfrc_calc_x_lookup[index][0];
666 int index; local
682 index = tfrc_binsearch(fvalue, 1);
683 return (index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m68k/sun3x/
H A Ddvma.c44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK)
45 #define dvma_entry_vaddr(index,paddr) ((index << DVMA_PAGE_SHIFT) | \
47 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
50 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID)
62 unsigned long index; local
64 index
148 unsigned long end, index; local
180 int index, end; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m68k/sun3x/
H A Ddvma.c44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK)
45 #define dvma_entry_vaddr(index,paddr) ((index << DVMA_PAGE_SHIFT) | \
47 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
50 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID)
62 unsigned long index; local
64 index
148 unsigned long end, index; local
180 int index, end; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/ia64/include/asm/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/ia64/include/asm/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dcrypt_hmac.c58 u32 index; local
77 for (index = 0; index < SHA1_BLOCK_SIZE; index++)
78 K0[index] ^= 0x36;
90 for (index = 0; index < SHA1_BLOCK_SIZE; index++)
91 K0[index] ^= 0x36 ^ 0x5c;
137 u32 index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/rt2860/common/
H A Dcrypt_hmac.c58 u32 index; local
77 for (index = 0; index < SHA1_BLOCK_SIZE; index++)
78 K0[index] ^= 0x36;
90 for (index = 0; index < SHA1_BLOCK_SIZE; index++)
91 K0[index] ^= 0x36 ^ 0x5c;
137 u32 index; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DMyVector.cpp21 void CBaseRecordVector::DeleteFrom(int index) { Delete(index, _size - index); } argument
63 void CBaseRecordVector::InsertOneItem(int index) argument
66 MoveItems(index + 1, index);
70 void CBaseRecordVector::Delete(int index, int num) argument
72 TestIndexAndCorrectNum(index, num);
75 MoveItems(index, index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/lzma/CPP/Common/
H A DMyVector.cpp21 void CBaseRecordVector::DeleteFrom(int index) { Delete(index, _size - index); } argument
63 void CBaseRecordVector::InsertOneItem(int index) argument
66 MoveItems(index + 1, index);
70 void CBaseRecordVector::Delete(int index, int num) argument
72 TestIndexAndCorrectNum(index, num);
75 MoveItems(index, index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/mm/
H A Dmmu_context_hash64.c39 int index; local
47 err = ida_get_new_above(&mmu_context_ida, 1, &index);
55 if (index > MAX_CONTEXT) {
57 ida_remove(&mmu_context_ida, index);
62 return index;
68 int index; local
70 index = __init_new_context();
71 if (index < 0)
72 return index;
81 mm->context.id = index;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/mm/
H A Dmmu_context_hash64.c39 int index; local
47 err = ida_get_new_above(&mmu_context_ida, 1, &index);
55 if (index > MAX_CONTEXT) {
57 ida_remove(&mmu_context_ida, index);
62 return index;
68 int index; local
70 index = __init_new_context();
71 if (index < 0)
72 return index;
81 mm->context.id = index;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/lzma/CPP/Common/
H A DMyVector.cpp21 void CBaseRecordVector::DeleteFrom(int index) { Delete(index, _size - index); } argument
63 void CBaseRecordVector::InsertOneItem(int index) argument
66 MoveItems(index + 1, index);
70 void CBaseRecordVector::Delete(int index, int num) argument
72 TestIndexAndCorrectNum(index, num);
75 MoveItems(index, index
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/winbond/
H A Dmto.c54 void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 t0, u8 index);
142 void MTO_SetTxCount(struct wbsoft_priv *adapter, u8 tx_rate, u8 index) argument
147 if (index == 0) {
153 if (index < 8) {
154 MTO_HAL()->dto_tx_retry_count += index;
155 MTO_HAL()->dto_tx_frag_count += (index + 1);
163 if (index < 3) {
164 MTO_HAL()->dto_tx_retry_count += index;
165 MTO_HAL()->dto_tx_frag_count += (index + 1);
173 MTO_HAL()->dto_tx_retry_count += index;
[all...]

Completed in 170 milliseconds

1234567891011>>