HomeSort by relevance Sort by last modified time
    Searched refs:INT_MIN (Results 1 - 25 of 380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/test/ubsan/TestCases/Misc/
deduplication.cpp 7 int i = INT_MIN;
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
video_limits.h 27 #define SINT_MIN INT_MIN
  /external/syslinux/gpxe/src/arch/i386/include/
limits.h 29 #define INT_MIN (-INT_MAX - 1)
38 #define INT_MIN (-INT_MAX - 1)
  /external/syslinux/gpxe/src/arch/x86_64/include/
limits.h 27 #define INT_MIN (-INT_MAX - 1)
36 #define INT_MIN (-INT_MAX - 1)
  /external/clang/test/Analysis/
switch-case.c 6 #define INT_MIN 0x80000000
52 case INT_MIN ... 10:
63 case INT_MIN ... 9:
79 case INT_MIN ... 9:
95 case INT_MIN ... 4:
125 case INT_MIN ... 9:
additive-folding.cpp 7 #define INT_MIN (-INT_MAX - 1)
146 int min = INT_MIN;
154 int min = INT_MIN;
163 int min = INT_MIN;
180 int sMin = INT_MIN;
181 unsigned uMin = INT_MIN;
  /external/iptables/include/linux/
netfilter_bridge.h 24 NF_BR_PRI_FIRST = INT_MIN,
netfilter_ipv4.h 53 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 58 NF_IP6_PRI_FIRST = INT_MIN,
  /bionic/tests/
limits_test.cpp 46 #if !defined(INT_MIN)
47 #error INT_MIN
  /external/libcxx/test/std/depr/depr.c.headers/
limits_h.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /external/libcxx/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/depr/depr.c.headers/
limits_h.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/language.support/support.limits/c.limits/
climits.pass.cpp 54 #ifndef INT_MIN
55 #error INT_MIN not defined
  /external/clang/test/Headers/
limits.cpp 10 _Static_assert(INT_MAX == -(INT_MIN+1), "");
20 _Static_assert(INT_MIN == -INT_MAX-1, "");
  /external/syslinux/com32/include/
limits.h 29 #define INT_MIN (-2147483647-1)
  /prebuilts/misc/windows/sdl2/test/
testautomation_mouse.c 47 x = INT_MIN;
50 SDLTest_AssertCheck(x > INT_MIN, "Validate that value of x is > INT_MIN, got: %i", x);
54 y = INT_MIN;
57 SDLTest_AssertCheck(y > INT_MIN, "Validate that value of y is > INT_MIN, got: %i", y);
61 x = INT_MIN;
62 y = INT_MIN;
65 SDLTest_AssertCheck(x > INT_MIN, "Validate that value of x is > INT_MIN, got: %i", x)
    [all...]
  /external/valgrind/none/tests/s390x/
lpr.c 81 t32(INT_MAX); t32(INT_MIN); t32(UINT_MAX);
85 t64(INT_MAX); t64(INT_MIN); t64(UINT_MAX);
90 t3264(INT_MAX); t3264(INT_MIN); t3264(UINT_MAX);
  /bionic/libc/kernel/uapi/linux/
netfilter_ipv4.h 42 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 42 NF_IP6_PRI_FIRST = INT_MIN,
  /external/iproute2/include/uapi/linux/
netfilter_ipv4.h 13 #include <limits.h> /* for INT_MIN, INT_MAX */
57 NF_IP_PRI_FIRST = INT_MIN,
netfilter_ipv6.h 16 #include <limits.h> /* for INT_MIN, INT_MAX */
62 NF_IP6_PRI_FIRST = INT_MIN,
  /external/kernel-headers/original/uapi/linux/
netfilter_ipv6.h 17 #include <limits.h> /* for INT_MIN, INT_MAX */
64 NF_IP6_PRI_FIRST = INT_MIN,
  /external/syslinux/core/thread/
kill_thread.c 22 thread->prio = INT_MIN;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
cor_h_x.c 61 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);
74 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);
87 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);
100 L_tmp = (L_tmp > 0)? L_tmp: (L_tmp == INT_MIN ? INT_MAX : -L_tmp);

Completed in 277 milliseconds

1 2 3 4 5 6 7 8 91011>>