HomeSort by relevance Sort by last modified time
    Searched full:delta_t (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/lib/et/test_cases/
heimdal.et 37 ec RD_AP_TIME, "Kerberos error: delta_t too big"
heimdal.c 46 "Kerberos error: delta_t too big",
  /external/opencore/oscl/oscl/osclutil/src/
oscl_priqueue.cpp 41 int index = delta_T(first, last) - 1;
66 int new_last_index = delta_T(first, last) - 1;
oscl_priqueue.h 86 int delta_T(OsclAny*first, OsclAny*last)
  /external/opencore/protocols/systems/3g-324m_pvterminal/h223/src/
lowerlayer.cpp 524 PVLOGGER_LOG_USE_ONLY(TimeValue delta_t = timenow - iStartTimeTx);
525 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "Mux::DispatchPacket - Sent %d bytes in time(%d ms)\n", iNumBytesTx, delta_t.to_msec()));
526 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "Mux::DispatchPacket - Received %d bytes in time(%d ms)\n", iNumBytesRx, delta_t.to_msec()));
logicalchannel.cpp 561 /* Compute delta_t from last media data */
562 int32 delta_t = timestamp - lastTS; local
563 if (delta_t < 0)
564 delta_t += TIMESTAMP_MAX;
565 iBufferMediaMs -= delta_t;
    [all...]
  /external/icu4c/i18n/
astro.cpp 834 // double delta_t = 240 * y / cos(dec) / 3600; // hours
837 // gstr -= delta_t;
838 // gsts += delta_t;
842 // //System.out.println((rise?"rise=":"set=") + ut + ", delta_t=" + delta_t);
    [all...]
  /external/opencore/doc/oscl_html/
oscl__priqueue_8h-source.html 53 00069 <span class="keywordtype">int</span> delta_T(<a class="code" href="group__osclbase.html#a25">OsclAny</a>*first, <a class="code" href="group__osclbase.html#a25">OsclAny</a>*last)

Completed in 302 milliseconds