/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_istream.c | 558 // or when we have extracted _Num characters, or when the function object 562 // it may store up to _Num + 1 characters. 564 // __is_getline governs two corner cases: reading _Num characters without 566 // is true); and reading _Num characters where the _Num+1'st character is 580 streamsize _Num, _CharT* __s, 592 if (__n == _Num) { 593 if (__is_getline) // didn't find delimiter as one of the _Num chars 600 if (__n < _Num || __is_getline) 636 streamsize _Num, _CharT* __s [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_istream.c | 558 // or when we have extracted _Num characters, or when the function object 562 // it may store up to _Num + 1 characters. 564 // __is_getline governs two corner cases: reading _Num characters without 566 // is true); and reading _Num characters where the _Num+1'st character is 580 streamsize _Num, _CharT* __s, 592 if (__n == _Num) { 593 if (__is_getline) // didn't find delimiter as one of the _Num chars 600 if (__n < _Num || __is_getline) 636 streamsize _Num, _CharT* __s [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ratio | 265 template<intmax_t _Num, intmax_t _Den = 1> 269 static_assert(_Num >= -__INTMAX_MAX__ && _Den >= -__INTMAX_MAX__, 274 _Num * __static_sign<_Den>::value / __static_gcd<_Num, _Den>::value; 277 __static_abs<_Den>::value / __static_gcd<_Num, _Den>::value; 282 template<intmax_t _Num, intmax_t _Den> 283 constexpr intmax_t ratio<_Num, _Den>::num; 285 template<intmax_t _Num, intmax_t _Den> 286 constexpr intmax_t ratio<_Num, _Den>::den;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
ratio | 265 template<intmax_t _Num, intmax_t _Den = 1> 269 static_assert(_Num >= -__INTMAX_MAX__ && _Den >= -__INTMAX_MAX__, 274 _Num * __static_sign<_Den>::value / __static_gcd<_Num, _Den>::value; 277 __static_abs<_Den>::value / __static_gcd<_Num, _Den>::value; 282 template<intmax_t _Num, intmax_t _Den> 283 constexpr intmax_t ratio<_Num, _Den>::num; 285 template<intmax_t _Num, intmax_t _Den> 286 constexpr intmax_t ratio<_Num, _Den>::den;
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
ratio | 262 template<intmax_t _Num, intmax_t _Den = 1> 266 static_assert(_Num >= -__INTMAX_MAX__ && _Den >= -__INTMAX_MAX__, 271 _Num * __static_sign<_Den>::value / __static_gcd<_Num, _Den>::value; 274 __static_abs<_Den>::value / __static_gcd<_Num, _Den>::value; 279 template<intmax_t _Num, intmax_t _Den> 280 constexpr intmax_t ratio<_Num, _Den>::num; 282 template<intmax_t _Num, intmax_t _Den> 283 constexpr intmax_t ratio<_Num, _Den>::den;
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional | 857 template<int _Num> struct _Placeholder { }; 911 template<int _Num> 912 struct is_placeholder<_Placeholder<_Num> > 913 { static const int value = _Num; }; 915 template<int _Num> 916 const int is_placeholder<_Placeholder<_Num> >::value; 919 template<int _Num> 920 struct is_placeholder<std::_Placeholder<_Num>> 921 : std::integral_constant<int, _Num> 924 template<int _Num> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
functional | 857 template<int _Num> struct _Placeholder { }; 911 template<int _Num> 912 struct is_placeholder<_Placeholder<_Num> > 913 { static const int value = _Num; }; 915 template<int _Num> 916 const int is_placeholder<_Placeholder<_Num> >::value; 919 template<int _Num> 920 struct is_placeholder<std::_Placeholder<_Num>> 921 : std::integral_constant<int, _Num> 924 template<int _Num> [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/ |
functional | 856 template<int _Num> struct _Placeholder { }; 910 template<int _Num> 911 struct is_placeholder<_Placeholder<_Num> > 912 { static const int value = _Num; }; 914 template<int _Num> 915 const int is_placeholder<_Placeholder<_Num> >::value; 918 template<int _Num> 919 struct is_placeholder<std::_Placeholder<_Num>> 920 : std::integral_constant<int, _Num> 923 template<int _Num> [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/ |
asn1_mac.h | 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 465 if ((a != NULL) && (sk_##type##_num(a) != 0))\ 512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
asn1_mac.h | 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 465 if ((a != NULL) && (sk_##type##_num(a) != 0))\ 512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
|
/external/openssl/crypto/asn1/ |
asn1_mac.h | 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 465 if ((a != NULL) && (sk_##type##_num(a) != 0))\ 512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
|
/external/openssl/include/openssl/ |
asn1_mac.h | 210 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 407 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 423 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 437 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 465 if ((a != NULL) && (sk_##type##_num(a) != 0))\ 512 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 523 if ((a != NULL) && (sk_##type##_num(a) != 0)) \ 550 if ((a != NULL) && (sk_##type##_num(a) != 0)) \
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | 364 const ptrdiff_t _Num = __last - __first; 365 if (_Num) 366 __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); 367 return __result + _Num; 559 const ptrdiff_t _Num = __last - __first; 560 if (_Num) 561 __builtin_memmove(__result - _Num, __first, sizeof(_Tp) * _Num); 562 return __result - _Num; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
stl_algobase.h | 364 const ptrdiff_t _Num = __last - __first; 365 if (_Num) 366 __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); 367 return __result + _Num; 559 const ptrdiff_t _Num = __last - __first; 560 if (_Num) 561 __builtin_memmove(__result - _Num, __first, sizeof(_Tp) * _Num); 562 return __result - _Num; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 364 const ptrdiff_t _Num = __last - __first; 365 if (_Num) 366 __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); 367 return __result + _Num; 559 const ptrdiff_t _Num = __last - __first; 560 if (_Num) 561 __builtin_memmove(__result - _Num, __first, sizeof(_Tp) * _Num); 562 return __result - _Num; [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algobase.h | 364 const ptrdiff_t _Num = __last - __first; 365 if (_Num) 366 __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); 367 return __result + _Num; 559 const ptrdiff_t _Num = __last - __first; 560 if (_Num) 561 __builtin_memmove(__result - _Num, __first, sizeof(_Tp) * _Num); 562 return __result - _Num; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_algobase.h | 364 const ptrdiff_t _Num = __last - __first; 365 if (_Num) 366 __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); 367 return __result + _Num; 559 const ptrdiff_t _Num = __last - __first; 560 if (_Num) 561 __builtin_memmove(__result - _Num, __first, sizeof(_Tp) * _Num); 562 return __result - _Num; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_algobase.h | 364 const ptrdiff_t _Num = __last - __first; 365 if (_Num) 366 __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); 367 return __result + _Num; 559 const ptrdiff_t _Num = __last - __first; 560 if (_Num) 561 __builtin_memmove(__result - _Num, __first, sizeof(_Tp) * _Num); 562 return __result - _Num; [all...] |
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_algobase.h | 370 const ptrdiff_t _Num = __last - __first; 371 if (_Num) 372 __builtin_memmove(__result, __first, sizeof(_Tp) * _Num); 373 return __result + _Num; 565 const ptrdiff_t _Num = __last - __first; 566 if (_Num) 567 __builtin_memmove(__result - _Num, __first, sizeof(_Tp) * _Num); 568 return __result - _Num; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/ |
armv4-mont.pl | 52 $_num="$num,#15*4"; $_bpend=$_num;
|
/external/openssl/crypto/bn/asm/ |
armv4-mont.pl | 52 $_num="$num,#15*4"; $_bpend=$_num;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
functional | 823 template<int _Num> struct _Placeholder { }; 872 template<int _Num> 873 struct is_placeholder<_Placeholder<_Num> > 874 { static const int value = _Num; }; 876 template<int _Num> 877 const int is_placeholder<_Placeholder<_Num> >::value; 886 /// Builds an _Index_tuple<0, 1, 2, ..., _Num-1>. 887 template<std::size_t _Num, typename _Tuple = _Index_tuple<> > 890 template<std::size_t _Num, int... _Indexes> 891 struct _Build_index_tuple<_Num, _Index_tuple<_Indexes...> [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
functional | 843 template<int _Num> struct _Placeholder { }; 897 template<int _Num> 898 struct is_placeholder<_Placeholder<_Num> > 899 { static const int value = _Num; }; 901 template<int _Num> 902 const int is_placeholder<_Placeholder<_Num> >::value; 911 /// Builds an _Index_tuple<0, 1, 2, ..., _Num-1>. 912 template<std::size_t _Num, typename _Tuple = _Index_tuple<> > 915 template<std::size_t _Num, int... _Indexes> 916 struct _Build_index_tuple<_Num, _Index_tuple<_Indexes...> [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
functional | 843 template<int _Num> struct _Placeholder { }; 897 template<int _Num> 898 struct is_placeholder<_Placeholder<_Num> > 899 { static const int value = _Num; }; 901 template<int _Num> 902 const int is_placeholder<_Placeholder<_Num> >::value; 911 /// Builds an _Index_tuple<0, 1, 2, ..., _Num-1>. 912 template<std::size_t _Num, typename _Tuple = _Index_tuple<> > 915 template<std::size_t _Num, int... _Indexes> 916 struct _Build_index_tuple<_Num, _Index_tuple<_Indexes...> [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
functional | 823 template<int _Num> struct _Placeholder { }; 872 template<int _Num> 873 struct is_placeholder<_Placeholder<_Num> > 874 { static const int value = _Num; }; 876 template<int _Num> 877 const int is_placeholder<_Placeholder<_Num> >::value; 886 /// Builds an _Index_tuple<0, 1, 2, ..., _Num-1>. 887 template<std::size_t _Num, typename _Tuple = _Index_tuple<> > 890 template<std::size_t _Num, int... _Indexes> 891 struct _Build_index_tuple<_Num, _Index_tuple<_Indexes...> [all...] |