Searched refs:__ct (Results 1 – 5 of 5) sorted by relevance
/external/kernel-headers/original/asm-generic/ |
D | cputime.h | 20 #define cputime_to_jiffies(__ct) (__ct) argument 28 #define cputime64_to_jiffies64(__ct) (__ct) argument 30 #define cputime_to_cputime64(__ct) ((u64) __ct) argument 36 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) argument 49 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) argument 55 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val) argument 60 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct) argument 66 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct) argument
|
/external/stlport/stlport/stl/ |
D | _num_put.c | 78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float() local 81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point); in __put_float() 85 __sep, __ct.widen('+'), __ct.widen('-'), 0); in __put_float() 89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-')); in __put_float() 135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __get_money_digits_aux() local 136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false); in __get_money_digits_aux() 196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); in __put_integer() local 198 wchar_t __xplus = __ct.widen('+'); in __put_integer() 199 wchar_t __xminus = __ct.widen('-'); in __put_integer() 202 __ct.widen(__buf, __iend, __wbuf); in __put_integer()
|
D | _time_facets.c | 153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); in _STLP_WEAK() local 270 if (*__first++ != __ct.widen(*__format)) break; in _STLP_WEAK() 429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); in do_put() local 431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb); in do_put()
|
D | _time_facets.h | 234 __write_formatted_time(__iostring&, const ctype<char>& __ct, 240 __write_formatted_time(__iowstring&, const ctype<wchar_t>& __ct,
|
D | _num_get.c | 369 const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) { in __read_float() argument 390 _Initialize_get_float(__ct, __xplus, __xminus, __pow_e, __pow_E, __digits); in __read_float()
|