HomeSort by relevance Sort by last modified time
    Searched refs:SHRT_MAX (Results 26 - 50 of 145) sorted by null

12 3 4 5 6

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp 46 #ifndef SHRT_MAX
47 #error SHRT_MAX not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp 46 #ifndef SHRT_MAX
47 #error SHRT_MAX not defined
  /system/extras/tests/bionic/libstdc++/
test_climits.cpp 56 volatile short s1 = SHRT_MAX;
  /external/clang/lib/Headers/
limits.h 47 #undef SHRT_MAX
62 #define SHRT_MAX __SHRT_MAX__
  /external/iproute2/netem/
paretonormal.c 72 if (value > SHRT_MAX) value = SHRT_MAX;
  /external/stlport/test/unit/
macro_checks.cpp 61 #if !defined (SHRT_MAX)
62 # error Missing SHRT_MAX definition.
69 #if !(SHRT_MIN < SHRT_MAX)
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
  /ndk/tests/device/test-gnustl-full/unit/
macro_checks.cpp 61 #if !defined (SHRT_MAX)
62 # error Missing SHRT_MAX definition.
69 #if !(SHRT_MIN < SHRT_MAX)
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
  /ndk/tests/device/test-stlport/unit/
macro_checks.cpp 61 #if !defined (SHRT_MAX)
62 # error Missing SHRT_MAX definition.
69 #if !(SHRT_MIN < SHRT_MAX)
70 # error Weird SHRT_MIN or SHRT_MAX macro values.
  /prebuilts/sdk/renderscript/clang-include/
limits.h 47 #undef SHRT_MAX
62 #define SHRT_MAX __SHRT_MAX__
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h 58 # if SHRT_MAX == INT_MAX_32_BITS
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 58 # if SHRT_MAX == INT_MAX_32_BITS
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
md5.h 58 # if SHRT_MAX == INT_MAX_32_BITS
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
md5.h 58 # if SHRT_MAX == INT_MAX_32_BITS
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
values.h 44 #define MAXSHORT SHRT_MAX
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 44 #define MAXSHORT SHRT_MAX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
values.h 44 #define MAXSHORT SHRT_MAX
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 3 SHRT_MAX, SHRT_MIN, USHRT_MAX, \
32 ts.T_SHORT = SHRT_MAX
33 self.assertEqual(ts.T_SHORT, SHRT_MAX)
93 ts.T_SHORT = SHRT_MAX+1
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structmembers.py 3 SHRT_MAX, SHRT_MIN, USHRT_MAX, \
32 ts.T_SHORT = SHRT_MAX
33 self.assertEqual(ts.T_SHORT, SHRT_MAX)
93 ts.T_SHORT = SHRT_MAX+1
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
typedefs.h 105 #elif SHRT_MAX == 32767
108 #define maxWord16 SHRT_MAX
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 90 #elif SHRT_MAX == 0x7f
108 #if SHRT_MAX == 0x7fff
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 90 #elif SHRT_MAX == 0x7f
108 #if SHRT_MAX == 0x7fff
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 90 #elif SHRT_MAX == 0x7f
108 #if SHRT_MAX == 0x7fff
  /bionic/libc/upstream-freebsd/lib/libc/stdio/
fdopen.c 58 * SHRT_MAX, then the fd will get sign-extended into an
62 if (fd > SHRT_MAX) {
fopen.c 69 * SHRT_MAX, then the fd will get sign-extended into an
73 if (f > SHRT_MAX) {
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/limits/numeric.limits.members/
max.pass.cpp 45 test<short>(SHRT_MAX);

Completed in 1531 milliseconds

12 3 4 5 6