Searched refs:__ct (Results 1 - 6 of 6) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Dcputime.h20 #define cputime_to_jiffies(__ct) (__ct)
28 #define cputime64_to_jiffies64(__ct) (__ct)
30 #define cputime_to_cputime64(__ct) ((u64) __ct)
36 #define cputime_to_msecs(__ct) jiffies_to_msecs(__ct)
49 #define cputime_to_timespec(__ct,__val) jiffies_to_timespec(__ct,__va
[all...]
/external/kernel-headers/original/asm-mips/
H A Dstring.h73 static __inline__ int strcmp(__const__ char *__cs, __const__ char *__ct) argument
94 : "=r" (__cs), "=r" (__ct), "=r" (__res)
95 : "0" (__cs), "1" (__ct));
104 strncmp(__const__ char *__cs, __const__ char *__ct, size_t __count) argument
127 : "=r" (__cs), "=r" (__ct), "=r" (__count), "=r" (__res)
128 : "0" (__cs), "1" (__ct), "2" (__count));
/external/stlport/stlport/stl/
H A D_num_put.c78 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
81 __convert_float_buffer(__str, __wbuf, __ct, __decimal_point);
85 __sep, __ct.widen('+'), __ct.widen('-'), 0);
89 __f.flags(), __f.width(0), __fill, __ct.widen('+'), __ct.widen('-'));
135 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__f.getloc()); local
136 __convert_float_buffer(__buf, __wbuf, __ct, wchar_t(0), false);
196 const ctype<wchar_t>& __ct = use_facet<ctype<wchar_t> >(__loc); local
198 wchar_t __xplus = __ct
[all...]
H A D_time_facets.c153 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__s.getloc()); local
270 if (*__first++ != __ct.widen(*__format)) break;
429 const ctype<_Ch>& __ct = use_facet<ctype<_Ch> >(__f.getloc()); local
431 _STLP_PRIV __write_formatted_time(__buf, __ct, __format, __modifier, this->_M_timeinfo, __tmb);
H A D_time_facets.h234 __write_formatted_time(__iostring&, const ctype<char>& __ct,
240 __write_formatted_time(__iowstring&, const ctype<wchar_t>& __ct,
H A D_num_get.c369 const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) {
390 _Initialize_get_float(__ct, __xplus, __xminus, __pow_e, __pow_E, __digits);
368 __read_float(__iostring& __buf, _InputIter& __in_ite, _InputIter& __end, const ctype<_CharT> &__ct, const numpunct<_CharT> &__numpunct) argument

Completed in 1113 milliseconds