OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHRT_MIN
(Results
1 - 25
of
115
) sorted by null
1
2
3
4
5
/external/iproute2/netem/
normal.c
40
if (value <
SHRT_MIN
) value =
SHRT_MIN
;
paretonormal.c
71
if (value <
SHRT_MIN
) value =
SHRT_MIN
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
limits_h.pass.cpp
42
#ifndef
SHRT_MIN
43
#error
SHRT_MIN
not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
climits.pass.cpp
42
#ifndef
SHRT_MIN
43
#error
SHRT_MIN
not defined
/system/extras/tests/bionic/libstdc++/
test_climits.cpp
57
volatile short s2 =
SHRT_MIN
;
/external/clang/lib/Headers/
limits.h
46
#undef
SHRT_MIN
67
#define
SHRT_MIN
(-__SHRT_MAX__ -1)
/external/stlport/test/unit/
macro_checks.cpp
65
#if !defined (
SHRT_MIN
)
66
# error Missing
SHRT_MIN
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
65
#if !defined (
SHRT_MIN
)
66
# error Missing
SHRT_MIN
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
65
#if !defined (
SHRT_MIN
)
66
# error Missing
SHRT_MIN
definition.
69
#if !(
SHRT_MIN
< SHRT_MAX)
70
# error Weird
SHRT_MIN
or SHRT_MAX macro values.
/prebuilts/sdk/renderscript/clang-include/
limits.h
46
#undef
SHRT_MIN
67
#define
SHRT_MIN
(-__SHRT_MAX__ -1)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
values.h
40
#define MINSHORT
SHRT_MIN
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
values.h
40
#define MINSHORT
SHRT_MIN
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
values.h
40
#define MINSHORT
SHRT_MIN
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_structmembers.py
3
SHRT_MAX,
SHRT_MIN
, USHRT_MAX, \
34
ts.T_SHORT =
SHRT_MIN
35
self.assertEqual(ts.T_SHORT,
SHRT_MIN
)
97
ts.T_SHORT =
SHRT_MIN
-1
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_structmembers.py
3
SHRT_MAX,
SHRT_MIN
, USHRT_MAX, \
34
ts.T_SHORT =
SHRT_MIN
35
self.assertEqual(ts.T_SHORT,
SHRT_MIN
)
97
ts.T_SHORT =
SHRT_MIN
-1
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/install-tools/include/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/install-tools/include/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
limits.h
58
#undef
SHRT_MIN
59
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
limits.h
58
#undef
SHRT_MIN
59
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include-fixed/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include-fixed/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
/prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include-fixed/
limits.h
104
#undef
SHRT_MIN
105
#define
SHRT_MIN
(-SHRT_MAX - 1)
Completed in 923 milliseconds
1
2
3
4
5