HomeSort by relevance Sort by last modified time
    Searched defs:dst_max (Results 1 - 5 of 5) sorted by null

  /external/iptables/include/linux/netfilter/
xt_iprange.h 15 union nf_inet_addr dst_min, dst_max; member in struct:xt_iprange_mtinfo
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 526 LLVMValueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bits) - 1); local
528 lo = lp_build_min(&bld, lo, dst_max);
529 hi = lp_build_min(&bld, hi, dst_max);
lp_bld_conv.c 515 double dst_max = lp_const_max(dst_type); local
529 if(src_max > dst_max) {
530 if(dst_max == 1.0)
533 thres = lp_build_const_vec(gallivm, src_type, dst_max);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_pack.c 526 LLVMValueRef dst_max = lp_build_const_int_vec(gallivm, src_type, ((unsigned long long)1 << dst_bits) - 1); local
528 lo = lp_build_min(&bld, lo, dst_max);
529 hi = lp_build_min(&bld, hi, dst_max);
lp_bld_conv.c 515 double dst_max = lp_const_max(dst_type); local
529 if(src_max > dst_max) {
530 if(dst_max == 1.0)
533 thres = lp_build_const_vec(gallivm, src_type, dst_max);

Completed in 240 milliseconds