HomeSort by relevance Sort by last modified time
    Searched refs:INT_MAX (Results 126 - 150 of 1033) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/python/cpython2/Modules/_ctypes/libffi_osx/include/
ffi.h 113 #if INT_MAX == 32767
116 #elif INT_MAX == 2147483647
119 #elif INT_MAX == 9223372036854775807
  /external/python/cpython3/Modules/_ctypes/libffi_msvc/
ffi.h 105 #if INT_MAX == 32767
108 #elif INT_MAX == 2147483647
111 #elif INT_MAX == 9223372036854775807
  /external/python/cpython3/Modules/_ctypes/libffi_osx/include/
ffi.h 113 #if INT_MAX == 32767
116 #elif INT_MAX == 2147483647
119 #elif INT_MAX == 9223372036854775807
  /external/skqp/src/sksl/ir/
SkSLType.cpp 21 return INT_MAX;
27 return INT_MAX;
46 return INT_MAX;
  /external/libavc/encoder/x86/
ih264e_intra_modes_eval_ssse3.c 160 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_MAX, INT_MAX }
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzguts.h 204 #ifdef INT_MAX
205 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
gzguts.h 210 #ifdef INT_MAX
211 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
  /external/boringssl/src/crypto/fipsmodule/aes/
key_wrap.c 71 if (in_len > INT_MAX - 8 || in_len < 16 || in_len % 8 != 0) {
109 if (in_len > INT_MAX || in_len < 24 || in_len % 8 != 0) {
  /external/grpc-grpc/include/grpcpp/impl/codegen/
proto_buffer_reader.h 78 GPR_CODEGEN_ASSERT(backup_count_ <= INT_MAX);
91 GPR_CODEGEN_ASSERT(GRPC_SLICE_LENGTH(slice_) <= INT_MAX);
proto_utils.h 86 decoder.SetTotalBytesLimit(INT_MAX, INT_MAX);
  /external/grpc-grpc/src/core/ext/filters/http/
client_authority_filter.cc 149 grpc_channel_init_register_stage(GRPC_CLIENT_SUBCHANNEL, INT_MAX,
152 grpc_channel_init_register_stage(GRPC_CLIENT_DIRECT_CHANNEL, INT_MAX,
  /external/libaom/libaom/examples/
resize_util.c 93 frames = INT_MAX;
97 if (frames == INT_MAX)
  /external/libchrome/base/metrics/
histogram_functions.h 56 DCHECK_LE(static_cast<uintmax_t>(enum_size), static_cast<uintmax_t>(INT_MAX));
69 static_cast<uintmax_t>(INT_MAX) - 1);
  /external/libcxx/test/std/containers/sequences/deque/deque.cons/
deduct.pass.cpp 25 #include <climits> // INT_MAX
46 const long arr[] = {INT_MAX, 1L, 2L, 3L };
50 assert(deq[0] == INT_MAX);
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.cons/
deduct.pass.cpp 25 #include <climits> // INT_MAX
46 const long arr[] = {INT_MAX, 1L, 2L, 3L };
51 assert(*it++ == INT_MAX);
  /external/libcxx/test/std/containers/sequences/list/list.cons/
deduct.pass.cpp 25 #include <climits> // INT_MAX
46 const long arr[] = {INT_MAX, 1L, 2L, 3L };
51 assert(*it++ == INT_MAX);
  /external/libvpx/libvpx/examples/
resize_util.c 92 frames = INT_MAX;
96 if (frames == INT_MAX)
  /external/llvm/lib/IR/
OptBisect.cpp 28 cl::init(INT_MAX), cl::Optional,
32 BisectEnabled = OptBisectLimit != INT_MAX;
  /external/ltp/testcases/kernel/mem/mtest06/
mmap3.c 152 if (tst_parse_int(str_loops, &loops, 1, INT_MAX))
155 if (tst_parse_int(str_threads, &threads, 1, INT_MAX))
  /external/mesa3d/src/mesa/main/
histogram.c 51 _mesa_GetnMinmaxARB(target, reset, format, type, INT_MAX, values);
69 _mesa_GetnHistogramARB(target, reset, format, type, INT_MAX, values);
  /external/python/cpython2/Modules/_multiprocessing/
multiprocessing.h 61 # define SEM_VALUE_MAX INT_MAX
72 # define PY_SSIZE_T_MAX INT_MAX
  /external/python/cpython2/Modules/zlib/
gzguts.h 213 #ifdef INT_MAX
214 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)
  /external/swiftshader/src/OpenGL/compiler/preprocessor/
Input.cpp 76 if (*lineNo == INT_MAX)
91 if (*lineNo == INT_MAX)
  /external/webrtc/webrtc/base/
bandwidthsmoother_unittest.cc 92 const int kHugeBandwidth = 2000000000; // > INT_MAX/1.1
99 EXPECT_FALSE(mon.Sample(10, INT_MAX));
100 EXPECT_FALSE(mon.Sample(11, INT_MAX));
  /external/zlib/src/
gzguts.h 213 #ifdef INT_MAX
214 # define GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > INT_MAX)

Completed in 1181 milliseconds

1 2 3 4 56 7 8 91011>>