HomeSort by relevance Sort by last modified time
    Searched defs:ltime (Results 1 - 10 of 10) sorted by null

  /external/quake/quake/src/QW/client/
snd_mix.c 267 int ltime, count; local
291 ltime = paintedtime;
293 while (ltime < end)
296 count = ch->end - ltime;
298 count = end - ltime;
307 ltime += count;
311 if (ltime >= ch->end)
316 ch->end = ltime + sc->length - ch->pos;
  /external/quake/quake/src/WinQuake/
snd_mix.cpp 275 int ltime, count; local
299 ltime = paintedtime;
301 while (ltime < end)
304 count = ch->end - ltime;
306 count = end - ltime;
315 ltime += count;
319 if (ltime >= ch->end)
324 ch->end = ltime + sc->length - ch->pos;
  /frameworks/base/cmds/rawbu/
backup.cpp 465 int64_t ltime = read_int64(fh, -1); local
466 if (ltime < 0) {
470 st->st_atime = (time_t)(ltime/1000/1000/1000);
471 ltime = read_int64(fh, -1);
472 if (ltime < 0) {
476 st->st_mtime = (time_t)(ltime/1000/1000/1000);
477 ltime = read_int64(fh, -1);
478 if (ltime < 0) {
482 st->st_ctime = (time_t)(ltime/1000/1000/1000);
  /external/chromium/third_party/icu/source/tools/dumpce/
dumpce.cpp 1406 time_t ltime; local
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 1406 time_t ltime; local
    [all...]
  /external/ipsec-tools/src/racoon/
pfkey.c 2182 u_int64_t ltime, vtime; local
2304 u_int64_t ltime, vtime; local
    [all...]
  /external/quake/quake/src/QW/progs/
progdefs.h 65 float ltime; member in struct:__anon6724
  /external/quake/quake/src/QW/server/
progdefs.h 84 float ltime; member in struct:__anon6772
  /external/stlport/src/c_locale_win32/
c_locale_win32.c 272 _Locale_lcid_t* _Locale_get_time_hint(_Locale_time_t* ltime)
273 { return (ltime != 0) ? &ltime->lc : 0; }
719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t)); local
721 if (!ltime) { *__err_code = _STLP_LOC_NO_MEMORY; return ltime; }
722 memset(ltime, 0, sizeof(_Locale_time_t));
724 if (__GetLCIDFromName(name, &ltime->lc.id, ltime->cp, lc_hint) == -1)
725 { free(ltime); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL;
    [all...]
  /ndk/sources/cxx-stl/stlport/src/c_locale_win32/
c_locale_win32.c 272 _Locale_lcid_t* _Locale_get_time_hint(_Locale_time_t* ltime)
273 { return (ltime != 0) ? &ltime->lc : 0; }
719 _Locale_time_t *ltime = (_Locale_time_t*)malloc(sizeof(_Locale_time_t)); local
721 if (!ltime) { *__err_code = _STLP_LOC_NO_MEMORY; return ltime; }
722 memset(ltime, 0, sizeof(_Locale_time_t));
724 if (__GetLCIDFromName(name, &ltime->lc.id, ltime->cp, lc_hint) == -1)
725 { free(ltime); *__err_code = _STLP_LOC_UNKNOWN_NAME; return NULL;
    [all...]

Completed in 426 milliseconds