HomeSort by relevance Sort by last modified time
    Searched refs:MAX_DIFFERENCE (Results 1 - 2 of 2) sorted by null

  /external/opencv/cvaux/src/
enmin.cpp 70 #define MAX_DIFFERENCE 10
    [all...]
  /external/pcre/dist/sljit/
sljitNativeARM_32.c 54 #define MAX_DIFFERENCE(max_diff) \
171 if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)))
189 if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)))
234 if (SLJIT_UNLIKELY((compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4092)) || compiler->cpool_fill >= CPOOL_SIZE))
254 if (SLJIT_UNLIKELY(compiler->cpool_diff != CONST_POOL_EMPTY && compiler->size - compiler->cpool_diff >= MAX_DIFFERENCE(4088)))
262 SLJIT_ASSERT(compiler->cpool_diff == CONST_POOL_EMPTY || compiler->size - compiler->cpool_diff < MAX_DIFFERENCE(4092));
    [all...]

Completed in 2317 milliseconds