Searched refs:INT_MAX (Results 26 - 50 of 339) sorted by relevance

1234567891011>>

/external/bison/lib/
H A Dfprintf.c69 if (len > INT_MAX)
H A Dsnprintf.c64 if (INT_MAX < len)
H A Dvfprintf.c66 if (len > INT_MAX)
H A Dvsnprintf.c63 if (len > INT_MAX)
/external/kernel-headers/original/uapi/linux/
H A Dnetfilter_decnet.h15 #include <limits.h> /* for INT_MIN, INT_MAX */
53 NF_DN_PRI_LAST = INT_MAX,
/external/libcxx/test/std/strings/basic.string/string.capacity/
H A Dcapacity.pass.cpp35 S::allocator_type::throw_after = INT_MAX;
/external/libopus/celt/
H A Decintrin.h68 # if INT_MAX>=2147483647
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.h43 #define PY_SSIZE_T_MAX INT_MAX
/external/v8/src/base/utils/
H A Drandom-number-generator-unittest.cc50 1234567890, 987654321, INT_MAX));
/external/libavc/encoder/
H A Dih264e_intra_modes_eval.c332 WORD32 i4_mb_distortion = INT_MAX, i4_mb_distortion_least = INT_MAX;
338 WORD32 i4_mb_cost= INT_MAX, i4_mb_cost_least = INT_MAX;
527 WORD32 i4_partition_distortion, i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0;
606 i4_partition_cost_least = INT_MAX;
756 WORD32 i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0;
879 i4_partition_cost_least = INT_MAX;
1002 WORD32 i4_partition_distortion_least = INT_MAX, i4_total_distortion = 0;
1161 i4_partition_cost_least = INT_MAX;
[all...]
/external/bison/src/
H A Dgram.h116 #define ITEM_NUMBER_MAX INT_MAX
148 #define RULE_NUMBER_MAX INT_MAX
/external/toybox/toys/other/
H A Dvconfig.c73 request.u.skb_priority = atolx_range(toys.optargs[2], 0, INT_MAX);
78 request.u.skb_priority = atolx_range(toys.optargs[2], 0, INT_MAX);
/external/toybox/toys/pending/
H A Dgroupadd.c43 if (TT.gid > INT_MAX) error_exit("gid should be less than '%d' ", INT_MAX);
/external/google-breakpad/src/processor/
H A Dstatic_address_map_unittest.cc119 target = INT_MAX;
161 target = INT_MAX;
180 target = INT_MAX;
199 target = INT_MAX;
218 target = INT_MAX;
/external/mesa3d/src/mesa/main/
H A Dconvolve.c131 _mesa_GetnConvolutionFilterARB(target, format, type, INT_MAX, image);
169 _mesa_GetnSeparableFilterARB(target, format, type, INT_MAX, row,
170 INT_MAX, column, span);
H A Dhistogram.c60 _mesa_GetnMinmaxARB(target, reset, format, type, INT_MAX, values);
78 _mesa_GetnHistogramARB(target, reset, format, type, INT_MAX, values);
/external/libavc/encoder/x86/
H A Dih264e_intra_modes_eval_ssse3.c160 sad_vert = INT_MAX;
161 sad_horz = INT_MAX;
162 sad_dc = INT_MAX;
486 WORD32 sad[MAX_I4x4] = { INT_MAX, INT_MAX, INT_MAX, INT_MAX, INT_MAX,
487 INT_MAX, INT_MAX, INT_MA
[all...]
/external/boringssl/src/crypto/rand/
H A Drand.c157 } else if (num <= INT_MAX) {
160 return INT_MAX;
/external/libvpx/libvpx/examples/
H A Dresize_util.c84 frames = INT_MAX;
90 if (frames == INT_MAX)
/external/marisa-trie/lib/marisa/
H A Dreader.cc68 const unsigned int count = (size < INT_MAX) ? size : INT_MAX;
H A Dwriter.cc80 const unsigned int count = (size < INT_MAX) ? size : INT_MAX;
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Dreader.cc68 const unsigned int count = (size < INT_MAX) ? size : INT_MAX;
H A Dwriter.cc80 const unsigned int count = (size < INT_MAX) ? size : INT_MAX;
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzguts.h220 #ifdef INT_MAX
221 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
/external/zlib/src/
H A Dgzguts.h204 #ifdef INT_MAX
205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)

Completed in 7418 milliseconds

1234567891011>>