Searched refs:index (Results 51 - 75 of 4290) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/sn/pci/pcibr/
H A Dpcibr_ate.c24 int index; local
27 for (index = start; length < number; index++, length++)
28 ate[index] = value;
32 * find_free_ate: Find the first free ate index starting from the given
33 * index for the desired consecutive count.
39 int index; local
42 for (index = start; index < ate_resource->num_ate;) {
43 if (!ate[index]) {
160 pcibr_ate_free(struct pcibus_info *pcibus_info, int index) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Dcpufreq.h22 int (*set_voltage) (unsigned int index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dcommon.h77 * @index: loop index (integer)
80 * microseconds have passed. To use, define some integer @index in the
81 * calling code. After running, if @index == @timeout, then the loop has
84 #define omap_test_timeout(cond, timeout, index) \
86 for (index = 0; index < timeout; index++) { \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/examples/
H A Dzran.c14 its entirety, and an index built with access points about every SPAN bytes
29 To use the index, an offset in the uncompressed data is provided, for which
30 the latest accees point at or preceding that offset is located in the index.
31 The input file is positioned to the specified location in the index, and if
38 Another approach would be to generate the index on demand. In that case,
40 the index, but if a read far enough past the end of the index is required,
41 then further index entries would be generated and added.
48 Another way to build an index would be to use inflateCopy(). That would
52 index i
82 free_index(struct access *index) argument
92 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
149 struct access *index; /* access points being generated */ local
249 extract(FILE *in, struct access *index, off_t offset, unsigned char *buf, int len) argument
359 struct access *index = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dzran.c9 its entirety, and an index built with access points about every SPAN bytes
24 To use the index, an offset in the uncompressed data is provided, for which
25 the latest accees point at or preceding that offset is located in the index.
26 The input file is positioned to the specified location in the index, and if
33 Another approach would be to generate the index on demand. In that case,
35 the index, but if a read far enough past the end of the index is required,
36 then further index entries would be generated and added.
43 Another way to build an index would be to use inflateCopy(). That would
47 index i
77 free_index(struct access *index) argument
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
144 struct access *index; /* access points being generated */ local
244 extract(FILE *in, struct access *index, off_t offset, unsigned char *buf, int len) argument
354 struct access *index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/examples/
H A Dzran.c9 its entirety, and an index built with access points about every SPAN bytes
24 To use the index, an offset in the uncompressed data is provided, for which
25 the latest accees point at or preceding that offset is located in the index.
26 The input file is positioned to the specified location in the index, and if
33 Another approach would be to generate the index on demand. In that case,
35 the index, but if a read far enough past the end of the index is required,
36 then further index entries would be generated and added.
43 Another way to build an index would be to use inflateCopy(). That would
47 index i
77 free_index(struct access *index) argument
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
144 struct access *index; /* access points being generated */ local
244 extract(FILE *in, struct access *index, off_t offset, unsigned char *buf, int len) argument
354 struct access *index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Ddsmthdat.c56 u32 index, struct acpi_walk_state *walk_state);
60 u32 index,
67 u32 index, struct acpi_walk_state *walk_state);
139 u32 index; local
145 for (index = 0; index < ACPI_METHOD_NUM_LOCALS; index++) {
146 if (walk_state->local_variables[index].object) {
148 index,
149 walk_state->local_variables[index]
198 u32 index = 0; local
248 acpi_ds_method_data_get_node(u8 type, u32 index, struct acpi_walk_state *walk_state, struct acpi_namespace_node **node) argument
313 acpi_ds_method_data_set_value(u8 type, u32 index, union acpi_operand_object *object, struct acpi_walk_state *walk_state) argument
367 acpi_ds_method_data_get_value(u8 type, u32 index, struct acpi_walk_state *walk_state, union acpi_operand_object **dest_desc) argument
474 acpi_ds_method_data_delete_value(u8 type, u32 index, struct acpi_walk_state *walk_state) argument
533 acpi_ds_store_object_to_local(u8 type, u32 index, union acpi_operand_object *obj_desc, struct acpi_walk_state *walk_state) argument
684 acpi_ds_method_data_get_type(u16 opcode, u32 index, struct acpi_walk_state *walk_state) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dzran.c9 its entirety, and an index built with access points about every SPAN bytes
24 To use the index, an offset in the uncompressed data is provided, for which
25 the latest accees point at or preceding that offset is located in the index.
26 The input file is positioned to the specified location in the index, and if
33 Another approach would be to generate the index on demand. In that case,
35 the index, but if a read far enough past the end of the index is required,
36 then further index entries would be generated and added.
43 Another way to build an index would be to use inflateCopy(). That would
47 index i
77 free_index(struct access *index) argument
87 addpoint(struct access *index, int bits, off_t in, off_t out, unsigned left, unsigned char *window) argument
144 struct access *index; /* access points being generated */ local
244 extract(FILE *in, struct access *index, off_t offset, unsigned char *buf, int len) argument
354 struct access *index = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Droutemap.c120 struct route_map_index *index;
123 while ((index = map->head) != NULL)
124 route_map_index_delete (index, 0);
208 struct route_map_index *index;
212 for (index = map->head; index; index = index->next)
216 route_map_type_str (index->type),
217 index
118 struct route_map_index *index; local
206 struct route_map_index *index; local
241 route_map_index_delete(struct route_map_index *index, int notify) argument
277 struct route_map_index *index; local
291 struct route_map_index *index; local
343 struct route_map_index *index; local
469 route_map_add_match(struct route_map_index *index, char *match_name, char *match_arg) argument
528 route_map_delete_match(struct route_map_index *index, char *match_name, char *match_arg) argument
555 route_map_add_set(struct route_map_index *index, char *set_name, char *set_arg) argument
614 route_map_delete_set(struct route_map_index *index, char *set_name, char *set_arg) argument
676 route_map_apply_index(struct route_map_index *index, struct prefix *prefix, route_map_object_t type, void *object) argument
721 struct route_map_index *index; local
799 struct route_map_index *index; variable in typeref:struct:route_map_index
871 struct route_map_index *index; variable in typeref:struct:route_map_index
933 struct route_map_index *index; variable in typeref:struct:route_map_index
950 struct route_map_index *index; variable in typeref:struct:route_map_index
967 struct route_map_index *index; variable in typeref:struct:route_map_index
999 struct route_map_index *index; variable in typeref:struct:route_map_index
1014 struct route_map_index *index; local
[all...]
H A Dhash.c35 hash->index = XMALLOC (MTYPE_HASH_INDEX,
37 memset (hash->index, 0, sizeof (struct hash_backet *) * size);
69 unsigned int index; local
74 index = key % hash->size;
76 for (backet = hash->index[index]; backet != NULL; backet = backet->next)
89 backet->next = hash->index[index];
90 hash->index[index]
112 unsigned int index; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dbucket.c43 int index; local
53 for (index = 0; index < dbf->header->bucket_elems; index++)
54 bucket->h_table[index].hash_value = -1;
73 register int index; /* Loop index. */ local
89 for (index = 0; index < dbf->cache_size; index
152 int index; /* Used in array indexing. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dbucket.c43 int index; local
53 for (index = 0; index < dbf->header->bucket_elems; index++)
54 bucket->h_table[index].hash_value = -1;
73 register int index; /* Loop index. */ local
89 for (index = 0; index < dbf->cache_size; index
152 int index; /* Used in array indexing. */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dlist.h12 void bftpd_list_del(struct bftpd_list_element **list, int index);
14 void *bftpd_list_get(struct bftpd_list_element *list, int index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dimaglist.h33 virtual bool GetSize( int index, int &width, int &height ) const;
38 wxBitmap GetBitmap(int index) const;
39 wxIcon GetIcon(int index) const;
40 bool Replace( int index, const wxBitmap &bitmap );
41 bool Replace( int index, const wxBitmap &bitmap, const wxBitmap& mask );
42 bool Remove( int index );
45 virtual bool Draw(int index, wxDC& dc, int x, int y,
50 const wxBitmap *GetBitmapPtr(int index) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dimaglist.h32 virtual bool GetSize( int index, int &width, int &height ) const;
38 wxBitmap GetBitmap(int index) const;
39 wxIcon GetIcon(int index) const;
40 bool Replace( int index, const wxIcon &bitmap );
41 bool Replace( int index, const wxBitmap &bitmap );
42 bool Replace( int index, const wxBitmap &bitmap, const wxBitmap &mask );
43 bool Remove( int index );
46 virtual bool Draw(int index, wxDC& dc, int x, int y,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cx25821/
H A Dcx25821-biffuncs.h28 inline u8 getBit(u32 sample, u8 index) argument
30 return (u8) ((sample >> index) & 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/
H A DMakefile.am4 index.html \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-hash64-64k.h52 #define __rpte_to_hidx(r,index) ((pte_val((r).pte) & _PAGE_COMBO) ? \
53 (((r).hidx >> ((index)<<2)) & 0xf) : ((pte_val((r).pte) >> 12) & 0xf))
55 #define __rpte_sub_valid(rpte, index) \
56 (pte_val(rpte.pte) & (_PAGE_HPTE_SUB0 >> (index)))
61 #define pte_iterate_hashed_subpages(rpte, psize, va, index, shift) \
67 for (index = 0; va < __end; index++, va += (1L << shift)) { \
68 if (!__split || __rpte_sub_valid(rpte, index)) do { \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dearly_printk.c26 prom_putchar('\r', con->index);
27 prom_putchar(*s, con->index);
50 .index = -1
63 early_console.index = 0;
65 early_console.index = 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/fnic/
H A Dvnic_intr.c33 unsigned int index)
35 intr->index = index;
38 intr->ctrl = vnic_dev_get_res(vdev, RES_TYPE_INTR_CTRL, index);
41 index);
32 vnic_intr_alloc(struct vnic_dev *vdev, struct vnic_intr *intr, unsigned int index) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DLockNotGrantedException.java28 private int index; field in class:LockNotGrantedException
39 final int index,
46 this.index = index;
51 returns the index of the failed LockRequest when {@link com.sleepycat.db.Environment#lockVector Environment.lockVector} was called.
54 return index;
34 LockNotGrantedException(final String message, final int op, final int mode, final DatabaseEntry obj, final DbLock lock, final int index, final DbEnv dbenv) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsinewin_tablegen.h58 av_cold void ff_init_ff_sine_windows(int index) { argument
59 assert(index >= 0 && index < FF_ARRAY_ELEMS(ff_sine_windows));
61 ff_sine_window_init(ff_sine_windows[index], 1 << index);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsinewin_tablegen.h60 av_cold void ff_init_ff_sine_windows(int index) { argument
61 assert(index >= 0 && index < FF_ARRAY_ELEMS(ff_sine_windows));
63 ff_sine_window_init(ff_sine_windows[index], 1 << index);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dmux.c53 int __init_or_module omap_cfg_reg(const unsigned long index) argument
59 index);
69 if (index >= mux_cfg->size) {
70 printk(KERN_ERR "Invalid pin mux index: %lu (%lu)\n",
71 index, mux_cfg->size);
76 reg = (struct pin_config *)&mux_cfg->pins[index];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/sysdev/bestcomm/
H A Dbestcomm.h55 unsigned short index; member in struct:bcom_task
100 /** _bcom_next_index - Get next input index.
108 return ((tsk->index + 1) == tsk->num_bd) ? 0 : tsk->index + 1;
111 /** _bcom_next_outdex - Get next output index.
129 return tsk->index == tsk->outdex;
145 * index: Index of the BD to fetch
148 *bcom_get_bd(struct bcom_task *tsk, unsigned int index) argument
152 return ((void *)tsk->bd) + (index * tsk->bd_size);
181 bd = bcom_get_bd(tsk, tsk->index);
[all...]

Completed in 451 milliseconds

1234567891011>>