HomeSort by relevance Sort by last modified time
    Searched refs:INT_MIN (Results 176 - 193 of 193) sorted by null

1 2 3 4 5 6 78

  /system/core/sh/
expand.c 367 #if INT_MAX / 1000000000 >= 10 || INT_MIN / 1000000000 <= -10
  /external/opencv/cv/src/
cvhistogram.cpp 342 int maxv = INT_MIN;
791 #define ICV_HIST_DUMMY_IDX (INT_MIN/3)
    [all...]
  /external/opencv/cxcore/src/
cxdrawing.cpp     [all...]
cxdatastructs.cpp     [all...]
  /external/oprofile/libpopt/
popt.c 928 if (aLong > INT_MAX || aLong < INT_MIN)
    [all...]
  /external/qemu/android/skin/
region.c 1003 minmax.x2 = minmax.y2 = INT_MIN;
    [all...]
  /external/opencv/cvaux/src/
cvepilines.cpp     [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp 467 int i, idx_total, idx_selected = 0, step, type, prev = INT_MIN, is_sorted = 1;
    [all...]
mltree.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 74 const int NoXPosForVerticalArrowNavigation = INT_MIN;
    [all...]
  /external/qemu/target-arm/
helper.c 542 if (num == INT_MIN && den == -1)
543 return INT_MIN;
    [all...]
  /external/llvm/lib/Support/
APFloat.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h     [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 437 if (delta == INT_MIN) delta = -i->send_count; // INT_MIN == destroy
510 record_port_mod_refs(port, MACH_PORT_TYPE_ALL_RIGHTS, INT_MIN);
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderBlock.cpp     [all...]
  /external/valgrind/main/none/tests/ppc32/
testVMX.c     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 1287 milliseconds

1 2 3 4 5 6 78