Searched refs:idx (Results 1 - 25 of 4919) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/main/
H A Dcfe_background.c107 int idx; local
109 for (idx = 0; idx < MAX_BACKGROUND_TASKS; idx++) {
110 if (cfe_bg_tasklist[idx] == NULL) {
111 cfe_bg_tasklist[idx] = func;
112 cfe_bg_args[idx] = arg;
132 int idx; local
134 for (idx = 0; idx < MAX_BACKGROUND_TASK
166 int idx; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables-1.4.x/include/linux/netfilter/
H A Dxt_TCPOPTSTRIP.h4 #define tcpoptstrip_set_bit(bmap, idx) \
5 (bmap[(idx) >> 5] |= 1U << (idx & 31))
6 #define tcpoptstrip_test_bit(bmap, idx) \
7 (((1U << (idx & 31)) & bmap[(idx) >> 5]) != 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/verif/
H A Dvapisubr.c104 int idx; local
107 for (idx = 0; idx < cnt; idx++) {
108 if ((idx & 1) == 0) xprintf("# ");
109 xprintf(" %8s=%016llX ",gpregnames[idx],gprs[idx]);
110 if ((idx & 1) == 1) xprintf("\n");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/
H A Dlast.c28 int idx, ok = 0; local
31 for (idx = 0; idx < SNDRV_CARDS; idx++)
32 if (snd_cards[idx] != NULL) {
33 printk(KERN_INFO " #%i: %s\n", idx, snd_cards[idx]->longname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/
H A Dlast.c28 int idx, ok = 0; local
31 for (idx = 0; idx < SNDRV_CARDS; idx++)
32 if (snd_cards[idx] != NULL) {
33 printk(KERN_INFO " #%i: %s\n", idx, snd_cards[idx]->longname);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgpg-error-1.10/src/
H A Dcode-from-errno.c37 int idx; local
42 idx = errno_to_idx (err);
44 if (idx < 0)
47 return GPG_ERR_SYSTEM_ERROR | err_code_from_index[idx];
58 int idx; local
63 idx = errno_to_idx (err);
65 if (idx < 0)
68 return GPG_ERR_SYSTEM_ERROR | err_code_from_index[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgpg-error-1.10/src/
H A Dcode-from-errno.c37 int idx; local
42 idx = errno_to_idx (err);
44 if (idx < 0)
47 return GPG_ERR_SYSTEM_ERROR | err_code_from_index[idx];
58 int idx; local
63 idx = errno_to_idx (err);
65 if (idx < 0)
68 return GPG_ERR_SYSTEM_ERROR | err_code_from_index[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgpg-error-1.10/src/
H A Dcode-from-errno.c37 int idx; local
42 idx = errno_to_idx (err);
44 if (idx < 0)
47 return GPG_ERR_SYSTEM_ERROR | err_code_from_index[idx];
58 int idx; local
63 idx = errno_to_idx (err);
65 if (idx < 0)
68 return GPG_ERR_SYSTEM_ERROR | err_code_from_index[idx];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/aoa/codecs/
H A Dtas-basstreble.h91 static inline u8 tas3004_treble(int idx) argument
93 return tas3004_treble_table[idx];
127 static inline u8 tas3004_bass(int idx) argument
129 u8 result = tas3004_treble_table[idx];
131 if (idx >= 50)
132 result += tas3004_bass_diff_to_treble[idx-50];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/sound/aoa/codecs/
H A Dtas-basstreble.h91 static inline u8 tas3004_treble(int idx) argument
93 return tas3004_treble_table[idx];
127 static inline u8 tas3004_bass(int idx) argument
129 u8 result = tas3004_treble_table[idx];
131 if (idx >= 50)
132 result += tas3004_bass_diff_to_treble[idx-50];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/include/
H A Dll_map.h8 extern const char *ll_index_to_name(unsigned idx);
9 extern const char *ll_idx_n2a(unsigned idx, char *buf);
10 extern int ll_index_to_type(unsigned idx);
11 extern unsigned ll_index_to_flags(unsigned idx);
12 extern unsigned ll_index_to_addr(unsigned idx, unsigned char *addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/include/
H A Dll_map.h8 extern const char *ll_index_to_name(unsigned idx);
9 extern const char *ll_idx_n2a(unsigned idx, char *buf);
10 extern int ll_index_to_type(unsigned idx);
11 extern unsigned ll_index_to_flags(unsigned idx);
12 extern unsigned ll_index_to_addr(unsigned idx, unsigned char *addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/include/
H A Dll_map.h8 extern const char *ll_index_to_name(unsigned idx);
9 extern const char *ll_idx_n2a(unsigned idx, char *buf);
10 extern int ll_index_to_type(unsigned idx);
11 extern unsigned ll_index_to_flags(unsigned idx);
12 extern unsigned ll_index_to_addr(unsigned idx, unsigned char *addr,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/
H A Ddrm_buffer.c46 int idx; local
62 for (idx = 0; idx < nr_pages; ++idx) {
64 (*buf)->data[idx] =
65 kmalloc(min(PAGE_SIZE, size - idx * PAGE_SIZE),
69 if ((*buf)->data[idx] == NULL) {
72 idx + 1, size, nr_pages);
83 if ((*buf)->data[idx])
84 kfree((*buf)->data[idx]);
105 int idx; local
140 int idx; local
164 int idx = drm_buffer_index(buf); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_buffer.c46 int idx; local
62 for (idx = 0; idx < nr_pages; ++idx) {
64 (*buf)->data[idx] =
65 kmalloc(min(PAGE_SIZE, size - idx * PAGE_SIZE),
69 if ((*buf)->data[idx] == NULL) {
72 idx + 1, size, nr_pages);
83 if ((*buf)->data[idx])
84 kfree((*buf)->data[idx]);
105 int idx; local
140 int idx; local
164 int idx = drm_buffer_index(buf); local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/include/
H A Dll_map.h8 extern const char *ll_index_to_name(unsigned idx);
9 extern const char *ll_idx_n2a(unsigned idx, char *buf);
10 extern int ll_index_to_type(unsigned idx);
11 extern unsigned ll_index_to_flags(unsigned idx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dxrealloc_vector.c19 * If idx == 0, 0x10, 0x20 etc, vector[] is resized to next higher
20 * idx step, plus one: if idx == 0x20, vector[] is resized to 0x31,
23 * In other words: after xrealloc_vector(v, 4, idx), with any idx,
24 * it's ok to use at least v[idx] and v[idx+1].
25 * v[idx+2] etc generally are not ok.
28 * (not on every call). You can depend on v[idx] and v[idx
36 xrealloc_vector_helper(void *vector, unsigned sizeof_and_shift, int idx) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dxrealloc_vector.c19 * If idx == 0, 0x10, 0x20 etc, vector[] is resized to next higher
20 * idx step, plus one: if idx == 0x20, vector[] is resized to 0x31,
23 * In other words: after xrealloc_vector(v, 4, idx), with any idx,
24 * it's ok to use at least v[idx] and v[idx+1].
25 * v[idx+2] etc generally are not ok.
28 * (not on every call). You can depend on v[idx] and v[idx
36 xrealloc_vector_helper(void *vector, unsigned sizeof_and_shift, int idx) argument
[all...]

Completed in 178 milliseconds

1234567891011>>