Searched refs:__i (Results 1 - 25 of 36) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dx_tables.h124 unsigned int __i; \
128 for (__i = sizeof(type); \
129 __i < (e)->target_offset; \
130 __i += __m->u.match_size) { \
131 __m = (void *)e + __i; \
143 unsigned int __i, __n; \
147 for (__i = 0, __n = 0; __i < (size); \
148 __i += __entry->next_offset, __n++) { \
149 __entry = (void *)(entries) + __i; \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_bridge/
H A Debtables.h317 unsigned int __i; \
321 for (__i = sizeof(struct ebt_entry); \
322 __i < (e)->watchers_offset; \
323 __i += __match->match_size + \
325 __match = (void *)(e) + __i; \
332 if (__i != (e)->watchers_offset) \
340 unsigned int __i; \
344 for (__i = e->watchers_offset; \
345 __i < (e)->target_offset; \
346 __i
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/include/linux/netfilter_ipv4/
H A Dip_tables.h310 unsigned int __i; \
314 for (__i = sizeof(struct ipt_entry); \
315 __i < (e)->target_offset; \
316 __i += __match->u.match_size) { \
317 __match = (void *)(e) + __i; \
329 unsigned int __i; \
333 for (__i = 0; __i < (size); __i += __entry->next_offset) { \
334 __entry = (void *)(entries) + __i; \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h234 unsigned int __i; \
238 for (__i = sizeof(struct ipt_entry); \
239 __i < (e)->target_offset; \
240 __i += __match->u.match_size) { \
241 __match = (void *)(e) + __i; \
253 unsigned int __i; \
257 for (__i = 0; __i < (size); __i += __entry->next_offset) { \
258 __entry = (void *)(entries) + __i; \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter/
H A Dnfnetlink.h140 ({ int __i, __res = 0; \
141 for (__i=0; __i<max; __i++) { \
142 if (!cta_min[__i]) \
144 if (tb[__i] && NFA_PAYLOAD(tb[__i]) < cta_min[__i]){ \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dposix_types.h95 int __i; local
123 __i = __FDSET_LONGS;
124 while (__i) {
125 __i--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh/
H A Dposix_types.h84 int __i; local
112 __i = __FDSET_LONGS;
113 while (__i) {
114 __i--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sh64/
H A Dposix_types.h93 int __i; local
121 __i = __FDSET_LONGS;
122 while (__i) {
123 __i--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m32r/
H A Dposix_types.h84 int __i; local
112 __i = __FDSET_LONGS;
113 while (__i) {
114 __i--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-mips/
H A Dposix_types.h106 int __i; local
134 __i = __FDSET_LONGS;
135 while (__i) {
136 __i--;
H A Ddiv64.h24 unsigned long __cf, __tmp, __tmp2, __i; \
52 "=&r" (__i), "=&r" (__tmp2) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm/
H A Dposix_types.h106 int __i; local
134 __i = __FDSET_LONGS;
135 while (__i) {
136 __i--;
H A Ddiv64.h24 unsigned long __cf, __tmp, __tmp2, __i; \
52 "=&r" (__i), "=&r" (__tmp2) \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-avr32/
H A Dposix_types.h91 int __i; local
119 __i = __FDSET_LONGS;
120 while (__i) {
121 __i--;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h246 struct {USItype __l, __h;} __i; \
252 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
255 struct {SItype __l, __h;} __i; \
261 (w1) = __xx.__i.__h; (w0) = __xx.__i.__l;})
341 struct {USItype __h, __l;} __i; \
347 (wh) = __xx.__i.__h; \
348 (wl) = __xx.__i.__l; \
395 struct {USItype __h, __l;} __i; \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dpercpu.h31 unsigned int __i; \
32 for_each_possible_cpu(__i) \
33 memcpy((pcpudst)+__per_cpu_offset(__i), \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-s390/
H A Dpercpu.h52 unsigned int __i; \
53 for_each_possible_cpu(__i) \
54 memcpy((pcpudst)+__per_cpu_offset[__i], \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Dpercpu.h31 unsigned int __i; \
32 for_each_possible_cpu(__i) \
33 memcpy((pcpudst)+__per_cpu_offset(__i), \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-x86_64/
H A Dpercpu.h37 unsigned int __i; \
38 for_each_possible_cpu(__i) \
39 memcpy((pcpudst)+__per_cpu_offset(__i), \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-generic/
H A Dpercpu.h27 unsigned int __i; \
28 for_each_possible_cpu(__i) \
29 memcpy((pcpudst)+__per_cpu_offset[__i], \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6_tables.h288 unsigned int __i; \
292 for (__i = sizeof(struct ip6t_entry); \
293 __i < (e)->target_offset; \
294 __i += __m->u.match_size) { \
295 __m = (void *)(e) + __i; \
307 unsigned int __i; \
311 for (__i = 0; __i < (size); __i += __e->next_offset) { \
312 __e = (void *)(entries) + __i; \
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-i386/
H A Datomic.h182 int __i; local
189 __i = i;
194 return i + __i;
199 __i = atomic_read(v);
200 atomic_set(v, i + __i);
202 return i + __i;
H A Dlocal.h135 long __i; local
142 __i = i;
147 return i + __i;
152 __i = local_read(l);
153 local_set(l, i + __i);
155 return i + __i;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dvmstat.h185 #define __add_zone_page_state(__z, __i, __d) \
186 __mod_zone_page_state(__z, __i, __d)
187 #define __sub_zone_page_state(__z, __i, __d) \
188 __mod_zone_page_state(__z, __i,-(__d))
190 #define add_zone_page_state(__z, __i, __d) mod_zone_page_state(__z, __i, __d)
191 #define sub_zone_page_state(__z, __i, __d) mod_zone_page_state(__z, __i, -(__d))
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_arp/
H A Darp_tables.h222 unsigned int __i; \
226 for (__i = 0; __i < (size); __i += __entry->next_offset) { \
227 __entry = (void *)(entries) + __i; \

Completed in 124 milliseconds

12