Searched defs:__t (Results 1 – 10 of 10) sorted by relevance
/external/stlport/stlport/stl/ |
D | _time_facets.c | 152 const ios_base& __s, ios_base::iostate& __err, tm* __t) { in _STLP_WEAK() 281 __get_short_or_long_dayname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { in __get_short_or_long_dayname() 292 __get_short_or_long_monthname(_InIt& __first, _InIt& __last, const _TimeInfo& __table, tm* __t) { in __get_short_or_long_monthname() 307 tm* __t) const { in do_get_date() 331 tm* __t) const { in do_get_time() 351 tm* __t) const { in do_get_year() 370 tm *__t) const { in do_get_weekday() 387 tm *__t) const { in do_get_monthname()
|
D | _time_facets.h | 141 ios_base::iostate& __err, tm* __t) const in get_time() 144 ios_base::iostate& __err, tm* __t) const in get_date() 147 ios_base::iostate& __err, tm* __t) const in get_weekday() 150 ios_base::iostate& __err, tm* __t) const in get_monthname() 153 ios_base::iostate& __err, tm* __t) const in get_year()
|
D | _deque.c | 382 void deque<_Tp,_Alloc>::_M_push_back_aux_v(const value_type& __t) { in _M_push_back_aux_v() 412 void deque<_Tp,_Alloc>::_M_push_front_aux_v(const value_type& __t) { in _M_push_front_aux_v()
|
D | _algo.c | 435 _EuclideanRingElement __t = __m % __n; in __gcd() local 609 _Distance __t = __n; in __random_sample() local 631 _Distance __t = __n; in __random_sample() local
|
/external/clang/test/CodeGen/ |
D | mips-constraint-regs.c | 14 int __t; in main() local
|
/external/dbus/tools/ |
D | dbus-monitor.c | 64 void *__t) in gettimeofday()
|
/external/stlport/stlport/stl/debug/ |
D | _tree.h | 172 void swap(_Self& __t) { in swap()
|
/external/stlport/src/ |
D | time_facets.cpp | 386 time_t __t = mktime(__CONST_CAST(tm*, t)); in __write_formatted_timeT() local
|
/external/blktrace/ |
D | blkparse.c | 801 struct trace *__t; in trace_rb_insert() local 861 struct trace *__t; in trace_rb_find() local 1957 struct trace *__t; in check_cpu_map() local 1995 struct trace *__t; in check_sequence() local
|
/external/grub/stage2/ |
D | i386-elf.h | 159 #define ELF32_R_INFO(__s, __t) (((__s)<<8) + (unsigned char) (__t)) argument
|