HomeSort by relevance Sort by last modified time
    Searched refs:MAX (Results 201 - 225 of 494) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/tcpdump/
print-rx.c 163 { 510, "list-max" },
164 { 511, "set-max" },
679 #define STROUT(MAX) { unsigned int i; \
682 if (i > (MAX)) \
771 #define VECOUT(MAX) { u_char *sp; \
774 if ((MAX) + 1 > sizeof(s)) \
776 TCHECK2(bp[0], (MAX) * sizeof(int32_t)); \
778 for (k = 0; k < (MAX); k++) { \
782 s[(MAX)] = '\0'; \
1381 case 511: /* Set max */
    [all...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 206 max_count = MAX( max_count, stage_classifier->count );
    [all...]
cvsurf.cpp 131 scaleCache[k] = scale = MAX(size, SIZE0);
437 x = cvCeil(xf)+1; patch_rect0.width = MAX(patch_rect0.width, x);
438 y = cvCeil(yf)+1; patch_rect0.height = MAX(patch_rect0.height, y);
442 patch_rect.x = MAX(patch_rect.x, 0);
443 patch_rect.y = MAX(patch_rect.y, 0);
cvfundam.cpp 140 p = MAX(p, 0.);
142 ep = MAX(ep, 0.);
146 num = MAX(1. - p, DBL_MIN);
221 if( goodCount > MAX(maxGoodCount, modelPoints-1) )
295 niters = MIN( MAX(niters, 3), maxIters );
335 sigma = MAX( sigma, FLT_EPSILON*100 );
594 count = MAX(imagePoints->cols, imagePoints->rows);
965 count = MAX(points1->cols, points1->rows);
    [all...]
cvpgh.cpp 253 dp = MAX( dp, 0 );
307 dist_scale = MAX( dist_scale, scale );
  /external/opencv/ml/src/
mltree.cpp 97 params.min_sample_count = MAX(params.min_sample_count,1);
273 (MAX(0,sample_count - 33)/32)*sizeof(int),sizeof(void*));
274 tree_block_size = MAX((int)sizeof(CvDTreeNode)*8, max_split_size);
275 tree_block_size = MAX(tree_block_size + block_size_delta, min_block_size);
280 nv_size = MAX( nv_size, (int)sizeof(CvSetElem) );
286 if( sample_count < cv_n*MAX(params.min_sample_count,10) )
291 temp_block_size = MAX(temp_block_size, cv_size);
294 temp_block_size = MAX( temp_block_size + block_size_delta, min_block_size );
388 max_c_count = MAX( max_c_count, c_count );
397 MAX(cat_map->cols*3/2,total_c_count+c_count), CV_32SC1 ))
    [all...]
mlem.cpp 469 // generic case: covs[i] = (u')'*max(w,0)*u'
534 max_count = MAX( max_count, right - left );
791 double min_det_value = MAX( DBL_MIN, pow( min_variation, dims ));
810 d = MAX( d, FLT_EPSILON );
944 max_val = MAX( max_val, pp[j] );
961 sum = 1./MAX( sum, DBL_EPSILON );
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 64 as a member of seven seperate array constants -- +MIN+, +MAX+, +EOT+, +EOF+,
71 MAX[s]::
104 attr_reader :recognizer, :decision_number, :eot, :eof, :min, :max,
108 attr_reader :decision, :eot, :eof, :min, :max,
145 eot = nil, eof = nil, min = nil, max = nil,
153 @max = max || self.class::MAX #.max
191 # the @min and @max arrays contain the bounds of the character (or token type
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
group-file-lexer.rb 917 MAX = unpack( 1, 122, 1, 114, 1, 58, 13, -1, 1, 111, 1, 61, 1, 117,
953 ( 0 ... MIN.length ).zip( MIN, MAX ) do | i, a, z |
955 MAX[ i ] %= 0x10000
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 421 #ifndef MAX
422 #define MAX(x, y) ((x >= y) ? x : y)
423 #endif /* !defined(MAX) */
949 - MAX(precision, pos) /* Number of integer digits. */
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
macros.h 646 /** Clamp X to [MIN,MAX] */
647 #define CLAMP( X, MIN, MAX ) ( (X)<(MIN) ? (MIN) : ((X)>(MAX) ? (MAX) : (X)) )
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 421 #ifndef MAX
422 #define MAX(x, y) ((x >= y) ? x : y)
423 #endif /* !defined(MAX) */
949 - MAX(precision, pos) /* Number of integer digits. */
    [all...]
  /external/mesa3d/src/mesa/main/
macros.h 646 /** Clamp X to [MIN,MAX] */
647 #define CLAMP( X, MIN, MAX ) ( (X)<(MIN) ? (MIN) : ((X)>(MAX) ? (MAX) : (X)) )
  /external/strace/
defs.h 95 #ifndef MAX
96 # define MAX(a, b) (((a) > (b)) ? (a) : (b))
101 #define CLAMP(val, min, max) MIN(MAX(min, val), max)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
244 MASK = 2 * MAX + 1
254 if h > MAX:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_abcoll.py 243 MAX = sys.maxint
244 MASK = 2 * MAX + 1
254 if h > MAX:
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
Ruby.stg 892 MAX = unpack( <dfa.javaCompressedMax; anchor, separator=", ", wrap="\n"> )
899 ( 0 ... MIN.length ).zip( MIN, MAX ) do | i, a, z |
901 MAX[ i ] %= 0x10000
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding_1.3.100.I20100601-0800.jar 
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 36 #define MAX(a,b) (((a) > (b)) ? (a) : (b))
37 #define CLAMP(x, min, max) MIN(MAX((x), (min)), (max))
  /external/chromium_org/third_party/angle/src/common/
mathutil.h 66 return static_cast<int>(std::min(x, static_cast<unsigned int>(std::numeric_limits<int>::max())));
72 // This assumes SrcT can properly represent DestT::min/max
75 ASSERT(static_cast<DestT>(static_cast<SrcT>(std::numeric_limits<DestT>::max())) == std::numeric_limits<DestT>::max());
78 SrcT hi = static_cast<SrcT>(std::numeric_limits<DestT>::max());
82 template<typename T, typename MIN, typename MAX>
83 inline T clamp(T x, MIN min, MAX max)
86 return x > min ? (x > max ? max : x) : min
97 const unsigned int max = 0xFFFFFFFF >> (32 - n); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/cso_cache/
cso_hash.c 38 #define MAX(a, b) ((a > b) ? (a) : (b))
185 int max = MAX(hash->numBits-2, hash->userNumBits); local
186 cso_data_rehash(hash, max);
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
adm_writer_unittest.py 259 MIN 0 MAX 2000000000
276 MIN 0 MAX 2000000000
  /external/jpeg/
jpegint.h 296 #undef MAX
297 #define MAX(a,b) ((a) > (b) ? (a) : (b))
  /external/libhevc/decoder/
ihevcd_get_mv.c 309 cb_size = MAX(pu_wd_single_mcl, pu_ht_single_mcl);
310 cb_size = MAX(cb_size,
  /external/mesa3d/src/gallium/auxiliary/cso_cache/
cso_hash.c 38 #define MAX(a, b) ((a > b) ? (a) : (b))
185 int max = MAX(hash->numBits-2, hash->userNumBits); local
186 cso_data_rehash(hash, max);

Completed in 2582 milliseconds

1 2 3 4 5 6 7 891011>>