HomeSort by relevance Sort by last modified time
    Searched refs:src_max (Results 26 - 34 of 34) sorted by null

12

  /external/iptables/extensions/
libxt_iprange.c 208 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/pdfium/core/src/fxge/dib/
dib_int.h 55 int src_max,
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 252 src_max = src_channel.max()
260 if src_min < dst_min and src_max > dst_max:
263 if src_max > dst_max:
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_progress.h 34 int src_max,
fx_codec_progress.cpp 15 int src_max,
46 if (pixel_weights.m_SrcEnd >= src_max) {
47 pixel_weights.m_SrcEnd = src_max - 1;
80 if (end_i >= src_max) {
81 end_i = src_max - 1;
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h 144 __u32 src_max; /* Supported SRC Max sampling freq */ member in struct:snd_sst_postproc_info
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 514 double src_max = lp_const_max(src_type); local
529 if(src_max > dst_max) {
  /external/opencv/cv/src/
cvsmooth.cpp 806 uchar* src_max = src + size.height*src_step;
1009 if( (src_step1 > 0 && src_bottom + src_step1 < src_max) ||
    [all...]
  /external/opencv3/modules/imgproc/src/
smooth.cpp     [all...]

Completed in 1339 milliseconds

12