OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__glibcxx_max
(Results
1 - 25
of
26
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h
48
#define
__glibcxx_max
(_Tp) \
macro
57
static const _Value __max =
__glibcxx_max
(_Value);
80
#undef
__glibcxx_max
macro
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h
48
#define
__glibcxx_max
(_Tp) \
macro
57
static const _Value __max =
__glibcxx_max
(_Value);
80
#undef
__glibcxx_max
macro
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
numeric_traits.h
48
#define
__glibcxx_max
(_Tp) \
macro
57
static const _Value __max =
__glibcxx_max
(_Value);
80
#undef
__glibcxx_max
macro
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
numeric_traits.h
48
#define
__glibcxx_max
(_Tp) \
macro
57
static const _Value __max =
__glibcxx_max
(_Value);
80
#undef
__glibcxx_max
macro
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
numeric_traits.h
50
#define
__glibcxx_max
(_Tp) \
macro
59
static const _Value __max =
__glibcxx_max
(_Value);
82
#undef
__glibcxx_max
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits
132
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
134
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
limits
132
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
134
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
limits
131
(__glibcxx_signed (T) ? -
__glibcxx_max
(T) - 1 : (T)0)
133
#define
__glibcxx_max
(T) \
448
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(char); }
658
max() _GLIBCXX_USE_NOEXCEPT { return
__glibcxx_max
(wchar_t); }
727
max() noexcept { return
__glibcxx_max
(char16_t); }
788
max() noexcept { return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
limits
134
#define
__glibcxx_max
(T) \
369
{ return
__glibcxx_max
(char); }
522
{ return
__glibcxx_max
(wchar_t); }
574
{ return
__glibcxx_max
(char16_t); }
625
{ return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
limits
134
#define
__glibcxx_max
(T) \
369
{ return
__glibcxx_max
(char); }
522
{ return
__glibcxx_max
(wchar_t); }
574
{ return
__glibcxx_max
(char16_t); }
625
{ return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
limits
134
#define
__glibcxx_max
(T) \
369
{ return
__glibcxx_max
(char); }
522
{ return
__glibcxx_max
(wchar_t); }
574
{ return
__glibcxx_max
(char16_t); }
625
{ return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
limits
134
#define
__glibcxx_max
(T) \
369
{ return
__glibcxx_max
(char); }
522
{ return
__glibcxx_max
(wchar_t); }
574
{ return
__glibcxx_max
(char16_t); }
625
{ return
__glibcxx_max
(char32_t); }
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
limits
134
#define
__glibcxx_max
(T) \
448
max() throw() { return
__glibcxx_max
(char); }
652
max() throw() { return
__glibcxx_max
(wchar_t); }
721
max() throw() { return
__glibcxx_max
(char16_t); }
791
max() throw() { return
__glibcxx_max
(char32_t); }
[
all
...]
Completed in 1504 milliseconds
1
2