Searched refs:src_max (Results 1 - 7 of 7) sorted by relevance

/external/iptables/include/linux/netfilter/
H A Dxt_iprange.h14 union nf_inet_addr src_min, src_max; member in struct:xt_iprange_mtinfo
/external/iptables/extensions/
H A Dlibxt_iprange.c208 printf("-%s", xtables_ipaddr_to_numeric(&info->src_max.in));
234 printf("-%s", xtables_ip6addr_to_numeric(&info->src_max.in6));
271 printf("-%s", xtables_ipaddr_to_numeric(&info->src_max.in));
289 printf("-%s", xtables_ip6addr_to_numeric(&info->src_max.in6));
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_pack.py252 src_max = src_channel.max()
260 if src_min < dst_min and src_max > dst_max:
263 if src_max > dst_max:
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_pack.py252 src_max = src_channel.max()
260 if src_min < dst_min and src_max > dst_max:
263 if src_max > dst_max:
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c514 double src_max = lp_const_max(src_type); local
529 if(src_max > dst_max) {
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_conv.c514 double src_max = lp_const_max(src_type); local
529 if(src_max > dst_max) {
/external/opencv/cv/src/
H A Dcvsmooth.cpp806 uchar* src_max = src + size.height*src_step;
1009 if( (src_step1 > 0 && src_bottom + src_step1 < src_max) ||

Completed in 1156 milliseconds