Home
last modified time | relevance | path

Searched defs:__ct (Results 1 – 4 of 4) sorted by relevance

/external/kernel-headers/original/asm-generic/
Dcputime.h20 #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.c78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __put_float() local
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); in __get_money_digits_aux() local
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); in __put_integer() local
D_time_facets.c153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); in _STLP_WEAK() local
429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); in do_put() local
D_num_get.c369 const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) { in __read_float()