Home
last modified time | relevance | path

Searched refs:dst_max (Results 1 – 6 of 6) sorted by relevance

/external/iptables/extensions/
Dlibxt_iprange.c215 printf("-%s", xtables_ipaddr_to_numeric(&info->dst_max.in)); in iprange_mt4_print()
241 printf("-%s", xtables_ip6addr_to_numeric(&info->dst_max.in6)); in iprange_mt6_print()
277 printf("-%s", xtables_ipaddr_to_numeric(&info->dst_max.in)); in iprange_mt4_save()
295 printf("-%s", xtables_ip6addr_to_numeric(&info->dst_max.in6)); in iprange_mt6_save()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_iprange.h16 union nf_inet_addr dst_min, dst_max; member
/external/iptables/include/linux/netfilter/
Dxt_iprange.h15 union nf_inet_addr dst_min, dst_max; member
/external/mesa3d/src/gallium/auxiliary/util/
Du_format_pack.py254 dst_max = dst_channel.max()
258 dst_max_native = value_to_native(src_channel, dst_max)
260 if src_min < dst_min and src_max > dst_max:
263 if src_max > dst_max:
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_conv.c515 double dst_max = lp_const_max(dst_type); in lp_build_conv() local
529 if(src_max > dst_max) { in lp_build_conv()
530 if(dst_max == 1.0) in lp_build_conv()
533 thres = lp_build_const_vec(gallivm, src_type, dst_max); in lp_build_conv()
Dlp_bld_pack.c526 …LLVMValueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bit… in lp_build_packs2() local
528 lo = lp_build_min(&bld, lo, dst_max); in lp_build_packs2()
529 hi = lp_build_min(&bld, hi, dst_max); in lp_build_packs2()