Searched refs:__t (Results 1 - 16 of 16) sorted by relevance

/external/clang/test/CodeGen/
H A Dmips-constraint-regs.c14 int __t; local
17 : "=c" (__t)
/external/stlport/stlport/stl/
H A D_time_facets.c152 const ios_base& __s, ios_base::iostate& __err, tm* __t) {
174 __t->tm_wday = __STATIC_CAST(int, __index);
185 __t->tm_mon = __STATIC_CAST(int, __index);
190 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mday, __STATIC_CAST(_Ch*, 0));
191 if (!__pr || __t->tm_mday < 1 || __t->tm_mday > 31) {
199 bool __pr = __get_decimal_integer(__first, __last, __t->tm_hour, __STATIC_CAST(_Ch*, 0));
206 bool __pr = __get_decimal_integer(__first, __last, __t->tm_yday, __STATIC_CAST(_Ch*, 0));
213 bool __pr = __get_decimal_integer(__first, __last, __t->tm_mon, __STATIC_CAST(_Ch*, 0));
214 --__t
149 _STLP_WEAK(_InIt1 __first, _InIt1 __last, string::const_iterator __format, string::const_iterator __format_end, _Ch*, const _TimeInfo& __table, const ios_base& __s, ios_base::iostate& __err, tm* __t) argument
280 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
291 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) argument
[all...]
H A D_time_facets.h141 ios_base::iostate& __err, tm* __t) const
142 { return do_get_time(__s, __end, __str, __err, __t); }
144 ios_base::iostate& __err, tm* __t) const
145 { return do_get_date(__s, __end, __str, __err, __t); }
147 ios_base::iostate& __err, tm* __t) const
148 { return do_get_weekday(__s, __end, __str, __err, __t); }
150 ios_base::iostate& __err, tm* __t) const
151 { return do_get_monthname(__s, __end, __str, __err, __t); }
153 ios_base::iostate& __err, tm* __t) const
154 { return do_get_year(__s, __end, __str, __err, __t); }
[all...]
H A D_tree.h436 void swap(_Self& __t) { argument
437 if (__t.empty()) {
439 __t._M_header.swap(this->_M_header);
440 __t._M_rebind(&this->_M_header._M_data);
444 __t.swap(*this);
448 this->_M_header.swap(__t._M_header);
449 this->_M_rebind(&__t._M_header._M_data);
450 __t._M_rebind(&this->_M_header._M_data);
452 _STLP_STD::swap(_M_node_count, __t._M_node_count);
453 _STLP_STD::swap(_M_key_compare, __t
[all...]
H A D_deque.h668 void push_back(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
670 void push_back(const value_type& __t) {
673 _Copy_Construct(this->_M_finish._M_cur, __t);
677 _M_push_back_aux_v(__t);
680 void push_front(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(_Tp)) {
682 void push_front(const value_type& __t) {
685 _Copy_Construct(this->_M_start._M_cur - 1, __t);
689 _M_push_front_aux_v(__t);
H A D_rope.h378 _Rope_RopeRep(_Tag __t, unsigned char __d, bool __b, size_t _p_size, argument
381 _M_tag(__t), _M_is_balanced(__b), _M_depth(__d), _M_c_string(0), _M_size(__a, _p_size) {
437 static void _S_unref(_Self* __t) { argument
438 if (0 != __t) {
439 __t->_M_unref_nonnil();
442 static void _S_ref(_Self* __t) { argument
443 if (0 != __t) __t->_M_incr();
445 //static void _S_free_if_unref(_Self* __t) {
446 // if (0 != __t
1152 _S_unref(_RopeRep* __t) argument
1155 _S_ref(_RopeRep* __t) argument
1285 rope(_RopeRep* __t, const allocator_type& __a = allocator_type()) argument
[all...]
H A Dconcept_checks.h438 _Type __t) {
439 *__i++ = __t;
484 _Type* __t,
486 __x[__n] = *__t;
437 __postincrement_operator_and_assignment_requirement_violation(_Iterator __i, _Type __t) argument
483 __element_assignment_operator_requirement_violation(_Exp __x, _Type* __t, _Distance __n) argument
H A D_algo.c435 _EuclideanRingElement __t = __m % __n; local
437 __n = __t;
609 _Distance __t = __n; local
614 ++__t;
615 _Distance __M = __random_number(__t);
631 _Distance __t = __n; local
636 ++__t;
637 _Distance __M = __rand(__t);
H A D_deque.c382 void deque<_Tp,_Alloc>::_M_push_back_aux_v(const value_type& __t) { argument
386 _Copy_Construct(this->_M_finish._M_cur, __t);
412 void deque<_Tp,_Alloc>::_M_push_front_aux_v(const value_type& __t) { argument
418 _Copy_Construct(this->_M_start._M_cur, __t);
/external/stlport/stlport/stl/debug/
H A D_deque.h240 void push_back(const value_type& __t = _Tp()) {
242 void push_back(const value_type& __t) {
245 _M_non_dbg_impl.push_back(__t);
256 void push_front(const value_type& __t = _Tp()) {
258 void push_front(const value_type& __t) {
261 _M_non_dbg_impl.push_front(__t);
H A D_tree.h172 void swap(_Self& __t) { argument
173 _M_non_dbg_impl.swap(__t._M_non_dbg_impl);
174 _M_iter_list._Swap_owners(__t._M_iter_list);
/external/blktrace/
H A Dblkparse.c801 struct trace *__t; local
806 __t = rb_entry(parent, struct trace, rb_node);
808 if (t->bit->time < __t->bit->time)
810 else if (t->bit->time > __t->bit->time)
812 else if (t->bit->device < __t->bit->device)
814 else if (t->bit->device > __t->bit->device)
816 else if (t->bit->sequence < __t->bit->sequence)
861 struct trace *__t; local
864 __t = rb_entry(n, struct trace, rb_node);
867 if (device < __t
1957 struct trace *__t; local
1995 struct trace *__t; local
[all...]
/external/stlport/stlport/stl/pointers/
H A D_deque.h267 void push_back(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(value_type))
269 void push_back(const value_type& __t)
271 { _M_impl.push_back(cast_traits::to_storage_type_cref(__t)); }
274 void push_front(const value_type& __t = _STLP_DEFAULT_CONSTRUCTED(value_type))
276 void push_front(const value_type& __t)
278 { _M_impl.push_front(cast_traits::to_storage_type_cref(__t)); }
/external/clang/lib/Headers/
H A Dsmmintrin.h212 ({ union { int __i; float __f; } __t; \
214 __t.__f = __a[(N) & 3]; \
215 __t.__i;}))
/external/stlport/src/
H A Dctype.cpp304 _Ctype_is_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {}
312 _Ctype_not_mask(ctype_base::mask __m, const ctype_base::mask* __t) : _Mask(__m), _M_table(__t) {}
H A Dtime_facets.cpp386 time_t __t = mktime(__CONST_CAST(tm*, t)); variable
387 _bend = __write_integer(_buf, 0, (long)__t );

Completed in 3175 milliseconds