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

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/machine/
limits.h 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/machine/
limits.h 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/machine/
limits.h 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/machine/
limits.h 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/machine/
limits.h 46 #define SSIZE_MAX INT_MAX /* max value for a ssize_t */
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 284 if (cpi->sf.thresh_mult[i] < INT_MAX)
290 x->rd_threshes[i] = INT_MAX;
302 if (cpi->sf.thresh_mult[i] < (INT_MAX / q))
308 x->rd_threshes[i] = INT_MAX;
642 int best_rd = INT_MAX;
759 return INT_MAX;
778 int best_rd = INT_MAX;
876 int best_rd = INT_MAX;
1155 int best_label_rd = INT_MAX;
1183 int bestsme = INT_MAX;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodeframe.c 794 if (aq_mode == VARIANCE_AQ && *totalrate != INT_MAX) {
    [all...]
vp9_rdopt.c 443 *rate = INT_MAX;
509 if (r[n][0] < INT_MAX) {
776 int r = INT_MAX, ry = INT_MAX;
853 if (this_rate_tokenonly == INT_MAX)
915 if (pnrate == INT_MAX)
925 *rate = INT_MAX;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodeframe.c     [all...]
  /bionic/libc/bionic/
__cxa_guard.cpp 122 __futex_wake_ex(&gv->state, false, INT_MAX);
131 __futex_wake_ex(&gv->state, false, INT_MAX);
  /external/boringssl/src/crypto/rand/
rand.c 157 } else if (num <= INT_MAX) {
160 return INT_MAX;
  /external/boringssl/src/ssl/test/
packeted_bio.cc 37 int chunk_len = INT_MAX;
38 if (len <= INT_MAX) {
  /external/google-breakpad/src/processor/
address_map_unittest.cc 86 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address));
100 ASSERT_FALSE(test_map.Retrieve(INT_MAX, &entry, &address));
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/
galliumdxgi.idl 77 * specify (0, 0, INT_MAX, INT_MAX) to use the whole window.
  /external/openssh/
ssh-ed25519.c 53 datalen >= INT_MAX - crypto_sign_ed25519_BYTES)
110 datalen >= INT_MAX - crypto_sign_ed25519_BYTES)
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzguts.h 220 #ifdef INT_MAX
221 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
  /external/toybox/toys/other/
vmstat.c 84 if (toys.optc) loop_delay = atolx_range(toys.optargs[0], 0, INT_MAX);
85 if (toys.optc > 1) loop_max = atolx_range(toys.optargs[1], 1, INT_MAX) - 1;
  /external/v8/test/webkit/fast/js/
toString-number.js 39 [2147483647, '2147483647', '1111111111111111111111111111111', 'zik0zj'], // INT_MAX.
51 [2147483647.0, '2147483647', '1111111111111111111111111111111', 'zik0zj'], // INT_MAX.
  /external/zlib/src/
gzguts.h 204 #ifdef INT_MAX
205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 73 OMX_Sts_MaximumEnumeration = INT_MAX /*Placeholder, forces enum of size OMX_INT*/
158 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 73 OMX_Sts_MaximumEnumeration = INT_MAX /*Placeholder, forces enum of size OMX_INT*/
158 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 73 OMX_Sts_MaximumEnumeration = INT_MAX /*Placeholder, forces enum of size OMX_INT*/
158 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
limits.h 81 # define INT_MIN (-INT_MAX - 1)
82 # define INT_MAX 2147483647
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
limits.h 81 # define INT_MIN (-INT_MAX - 1)
82 # define INT_MAX 2147483647
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 96 self.assertRaises(ValueError, fcntl.fcntl, _testcapi.INT_MAX + 1,
98 self.assertRaises(ValueError, fcntl.fcntl, F(_testcapi.INT_MAX + 1),

Completed in 760 milliseconds

<<11121314151617181920>>