HomeSort by relevance Sort by last modified time
    Searched refs:Ti (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
p3-0x.cpp 43 const std::type_info &ti = typeid(struct Ti {}); // expected-error {{'Ti' can not be defined in a type specifier}} variable
  /frameworks/base/services/common_time/
clock_recovery.h 60 static const float Ti;
clock_recovery.cpp 79 const float ClockRecoveryLoop::Ti = 15.0f;
238 dCO = Kc * (1.0f + dT/Ti) * delta_f - Kc * last_delta_f_;
  /external/dbus/dbus/
dbus-md5.c 210 #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/
picosig2.c     [all...]

Completed in 189 milliseconds