Home
last modified time | relevance | path

Searched refs:__match (Results 1 – 3 of 3) sorted by relevance

/external/kernel-headers/original/linux/netfilter_ipv4/
Dip_tables.h233 struct ipt_entry_match *__match; \
237 __i += __match->u.match_size) { \
238 __match = (void *)(e) + __i; \
240 __ret = fn(__match , ## args); \
/external/stlport/stlport/stl/
D_time_facets.c78 __match(_InIt& __first, _InIt& __last, _NameIt __name, _NameIt __name_end) { in __match() function
171 size_t __index = __match(__first, __last, in _STLP_WEAK()
182 size_t __index = __match(__first, __last, in _STLP_WEAK()
231 size_t __index = __match(__first, __last, in _STLP_WEAK()
282 size_t __index = __match(__first, __last, __table._M_dayname + 0, __table._M_dayname + 14); in __get_short_or_long_dayname()
293 size_t __index = __match(__first, __last, __table._M_monthname + 0, __table._M_monthname + 24); in __get_short_or_long_monthname()
/external/stlport/etc/
DChangeLog-5.14520 Also simplified implementation of the __match and __get_formatted_time that
4584 * stlport/stl/_time_facets.c: Fix __pos type in __match function and removed