Searched defs:__ct (Results 1 – 4 of 4) sorted by relevance
20 #define cputime_to_jiffies(__ct) (__ct) argument28 #define cputime64_to_jiffies64(__ct) (__ct) argument30 #define cputime_to_cputime64(__ct) ((u64) __ct) argument36 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct) argument49 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__val) argument55 #define cputime_to_timeval(__ct,__val) jiffies_to_timeval(__ct,__val) argument60 #define cputime_to_clock_t(__ct) jiffies_to_clock_t(__ct) argument66 #define cputime64_to_clock_t(__ct) jiffies_64_to_clock_t(__ct) argument
78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float() local135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __get_money_digits_aux() local196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); in __put_integer() local
153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); in _STLP_WEAK() local429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); in do_put() local
369 const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) { in __read_float()