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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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++) { \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-davinci/include/mach/
H A Dcpufreq.h22 int (*set_voltage) (unsigned int index);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_rma.c25 * index - reserved multicast LSB byte, 0x00~0x2F is available value
32 * RT_ERR_RMA_ADDR - Invalid RMA address index
36 ret_t rtl8367c_setAsicRma(rtk_uint32 index, rtl8367c_rma_t* pRmacfg) argument
41 if(index > RTL8367C_RMAMAX)
46 if( (index >= 0x4 && index <= 0x7) || (index >= 0x9 && index <= 0x0C) || (0x0F == index))
47 index
75 rtl8367c_getAsicRma(rtk_uint32 index, rtl8367c_rma_t* pRmacfg) argument
[all...]
H A Drtl8367c_asicdrv_hsb.h22 extern ret_t rtl8367c_setAsicFieldSelector(rtk_uint32 index, rtk_uint32 format, rtk_uint32 offset);
23 extern ret_t rtl8367c_getAsicFieldSelector(rtk_uint32 index, rtk_uint32* pFormat, rtk_uint32* pOffset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/rtl8365mb/
H A Drtl8367c_asicdrv_rma.c25 * index - reserved multicast LSB byte, 0x00~0x2F is available value
32 * RT_ERR_RMA_ADDR - Invalid RMA address index
36 ret_t rtl8367c_setAsicRma(rtk_uint32 index, rtl8367c_rma_t* pRmacfg) argument
41 if(index > RTL8367C_RMAMAX)
46 if( (index >= 0x4 && index <= 0x7) || (index >= 0x9 && index <= 0x0C) || (0x0F == index))
47 index
75 rtl8367c_getAsicRma(rtk_uint32 index, rtl8367c_rma_t* pRmacfg) argument
[all...]
H A Drtl8367c_asicdrv_hsb.h22 extern ret_t rtl8367c_setAsicFieldSelector(rtk_uint32 index, rtk_uint32 format, rtk_uint32 offset);
23 extern ret_t rtl8367c_getAsicFieldSelector(rtk_uint32 index, rtk_uint32* pFormat, rtk_uint32* pOffset);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/zlib/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/zlib/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/zlib/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/zlib/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/zlib/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/zlib/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgdbm/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgdbm/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgdbm/
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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ftpclient/
H A Dbase.h159 int index; member in struct:SYNC_LIST
236 int index; member in struct:file_info
245 char *to_utf8(char *buf,int index);
246 char *utf8_to(char *buf,int index);
250 int download_(char *serverpath,int index);
251 int upload(char *localpath1,int index);
252 int my_delete_DELE(char *localpath,int index);
253 int my_delete_RMD(char *localpath,int index);
254 int my_rename_(char *localpath,char *newername,int index);
255 int my_mkdir_(char *localpath,int index);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ftpclient/
H A Dbase.h159 int index; member in struct:SYNC_LIST
236 int index; member in struct:file_info
245 char *to_utf8(char *buf,int index);
246 char *utf8_to(char *buf,int index);
250 int download_(char *serverpath,int index);
251 int upload(char *localpath1,int index);
252 int my_delete_DELE(char *localpath,int index);
253 int my_delete_RMD(char *localpath,int index);
254 int my_rename_(char *localpath,char *newername,int index);
255 int my_mkdir_(char *localpath,int index);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ftpclient/
H A Dbase.h159 int index; member in struct:SYNC_LIST
236 int index; member in struct:file_info
245 char *to_utf8(char *buf,int index);
246 char *utf8_to(char *buf,int index);
250 int download_(char *serverpath,int index);
251 int upload(char *localpath1,int index);
252 int my_delete_DELE(char *localpath,int index);
253 int my_delete_RMD(char *localpath,int index);
254 int my_rename_(char *localpath,char *newername,int index);
255 int my_mkdir_(char *localpath,int index);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 { \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/cx25821/
H A Dcx25821-biffuncs.h28 inline u8 getBit(u32 sample, u8 index) argument
30 return (u8) ((sample >> index) & 1);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 { \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/lzma/CPP/Common/
H A DNewHandler.cpp47 static int index = 0; variable
54 if (index == 40)
58 if (index < kDebugSize)
60 a[index] = p;
61 index++;
91 for (int i = 0; i < index; i++)

Completed in 250 milliseconds

1234567891011>>