Searched refs:_N (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/
H A Ddebug.h80 # define __glibcxx_requires_subscript(_N)
125 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N)
H A Dmacros.h201 // Verify that the subscript _N is less than the container's size.
202 #define __glibcxx_check_subscript(_N) \
203 _GLIBCXX_DEBUG_VERIFY(_N < this->size(), \
206 ._M_integer(_N, #_N) \
209 // Verify that the bucket _N is less than the container's buckets count.
210 #define __glibcxx_check_bucket_index(_N) \
211 _GLIBCXX_DEBUG_VERIFY(_N < this->bucket_count(), \
214 ._M_integer(_N, #_N) \
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/debug/
H A Ddebug.h80 # define __glibcxx_requires_subscript(_N)
125 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N)
H A Dmacros.h201 // Verify that the subscript _N is less than the container's size.
202 #define __glibcxx_check_subscript(_N) \
203 _GLIBCXX_DEBUG_VERIFY(_N < this->size(), \
206 ._M_integer(_N, #_N) \
209 // Verify that the bucket _N is less than the container's buckets count.
210 #define __glibcxx_check_bucket_index(_N) \
211 _GLIBCXX_DEBUG_VERIFY(_N < this->bucket_count(), \
214 ._M_integer(_N, #_N) \
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
H A Ddebug.h80 # define __glibcxx_requires_subscript(_N)
125 # define __glibcxx_requires_subscript(_N) __glibcxx_check_subscript(_N)
H A Dmacros.h201 // Verify that the subscript _N is less than the container's size.
202 #define __glibcxx_check_subscript(_N) \
203 _GLIBCXX_DEBUG_VERIFY(_N < this->size(), \
206 ._M_integer(_N, #_N) \
209 // Verify that the bucket _N is less than the container's buckets count.
210 #define __glibcxx_check_bucket_index(_N) \
211 _GLIBCXX_DEBUG_VERIFY(_N < this->bucket_count(), \
214 ._M_integer(_N, #_N) \
[all...]
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/support/
H A Dnasty_macros.hpp26 #define _N NASTY_MACRO macro
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
H A Dnasty_macros.hpp26 #define _N NASTY_MACRO macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dwchar.h965 __CRT_INLINE _CONST_RETURN wchar_t *__cdecl wmemchr(const wchar_t *_S,wchar_t _C,size_t _N) { argument
967 for ( ; 0 < _N; ++_S, --_N)
973 __CRT_INLINE int __cdecl wmemcmp(const wchar_t *_S1,const wchar_t *_S2,size_t _N) { argument
974 if (_N == 0 || _S1 == _S2)
978 for ( ; 0 < _N; ++_S1, ++_S2, --_N)
983 __CRT_INLINE wchar_t *__cdecl wmemcpy(wchar_t * __restrict__ _S1,const wchar_t * __restrict__ _S2,size_t _N) argument
985 return (wchar_t *) memcpy (_S1,_S2,_N*sizeof(wchar_t));
987 __CRT_INLINE wchar_t *__cdecl wmemmove(wchar_t *_S1,const wchar_t *_S2,size_t _N) { retur argument
988 wmemset(wchar_t *_S,wchar_t _C,size_t _N) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dwchar.h965 __CRT_INLINE _CONST_RETURN wchar_t *__cdecl wmemchr(const wchar_t *_S,wchar_t _C,size_t _N) { argument
967 for ( ; 0 < _N; ++_S, --_N)
973 __CRT_INLINE int __cdecl wmemcmp(const wchar_t *_S1,const wchar_t *_S2,size_t _N) { argument
974 if (_N == 0 || _S1 == _S2)
978 for ( ; 0 < _N; ++_S1, ++_S2, --_N)
983 __CRT_INLINE wchar_t *__cdecl wmemcpy(wchar_t * __restrict__ _S1,const wchar_t * __restrict__ _S2,size_t _N) argument
985 return (wchar_t *) memcpy (_S1,_S2,_N*sizeof(wchar_t));
987 __CRT_INLINE wchar_t *__cdecl wmemmove(wchar_t *_S1,const wchar_t *_S2,size_t _N) { retur argument
988 wmemset(wchar_t *_S,wchar_t _C,size_t _N) argument
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sec_api/
H A Dwchar_s.h156 _CRTIMP errno_t __cdecl mbsrtowcs_s(size_t *_Retval,wchar_t *_Dst,size_t _SizeInWords,const char **_PSrc,size_t _N,mbstate_t *_State);
157 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,mbsrtowcs_s,size_t*,_Retval,wchar_t,_Dst,const char**,_PSrc,size_t,_N,mbstate_t,_State)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sec_api/
H A Dwchar_s.h156 _CRTIMP errno_t __cdecl mbsrtowcs_s(size_t *_Retval,wchar_t *_Dst,size_t _SizeInWords,const char **_PSrc,size_t _N,mbstate_t *_State);
157 __DEFINE_CPP_OVERLOAD_SECURE_FUNC_1_3(errno_t,mbsrtowcs_s,size_t*,_Retval,wchar_t,_Dst,const char**,_PSrc,size_t,_N,mbstate_t,_State)

Completed in 120 milliseconds