Searched refs:Ti (Results 1 - 3 of 3) sorted by relevance

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
H A Dp3-0x.cpp43 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' can not be defined in a type specifier}}
/external/dbus/dbus/
H A Ddbus-md5.c210 #define SET(a, b, c, d, k, s, Ti) \
211 t = a + F(b,c,d) + X[k] + Ti; \
236 #define SET(a, b, c, d, k, s, Ti) \
237 t = a + G(b,c,d) + X[k] + Ti; \
262 #define SET(a, b, c, d, k, s, Ti) \
263 t = a + H(b,c,d) + X[k] + Ti; \
288 #define SET(a, b, c, d, k, s, Ti) \
289 t = a + I(b,c,d) + X[k] + Ti; \
/external/svox/pico/lib/
H A Dpicosig2.c4009 picoos_int32 Ti, sqrtTi; local
4062 Ti = (picoos_int32) (rounding + (picoos_single) Fs
4071 k += (picoos_int16) Ti;
4075 Ti
4085 k += (picoos_int16) Ti;

Completed in 49 milliseconds