/bionic/libc/kernel/common/asm-generic/ |
cputime.h | 55 #define timespec_to_cputime(__val) timespec_to_jiffies(__val) 56 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) 57 #define timeval_to_cputime(__val) timeval_to_jiffies(__val) 59 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val)
|
/external/stlport/stlport/stl/ |
_construct.h | 118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { 119 new(__p) _Tp(__val); 123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { 126 *__p = __val; 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { 134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); 138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { 139 new(__p) _T1(__val); 143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { 146 *__p = _T1(__val); [all...] |
_numeric.c | 46 _Tp __val = *__first; local 48 __val = __binary_op(__val, *__first); 49 *++__result = __val; 63 _Tp __val = *__first; local 66 *++__result = __binary_op(__tmp, __val); 67 __val = __tmp;
|
_num_get.c | 119 int __base, _Integer& __val, 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 179 int __base, _Integer& __val, 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { 242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type()); 248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { 266 __val = 0; 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ) 591 unsigned _STLP_LONG_LONG __val; local [all...] |
_tree.c | 351 const _Value& __val, 359 __new_node = _M_create_node(__val); 366 _M_key_compare( _KeyOfValue()(__val), _S_key(__parent) ) ) ) { 367 __new_node = _M_create_node(__val); 373 __new_node = _M_create_node(__val); 387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) { 392 if (_M_key_compare(_KeyOfValue()(__val), _S_key(__x))) { 398 return _M_insert(__y, __val, __x); 405 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(const _Value& __val) { 411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x)) [all...] |
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { 119 new(__p) _Tp(__val); 123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { 126 *__p = __val; 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { 134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); 138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { 139 new(__p) _T1(__val); 143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { 146 *__p = _T1(__val); [all...] |
_numeric.c | 46 _Tp __val = *__first; local 48 __val = __binary_op(__val, *__first); 49 *++__result = __val; 63 _Tp __val = *__first; local 66 *++__result = __binary_op(__tmp, __val); 67 __val = __tmp;
|
_num_get.c | 119 int __base, _Integer& __val, 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 179 int __base, _Integer& __val, 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { 242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type()); 248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { 266 __val = 0; 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ) 591 unsigned _STLP_LONG_LONG __val; local [all...] |
_tree.c | 351 const _Value& __val, 359 __new_node = _M_create_node(__val); 366 _M_key_compare( _KeyOfValue()(__val), _S_key(__parent) ) ) ) { 367 __new_node = _M_create_node(__val); 373 __new_node = _M_create_node(__val); 387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) { 392 if (_M_key_compare(_KeyOfValue()(__val), _S_key(__x))) { 398 return _M_insert(__y, __val, __x); 405 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(const _Value& __val) { 411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x)) [all...] |
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { 119 new(__p) _Tp(__val); 123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { 126 *__p = __val; 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { 134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); 138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { 139 new(__p) _T1(__val); 143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { 146 *__p = _T1(__val); [all...] |
_numeric.c | 46 _Tp __val = *__first; local 48 __val = __binary_op(__val, *__first); 49 *++__result = __val; 63 _Tp __val = *__first; local 66 *++__result = __binary_op(__tmp, __val); 67 __val = __tmp;
|
_num_get.c | 119 int __base, _Integer& __val, 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 179 int __base, _Integer& __val, 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { 242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type()); 248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { 266 __val = 0; 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ) 591 unsigned _STLP_LONG_LONG __val; local [all...] |
_tree.c | 351 const _Value& __val, 359 __new_node = _M_create_node(__val); 366 _M_key_compare( _KeyOfValue()(__val), _S_key(__parent) ) ) ) { 367 __new_node = _M_create_node(__val); 373 __new_node = _M_create_node(__val); 387 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_equal(const _Value& __val) { 392 if (_M_key_compare(_KeyOfValue()(__val), _S_key(__x))) { 398 return _M_insert(__y, __val, __x); 405 _Rb_tree<_Key,_Compare,_Value,_KeyOfValue,_Traits,_Alloc> ::insert_unique(const _Value& __val) { 411 __comp = _M_key_compare(_KeyOfValue()(__val), _S_key(__x)) [all...] |
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { 119 new(__p) _Tp(__val); 123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { 126 *__p = __val; 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { 134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); 138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { 139 new(__p) _T1(__val); 143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { 146 *__p = _T1(__val); [all...] |
_numeric.c | 46 _Tp __val = *__first; local 48 __val = __binary_op(__val, *__first); 49 *++__result = __val; 63 _Tp __val = *__first; local 66 *++__result = __binary_op(__tmp, __val); 67 __val = __tmp;
|
_num_get.c | 119 int __base, _Integer& __val, 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 179 int __base, _Integer& __val, 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { 242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type()); 248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { 266 __val = 0; 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ) 591 unsigned _STLP_LONG_LONG __val; local [all...] |
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { 119 new(__p) _Tp(__val); 123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { 126 *__p = __val; 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { 134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); 138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { 139 new(__p) _T1(__val); 143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { 146 *__p = _T1(__val); [all...] |
_numeric.c | 46 _Tp __val = *__first; local 48 __val = __binary_op(__val, *__first); 49 *++__result = __val; 63 _Tp __val = *__first; local 66 *++__result = __binary_op(__tmp, __val); 67 __val = __tmp;
|
_num_get.c | 119 int __base, _Integer& __val, 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 179 int __base, _Integer& __val, 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { 242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type()); 248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { 266 __val = 0; 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ) 591 unsigned _STLP_LONG_LONG __val; local [all...] |
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_construct.h | 118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { 119 new(__p) _Tp(__val); 123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { 126 *__p = __val; 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { 134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); 138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { 139 new(__p) _T1(__val); 143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { 146 *__p = _T1(__val); [all...] |
_numeric.c | 46 _Tp __val = *__first; local 48 __val = __binary_op(__val, *__first); 49 *++__result = __val; 63 _Tp __val = *__first; local 66 *++__result = __binary_op(__tmp, __val); 67 __val = __tmp;
|
_num_get.c | 119 int __base, _Integer& __val, 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 179 int __base, _Integer& __val, 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { 242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type()); 248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { 266 __val = 0; 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ) 591 unsigned _STLP_LONG_LONG __val; local [all...] |
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
_construct.h | 118 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __false_type&) { 119 new(__p) _Tp(__val); 123 inline void _Copy_Construct_aux(_Tp* __p, const _Tp& __val, const __true_type&) { 126 *__p = __val; 130 inline void _Copy_Construct(_Tp* __p, const _Tp& __val) { 134 _Copy_Construct_aux(__p, __val, _Is_POD(__p)._Answer()); 138 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __false_type&) { 139 new(__p) _T1(__val); 143 inline void _Param_Construct_aux(_T1* __p, const _T2& __val, const __true_type&) { 146 *__p = _T1(__val); [all...] |
_numeric.c | 46 _Tp __val = *__first; local 48 __val = __binary_op(__val, *__first); 49 *++__result = __val; 63 _Tp __val = *__first; local 66 *++__result = __binary_op(__tmp, __val); 67 __val = __tmp;
|
_num_get.c | 119 int __base, _Integer& __val, 164 __val = __ovflow ? __is_negative ? (numeric_limits<_Integer>::min)() 179 int __base, _Integer& __val, 224 __val = __ovflow ? (numeric_limits<_Integer>::max)() 239 __get_decimal_integer(_InputIter& __first, _InputIter& __last, _Integer& __val, _CharT* /*dummy*/) { 242 return __get_integer(__first, __last, 10, __val, 0, false, _CharT() /*separator*/, __grp, __false_type()); 248 ios_base::iostate& __err, _Integer& __val, _CharT* /*__pc*/) { 266 __val = 0; 279 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __true_type() ); 281 __result = __get_integer(__in_ite, __end, __base, __val, __got, __negative, __np.thousands_sep(), __np.grouping(), __false_type() ) 591 unsigned _STLP_LONG_LONG __val; local [all...] |