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

1 2 3 45 6 7 8 91011>>

  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 58 #ifndef INT_MAX
59 #error INT_MAX not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 58 #ifndef INT_MAX
59 #error INT_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp 58 #ifndef INT_MAX
59 #error INT_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp 58 #ifndef INT_MAX
59 #error INT_MAX not defined
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
netfilter_ipv4.h 64 NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
65 NF_IP_PRI_LAST = INT_MAX,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
netfilter_ipv6.h 15 #include <limits.h> /* for INT_MIN, INT_MAX */
72 NF_IP6_PRI_LAST = INT_MAX,
  /art/runtime/
reflection_test.cc 181 args[0].i = INT_MAX;
183 EXPECT_EQ(INT_MAX, result.GetI());
233 args[0].i = INT_MAX;
238 args[0].i = INT_MAX;
239 args[1].i = INT_MAX;
270 args[0].i = INT_MAX;
272 args[2].i = INT_MAX;
276 args[0].i = INT_MAX;
277 args[1].i = INT_MAX;
278 args[2].i = INT_MAX;
    [all...]
  /external/bison/lib/
mbswidth.c 38 /* Get INT_MAX. */
140 if (w > INT_MAX - width)
150 if (width == INT_MAX)
173 if (width == INT_MAX)
181 if (width == INT_MAX)
192 return INT_MAX;
  /external/clang/test/Analysis/
additive-folding.cpp 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1))
7 #define INT_MIN (-INT_MAX - 1)
145 int max = INT_MAX;
153 int max = INT_MAX;
162 int max = INT_MAX;
171 int max = INT_MAX;
additive-folding-range-constraints.c 6 #define INT_MAX (UINT_MAX & (UINT_MAX >> 1))
7 #define INT_MIN (-INT_MAX - 1)
165 int max = INT_MAX;
190 int max = INT_MAX;
197 int max = INT_MAX;
260 unsigned max = INT_MAX;
267 unsigned max = INT_MAX;
288 unsigned max = INT_MAX;
294 clang_analyzer_eval(a == INT_MAX); // expected-warning{{UNKNOWN}}
  /external/google-breakpad/src/processor/
static_address_map_unittest.cc 119 target = INT_MAX;
161 target = INT_MAX;
180 target = INT_MAX;
199 target = INT_MAX;
218 target = INT_MAX;
  /external/openssh/openbsd-compat/
fake-rfc2553.h 124 # define EAI_NODATA (INT_MAX - 1)
127 # define EAI_MEMORY (INT_MAX - 2)
130 # define EAI_NONAME (INT_MAX - 3)
133 # define EAI_SYSTEM (INT_MAX - 4)
136 # define EAI_FAMILY (INT_MAX - 5)
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
ldtoa.c 46 * use INT_MAX in ldtoa() instead.
106 *decpt = INT_MAX;
120 *decpt = INT_MAX;
  /external/mesa3d/src/mesa/main/
convolve.c 131 _mesa_GetnConvolutionFilterARB(target, format, type, INT_MAX, image);
169 _mesa_GetnSeparableFilterARB(target, format, type, INT_MAX, row,
170 INT_MAX, column, span);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 4 INT_MAX, INT_MIN, UINT_MAX, \
40 ts.T_INT = INT_MAX
41 self.assertEqual(ts.T_INT, INT_MAX)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 4 INT_MAX, INT_MIN, UINT_MAX, \
40 ts.T_INT = INT_MAX
41 self.assertEqual(ts.T_INT, 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...]
  /bionic/libc/kernel/uapi/linux/
netfilter_ipv4.h 62 NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
64 NF_IP_PRI_LAST = INT_MAX,
  /bionic/libc/stdio/
snprintf.c 51 if (n > INT_MAX)
52 n = INT_MAX;
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vsnprintf.c 50 if (n > INT_MAX)
51 n = INT_MAX;
  /development/ndk/platforms/android-21/include/linux/
netfilter_ipv4.h 62 NF_IP_PRI_CONNTRACK_CONFIRM = INT_MAX,
64 NF_IP_PRI_LAST = INT_MAX,
  /external/kernel-headers/original/uapi/linux/
msg.h 64 #define MSGMAX 8192 /* <= INT_MAX */ /* max size of message (bytes) */
65 #define MSGMNB 16384 /* <= INT_MAX */ /* default max size of a message queue */
  /external/marisa-trie/lib/marisa/
reader.cc 68 const unsigned int count = (size < INT_MAX) ? size : INT_MAX;
writer.cc 80 const unsigned int count = (size < INT_MAX) ? size : INT_MAX;
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
reader.cc 68 const unsigned int count = (size < INT_MAX) ? size : INT_MAX;

Completed in 2437 milliseconds

1 2 3 45 6 7 8 91011>>