HomeSort by relevance Sort by last modified time
    Searched full:int_max (Results 726 - 750 of 1058) sorted by null

<<21222324252627282930>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_segmentation.c 220 int t_pred_cost = INT_MAX;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_encoder.c 166 if (!iface || !cfg || usage > INT_MAX)
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 279 size_t N = n > 0 ? size_t(n) : n == 0 ? strlen(get) : size_t(INT_MAX);
  /prebuilts/misc/common/swig/include/2.0.11/typemaps/
primtypes.swg 130 %numeric_slong(int, "<limits.h>", INT_MIN, INT_MAX)
  /system/core/toolbox/upstream-netbsd/usr.bin/du/
du.c 89 depth = INT_MAX;
  /system/extras/showslab/
showslab.c 88 stats->min_obj_size = INT_MAX;
  /development/ndk/platforms/android-13/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /development/ndk/platforms/android-18/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /development/ndk/platforms/android-21/include/
math.h 54 #define FP_ILOGB0 (-INT_MAX) /* Android-changed */
55 #define FP_ILOGBNAN INT_MAX /* Android-changed */
  /development/ndk/platforms/android-3/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /development/ndk/platforms/android-9/include/
math.h 61 #define FP_ILOGB0 (-INT_MAX)
62 #define FP_ILOGBNAN INT_MAX
  /external/bison/lib/
stdint.in.h 93 /* Get SCHAR_MIN, SCHAR_MAX, UCHAR_MAX, INT_MIN, INT_MAX,
448 # define INT_FAST32_MAX INT_MAX
  /external/kernel-headers/original/uapi/linux/
cdrom.h 418 #define CDSL_NONE (INT_MAX-1)
419 #define CDSL_CURRENT INT_MAX
  /external/libpcap/
inet.c 76 #define INT_MAX 2147483647
115 return INT_MAX;
  /external/libpng/
pngconf.h 508 #if INT_MIN == -32768 && INT_MAX == 32767
524 #if INT_MIN < -2147483646 && INT_MAX > 2147483646
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 361 format, type, INT_MAX, pixels)) {
495 format, type, INT_MAX, pixels)) {
  /external/mesa3d/src/mesa/main/
texgetimage.c 853 _mesa_GetnTexImageARB(target, level, format, type, INT_MAX, pixels);
980 _mesa_GetnCompressedTexImageARB(target, level, INT_MAX, img);
  /external/opencv/cv/src/
cvstereobm.cpp 304 int minsad = INT_MAX, mind = -1;
500 int minsad = INT_MAX, mind = -1;
cvsurf.cpp 424 CvRect patch_rect0 = { INT_MAX, INT_MAX, INT_MIN, INT_MIN }, patch_rect, sr_patch_rect;
  /external/openssh/openbsd-compat/
bsd-snprintf.c 173 if (pos + 1 >= INT_MAX) { \
510 return currlen < INT_MAX ? (int)currlen : -1;
  /external/pdfium/core/src/fxcrt/
fx_basic_coords.cpp 60 if (d > (FX_FLOAT)INT_MAX) {
61 return INT_MAX;
  /external/pdfium/samples/fx_lpng/lpng_v163/
pngconf.h 481 #if INT_MIN == -32768 && INT_MAX == 32767
497 #if INT_MIN < -2147483646 && INT_MAX > 2147483646
  /external/v8/src/
conversions-inl.h 9 #include <limits.h> // Required for INT_MAX etc.
646 const int max_exponent = INT_MAX / 2;
  /ndk/sources/android/support/src/stdio/
strtod.c 238 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
265 #define Int_max 14
293 #define Int_max 15
317 #define Int_max 15
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdrom.h 418 #define CDSL_NONE (INT_MAX-1)
419 #define CDSL_CURRENT INT_MAX

Completed in 1032 milliseconds

<<21222324252627282930>>