OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WCHAR_MIN
(Results
26 - 50
of
141
) sorted by null
1
2
3
4
5
6
/external/chromium_org/third_party/re2/mswin/
stdint.h
210
//
WCHAR_MIN
and WCHAR_MAX are also defined in <wchar.h>
211
#ifndef
WCHAR_MIN
// [
212
# define
WCHAR_MIN
0
213
#endif //
WCHAR_MIN
]
/external/clang/test/Preprocessor/
stdint.c
[
all
...]
/external/mesa3d/include/c99/
stdint.h
210
//
WCHAR_MIN
and WCHAR_MAX are also defined in <wchar.h>
211
#ifndef
WCHAR_MIN
// [
212
# define
WCHAR_MIN
0
213
#endif //
WCHAR_MIN
]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdint.h
272
# ifndef
WCHAR_MIN
274
# define
WCHAR_MIN
__WCHAR_MIN
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
272
# ifndef
WCHAR_MIN
274
# define
WCHAR_MIN
__WCHAR_MIN
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdint.h
272
# ifndef
WCHAR_MIN
274
# define
WCHAR_MIN
__WCHAR_MIN
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
wchar.h
78
*
WCHAR_MIN
/ WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
89
# define
WCHAR_MIN
0
93
# define
WCHAR_MIN
(-1-2147483647)
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
wchar.h
78
*
WCHAR_MIN
/ WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
89
# define
WCHAR_MIN
0
93
# define
WCHAR_MIN
(-1-2147483647)
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
wchar.h
78
*
WCHAR_MIN
/ WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
89
# define
WCHAR_MIN
0
93
# define
WCHAR_MIN
(-1-2147483647)
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
wchar.h
78
*
WCHAR_MIN
/ WCHAR_MAX will already be defined to INT32_MIN / INT32_MAX
89
# define
WCHAR_MIN
0
93
# define
WCHAR_MIN
(-1-2147483647)
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdint.h
238
# ifndef
WCHAR_MIN
239
# define
WCHAR_MIN
INT32_MIN
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
integer_traits.hpp
102
// Don't trust
WCHAR_MIN
and WCHAR_MAX with Mac OS X's native
104
#if defined(
WCHAR_MIN
) && defined(WCHAR_MAX) && !defined(__APPLE__)
105
public detail::integer_traits_base<wchar_t,
WCHAR_MIN
, WCHAR_MAX>
107
// No
WCHAR_MIN
and WCHAR_MAX, whar_t is short and unsigned:
116
// No
WCHAR_MIN
and WCHAR_MAX, wchar_t has the same range as int.
123
// No
WCHAR_MIN
and WCHAR_MAX, wchar_t has the same range as unsigned int.
128
#error No
WCHAR_MIN
and WCHAR_MAX present, please adjust integer_traits<> for your compiler.
/external/bison/darwin-lib/
stdint.h
543
/* Get
WCHAR_MIN
, WCHAR_MAX.
548
#if 1 && ! (defined
WCHAR_MIN
&& defined WCHAR_MAX)
558
#undef
WCHAR_MIN
560
#define
WCHAR_MIN
\
Completed in 527 milliseconds
1
2
3
4
5
6